]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a comment
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 20 Sep 2017 18:45:37 +0000 (20:45 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 20 Sep 2017 18:45:37 +0000 (20:45 +0200)
netdissect.h

index 9060d1500ead9c017cd27d0afb96f1966ead0de1..e8d1f3c21e0a4b624891a18df926f888ebd8604b 100644 (file)
@@ -143,7 +143,7 @@ struct netdissect_options {
   int ndo_bflag;               /* print 4 byte ASes in ASDOT notation */
   int ndo_eflag;               /* print ethernet header */
   int ndo_fflag;               /* don't translate "foreign" IP address */
-  int ndo_Kflag;               /* don't check TCP checksums */
+  int ndo_Kflag;               /* don't check IP, TCP or UDP checksums */
   int ndo_nflag;               /* leave addresses as numbers */
   int ndo_Nflag;               /* remove domains from printed host names */
   int ndo_qflag;               /* quick (shorter) output */