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 11cf3fc commit ab704df
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 @@ -4555,13 +4555,13 @@ 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) in tcpdump raw format\n"
" example: tcpdump high level syntax:\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"
" eample: bpf_asm low level compiler\n"
" $ bpf_asm filter.asm | tr ',' '\n' > filter.bpf\n"
" see https://www.kernel.org/doc/html/latest/networking/filter.html\n"
" example: bpfc low level syntax:\n"
" example: bpfc low level compiler:\n"
" $ bpfc -f tcpdump -i filter.asm > filter.bpf\n"
" see man bpfc\n"
"-h : show this help\n"
Expand Down

0 comments on commit ab704df

Please sign in to comment.