Update 24/11/2011 11:25

This commit is contained in:
Andrea Bontempi 2011-11-24 11:25:11 +01:00
commit 625d85680d

View file

@ -28,7 +28,7 @@ int main(int argc, char **argv) {
("dump", "enable dump mode")
("iface", value<string>(), "interface to sniff from")
("limit", value<int>(), "set max number of packet")
("filter", value<string>(), "use to filter packet")
("filter", value<string>(), "use to filter packet with bpf")
;
variables_map vm;