URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dd57c6bf38ae51af6a8a6bb70f9eee68c753c058
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
dd57c6b by Michal Labedzki (michal.labedzki@xxxxxxxxx):
File-format: Add PCAP and PCAPNG dissectors
They have educational values and can be used to debugging some issues.
Now Wireshark can open three files (BTSNOOP, PCAP, PCAPNG)
in two modes: Capture (Traditional) and File-Format.
Change-Id: I833b2464d11864f170923dc989a1925d3d217943
Reviewed-on: https://code.wireshark.org/review/10089
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from c05df99 Add udp_dissect_pdus.
adds dd57c6b File-format: Add PCAP and PCAPNG dissectors
Summary of changes:
docbook/release-notes.asciidoc | 7 +
epan/CMakeLists.txt | 2 +
epan/dissectors/Makefile.common | 2 +
epan/dissectors/file-pcap.c | 545 +++++++++++
epan/dissectors/file-pcapng.c | 1943 +++++++++++++++++++++++++++++++++++++++
wiretap/mime_file.c | 20 +-
6 files changed, 2516 insertions(+), 3 deletions(-)
create mode 100644 epan/dissectors/file-pcap.c
create mode 100644 epan/dissectors/file-pcapng.c