Wireshark-commits: [Wireshark-commits] master-1.12 59509c2: Add support for dissecting pcap-ng file
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 25 May 2014 00:36:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=59509c2d8b06b01088db98d53b262f8ae6146163
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

59509c2 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>
    (cherry picked from commit 088b06418ad945ab417a661402c142d09b25b532)
    Reviewed-on: https://code.wireshark.org/review/1785
    

Actions performed:

    from  0c2fdbc   Add support for dissecting non-packet records.
    adds  59509c2   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