diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-05-24 14:55:40 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-05-24 14:59:33 +0200 |
commit | 7a23bb335748d78c1865b2b57da18d30ee83c53f (patch) | |
tree | ea64958428e7091dd07f6aca934a36420a029b00 /rpcap-protocol.h | |
parent | 3714a0a49b628654f05036568bdcfff78536703b (diff) |
Fix typos in some comments
[skip ci]
Diffstat (limited to 'rpcap-protocol.h')
-rw-r--r-- | rpcap-protocol.h | 2 |
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) */ }; |