aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcapng_block.c
AgeCommit message (Collapse)AuthorFilesLines
2014-05-25Get rid of trailing blank.Guy Harris1-1/+1
Change-Id: I9eb6baee8866241a42d007d9bc69f64ab46f9a2e Reviewed-on: https://code.wireshark.org/review/1786 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-05-25Add support for dissecting pcap-ng file-type-specific blocks.Guy Harris1-0/+70
Add a dissector for pcap-ng file-type-specific blocks; it creates a dissector table using the block type as the key, attempts to call the appropriate dissector using that table, and does a minimal dissection if that fails. Change-Id: I67e139f06ba88d40faa5b4ab169e8df08f5bfe7b Reviewed-on: https://code.wireshark.org/review/1784 Reviewed-by: Guy Harris <guy@alum.mit.edu>