aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/libglouglou.h
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-11-29 15:59:02 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-11-29 15:59:02 +0100
commit968e3e1cb8cfa52e5b9b4c6a83674d3841e65d36 (patch)
tree495fea0545dd09b9bbdce94a74aa4e9beb68e78e /libglouglou/libglouglou.h
parentadd preliminary version of gg_trackprock, from trackproc (diff)
downloadglouglou-968e3e1cb8cfa52e5b9b4c6a83674d3841e65d36.tar.xz
glouglou-968e3e1cb8cfa52e5b9b4c6a83674d3841e65d36.zip
set default ports as constants, and use them in sendrecv unittest
Diffstat (limited to 'libglouglou/libglouglou.h')
-rw-r--r--libglouglou/libglouglou.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libglouglou/libglouglou.h b/libglouglou/libglouglou.h
index 8f3ec7c..cf73371 100644
--- a/libglouglou/libglouglou.h
+++ b/libglouglou/libglouglou.h
@@ -7,6 +7,9 @@
*/
#include <sys/queue.h>
+#define GLOUGLOU_PROBE_DEFAULT_PORT 4430
+#define GLOUGLOU_ANALY_DEFAULT_PORT 4431
+
#define PACKET_VERSION 1
#define PACKET_BUFFER_SIZE 16384
#define DNSNAME_MAX 20