]> The Tcpdump Group git mirrors - libpcap/commit
Handle pcapng version 1.2.
authorGuy Harris <[email protected]>
Fri, 9 Apr 2021 00:26:25 +0000 (17:26 -0700)
committerGuy Harris <[email protected]>
Fri, 9 Apr 2021 00:37:38 +0000 (17:37 -0700)
commit16ae4c447f8ad20b036f217c00ce958667376d44
tree6d1d4646640a7e6153a378dcc2e98d4429cabbe4
parentc7ed8dad2dc824fe2bc6fe33c1629a985188d8e9
Handle pcapng version 1.2.

Some programs wrote it, even though the only "difference" is that some
new sysdig block types were added.  Any program that can read version
1.2 and its new block types should be able to read 1.0 files with the
same block types, so that wasn't a reason to bump the minor version
number.

(cherry picked from commit 1e0e97eb443874b8286547d39bf88af82d3312c7)
CHANGES
sf-pcapng.c