aboutsummaryrefslogtreecommitdiffstats
path: root/glougloud/glougloud.c
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-07-22 04:08:56 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2012-07-22 04:08:56 +0200
commitc409f4f7160bad99636e360dcd58aef00eb75049 (patch)
treea93641941c4228bfc401a1c7f053feda2750fabe /glougloud/glougloud.c
parentadd "Notes on architecture and security" section (diff)
downloadglouglou-c409f4f7160bad99636e360dcd58aef00eb75049.tar.xz
glouglou-c409f4f7160bad99636e360dcd58aef00eb75049.zip
do not capture DNS as it can come from glougloud itself
Diffstat (limited to '')
-rw-r--r--glougloud/glougloud.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glougloud/glougloud.c b/glougloud/glougloud.c
index 4d2f211..49a1608 100644
--- a/glougloud/glougloud.c
+++ b/glougloud/glougloud.c
@@ -46,7 +46,7 @@ struct user {
// XXX CONF
#define PCAP_INTERFACE "lo"
#define PCAP_SNAPLEN 100
-#define PCAP_FILTER "not port 4430"
+#define PCAP_FILTER "not port 4430 and not port 53"
static void imsgev_server(struct imsgev *, int, struct imsg *);
static void imsgev_user(struct imsgev *, int, struct imsg *);