]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Update a comment
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 22 Sep 2018 13:19:44 +0000 (15:19 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 22 Sep 2018 13:19:44 +0000 (15:19 +0200)
netdissect.h

index d73f03580fafd78cb50cfd074f6dda8d0d240b8b..b9743e0bcbb524285979e53140147628b2f27a6f 100644 (file)
@@ -286,7 +286,7 @@ struct netdissect_options {
 #define MAXIMUM_SNAPLEN        262144
 
 /*
- * True if "l" bytes of "var" were captured.
+ * True if "l" bytes from "p" were captured.
  *
  * The "ndo->ndo_snapend - (l) <= ndo->ndo_snapend" checks to make sure
  * "l" isn't so large that "ndo->ndo_snapend - (l)" underflows.