Wireshark-commits: [Wireshark-commits] master 088b064: Add support for dissecting pcap-ng file-type

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 25 May 2014 00:36:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=088b06418ad945ab417a661402c142d09b25b532
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

088b064 by Guy Harris (guy@xxxxxxxxxxxx):

    Add support for dissecting pcap-ng file-type-specific blocks.
    
    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@xxxxxxxxxxxx>
    

Actions performed:

    from  318cf8a   Add support for dissecting non-packet records.
    adds  088b064   Add support for dissecting pcap-ng file-type-specific blocks.


Summary of changes:
 epan/CMakeLists.txt                   |    1 +
 epan/dissectors/Makefile.common       |    1 +
 epan/dissectors/packet-pcapng_block.c |   70 +++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+)
 create mode 100644 epan/dissectors/packet-pcapng_block.c