]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
Use "-H", not "-h", for the 802.11s option, and improve error reporting.
[tcpdump] / netdissect.h
index 700c71a424e08c098baef4b26cc44c0409d763fe..6770cd11e42ad7474939944fd1cc5e025eb9328e 100644 (file)
@@ -117,7 +117,7 @@ struct netdissect_options {
   time_t ndo_Gflag_time;    /* The last time_t the dump file was rotated. */
   int ndo_Wflag;          /* recycle output files after this number of files */
   int ndo_WflagChars;
-  int ndo_hflag;               /* dissect 802.11s draft mesh standard */
+  int ndo_Hflag;               /* dissect 802.11s draft mesh standard */
   int ndo_suppress_default_print; /* don't use default_print() for unknown packet types */
   const char *ndo_dltname;