Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 27, 2023
1 parent c5ce76e commit b9918f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hcxdumptool.c
Original file line number Diff line number Diff line change
Expand Up @@ -4570,7 +4570,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
"-l : show INTERFACE list (tabulator separated and greppable) and terminate\n"
"-I <INTERFACE> : show detailed information about INTERFACE and terminate\n"
"--bpf=<file> : input Berkeley Packet Filter (BPF) code (maximum %d instructions)\n"
" in tcpdump raw format:\n"
" in tcpdump decimal numbers format:\n"
" example: tcpdump high level compiler:\n"
" $ tcpdump -y IEEE802_11_RADIO wlan addr3 11:22:33:44:55:66 -ddd > filter.bpf\n"
" see man pcap-filter\n"
Expand All @@ -4580,7 +4580,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
" example: bpfc low level compiler:\n"
" $ bpfc -f tcpdump -i filter.asm > filter.bpf\n"
" see man bpfc\n"
" in tcpdump c style format:\n"
" in tcpdump C style format:\n"
" example: tcpdump high level compiler:\n"
" $ tcpdump -y IEEE802_11_RADIO wlan addr3 11:22:33:44:55:66 -dd > filter.bpf\n"
" see man pcap-filter\n"
Expand Down

0 comments on commit b9918f3

Please sign in to comment.