aboutsummaryrefslogtreecommitdiff
path: root/rpcap-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'rpcap-protocol.h')
-rw-r--r--rpcap-protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpcap-protocol.h b/rpcap-protocol.h
index 6d325910..cab89bbc 100644
--- a/rpcap-protocol.h
+++ b/rpcap-protocol.h
@@ -294,7 +294,7 @@ struct rpcap_pkthdr
uint32 timestamp_sec; /* 'struct timeval' compatible, it represents the 'tv_sec' field */
uint32 timestamp_usec; /* 'struct timeval' compatible, it represents the 'tv_usec' field */
uint32 caplen; /* Length of portion present in the capture */
- uint32 len; /* Real length this packet (off wire) */
+ uint32 len; /* Real length of this packet (off wire) */
uint32 npkt; /* Ordinal number of the packet (i.e. the first one captured has '1', the second one '2', etc) */
};