File-format: Add PCAP and PCAPNG dissectors
authorMichal Labedzki <michal.labedzki@tieto.com>
Fri, 26 Jun 2015 13:40:22 +0000 (15:40 +0200)
committerAnders Broman <a.broman58@gmail.com>
Tue, 18 Aug 2015 12:52:03 +0000 (12:52 +0000)
commitdd57c6bf38ae51af6a8a6bb70f9eee68c753c058
treee6c549f4f0823ee60eb9f78c3c4d146611f7a7f2
parentc05df9932caeb14dd32f5edce65cb9c348b5984c
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@gmail.com>
docbook/release-notes.asciidoc
epan/CMakeLists.txt
epan/dissectors/Makefile.common
epan/dissectors/file-pcap.c [new file with mode: 0644]
epan/dissectors/file-pcapng.c [new file with mode: 0644]
wiretap/mime_file.c