Update 24/11/2011 11:25
This commit is contained in:
parent
d09fddf1cb
commit
625d85680d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue