Wireshark-commits: [Wireshark-commits] master d96e72e: pcapng: add support for new Enhanced Packet
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d96e72ee2d1dddf67a2ed2093fd7c1d3ee2c73c5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
d96e72e by Eelco Chaudron (echaudro@xxxxxxxxxx):
pcapng: add support for new Enhanced Packet Block options
Add support to read/write the new EPB options, epb_packetid,
epb_queue and epb_verdict, from/to pcap files.
In addition, it updates the packet-frame dissector to dissect
these new fields.
More details on the options can be found in the PcapNG
specification: https://github.com/pcapng/pcapng
An application using these new fields can be found here:
https://github.com/chaudron/xdp-tools/tree/dev/pcapngII/xdp-dump
Change-Id: I761b8114b437fe573dd2c750e35586ad88494938
Signed-off-by: Eelco Chaudron <echaudro@xxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/37412
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from dad321f [Automatic update for 2020-06-21]
add d96e72e pcapng: add support for new Enhanced Packet Block options
Summary of changes:
epan/dissectors/packet-frame.c | 173 ++++++++++++++++++++++++++++++++-
wiretap/pcapng.c | 211 +++++++++++++++++++++++++++++++++++++++++
wiretap/wtap.c | 4 +
wiretap/wtap.h | 11 ++-
4 files changed, 397 insertions(+), 2 deletions(-)