]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Update a comment
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 8 Sep 2015 20:37:54 +0000 (22:37 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 8 Sep 2015 20:37:54 +0000 (22:37 +0200)
netdissect.h

index 11f6c17d5d6ce7bd55d8c70972025f6edcc03cea..748743c3eea7a3e4d00c0e17162bf5a84aceb065 100644 (file)
@@ -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 */