From: Francois-Xavier Le Bail Date: Tue, 8 Sep 2015 20:37:54 +0000 (+0200) Subject: Update a comment X-Git-Tag: tcpdump-4.8.0~158 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/02c218bf329b729019464e8837b27e847c165316 Update a comment --- diff --git a/netdissect.h b/netdissect.h index 11f6c17d..748743c3 100644 --- a/netdissect.h +++ b/netdissect.h @@ -98,13 +98,13 @@ struct netdissect_options { int ndo_Sflag; /* print raw TCP sequence numbers */ int ndo_tflag; /* print packet arrival time */ int ndo_uflag; /* Print undecoded NFS handles */ - int ndo_vflag; /* verbose */ + int ndo_vflag; /* verbosity level */ int ndo_xflag; /* print packet in hex */ int ndo_Xflag; /* print packet in hex/ascii */ int ndo_Aflag; /* print packet only in ascii observing TAB, * LF, CR and SPACE as graphical chars */ - int ndo_dlt; /* if != -1, ask libpcap for the DLT it names*/ + int ndo_dlt; /* if != -1, ask libpcap for the DLT it names */ int ndo_immediate; /* use immediate mode */ int ndo_Hflag; /* dissect 802.11s draft mesh standard */