~wkenzie/invizible/master

« back to all changes in this revision

Viewing changes to invizible.h

  • Committer: Wesley Kenzie
  • Date: 2011-06-19 14:22:19 UTC
  • Revision ID: wkenzie@gmail.com-20110619142219-euo0jjfp8869fk9c
release 0.25.6d adds support for specifying either udp or tcp for sending port knocking beacon messages - also adds support for specifying a separate destination port for each protocol, with port 53 being the default for udp and port 80 the default port for tcp - udp is the default beacon protocol to be used - no user-defined support for these changes are yet in place

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * @project invizible
4
4
 * @author Wesley Kenzie (wkenzie@gmail.com PGP 4c945266)
5
5
 * @created April 20, 2011
6
 
 * @modified June 18, 2011
7
 
 * @version 0.94
 
6
 * @modified June 19, 2011
 
7
 * @version 0.95
8
8
 * @copyright 2011. Arthur (Wesley) Kenzie. All Rights Reserved.
9
9
 * @license 3-clause BSD License. See accompanying LICENSE file.
10
10
 */
31
31
#include "pkcommon.h"
32
32
 
33
33
#define INVIZ_MAJOR_VERSION "0.25"
34
 
#define INVIZ_MINOR_VERSION "6c"
 
34
#define INVIZ_MINOR_VERSION "6d"
35
35
#define INVIZ_VERSION INVIZ_MAJOR_VERSION"."INVIZ_MINOR_VERSION
36
36
#define INVIZ_USING_HPING 1
37
37
#define INVIZ_USING_SIGNALS 0