Skip to content

Commit

Permalink
improved help
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 28, 2023
1 parent 2dd4dae commit 38bdc81
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 @@ -4599,7 +4599,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
"--bpf=<file> : input Berkeley Packet Filter (BPF) code (maximum %d instructions)\n"
" in tcpdump decimal numbers format:\n"
" example: tcpdump high level compiler:\n"
" $ tcpdump -y IEEE802_11_RADIO wlan addr3 112233445566 -ddd > filter.bpf\n"
" $ tcpdump -s 65535 -y IEEE802_11_RADIO wlan addr3 112233445566 -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"
Expand All @@ -4609,7 +4609,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
" see man bpfc\n"
" in tcpdump C style format:\n"
" example: tcpdump high level compiler:\n"
" $ tcpdump -y IEEE802_11_RADIO wlan addr3 112233445566 -dd > filter.bpf\n"
" $ tcpdump -s 65535 -y IEEE802_11_RADIO wlan addr3 112233445566 -dd > filter.bpf\n"
" see man pcap-filter\n"
" example: bpfc low level compiler:\n"
" $ bpfc -f C -i filter.asm > filter.bpf\n"
Expand Down

0 comments on commit 38bdc81

Please sign in to comment.