diff options
author | Guy Harris <guy@alum.mit.edu> | 2015-04-14 14:36:23 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2015-04-14 14:36:23 -0700 |
commit | 9106400d038224a4f2b6c5ded816dea6204741db (patch) | |
tree | 4e98bf2a6ce2ada1d7bada41384a3ea5d4ea0494 /CHANGES | |
parent | 7b72de52ddea5b2739ba9871545116318c508c5a (diff) | |
download | tcpdump-9106400d038224a4f2b6c5ded816dea6204741db.tar.gz |
Include the metadata *and* link-layer header in the header length.
Also, don't use the length of the fixed-length portion of the PPI header
as the metadata length, use the *entire* length.
Otherwise, "-x" doesn't start printing at the link-layer payload.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ Tuesday April 14, 2015 guy@alum.mit.edu Summary for 4.8.0 tcpdump release - Fix "-x" for Apple DLT_PKTAP packets + Fix "-x" for Apple PKTAP and PPI packets Friday April 10, 2015 guy@alum.mit.edu Summary for 4.7.4 tcpdump release |