From c409f4f7160bad99636e360dcd58aef00eb75049 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Sun, 22 Jul 2012 04:08:56 +0200 Subject: do not capture DNS as it can come from glougloud itself --- glougloud/glougloud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glougloud') 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 *); -- cgit v1.2.3-59-g8ed1b