summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d2c4cb5)
raw | patch | inline | side by side (parent: d2c4cb5)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 20 Jun 2009 09:43:42 +0000 (11:43 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 20 Jun 2009 09:43:42 +0000 (11:43 +0200) |
src/dns.c | patch | blob | history |
diff --git a/src/dns.c b/src/dns.c
index 476b6ddb2a2effded68e76af34152b20a634df51..cba2cf4bed3756db891b38f4d293e3471919736b 100644 (file)
--- a/src/dns.c
+++ b/src/dns.c
}
/* Passing `pcap_device == NULL' is okay and the same as passign "any" */
- DEBUG ("Creating PCAP object..");
+ DEBUG ("dns plugin: Creating PCAP object..");
pcap_obj = pcap_open_live ((pcap_device != NULL) ? pcap_device : "any",
PCAP_SNAPLEN,
0 /* Not promiscuous */,