]> The Tcpdump Group git mirrors - tcpdump/commit
Use "-H", not "-h", for the 802.11s option, and improve error reporting.
authorGuy Harris <[email protected]>
Wed, 22 Jun 2011 01:15:50 +0000 (18:15 -0700)
committerGuy Harris <[email protected]>
Wed, 22 Jun 2011 01:15:50 +0000 (18:15 -0700)
commit4cc892cbff1843cd735ff71297b0ee006a74ceab
tree9c933a880e9549094db2e8cff9055a183c5f8e55
parent2a579ee5cca382afc8f6c8c7b4067f7dd5f67fe5
Use "-H", not "-h", for the 802.11s option, and improve error reporting.

I was rudely surprised to find that "tcpdump -h" wasn't printing a usage
message, and I'm the person who *added* the "-h" option.  Make it "-H",
and add an explicit "-h" option to print a usage message, so nobody else
makes the same mistake.  Also, don't clear opterr, so that if you give
an illegal command-line option, you get an explanatory error message.
interface.h
netdissect.h
print-802_11.c
tcpdump.1.in
tcpdump.c