Wireshark-commits: [Wireshark-commits] master edcc2f0: Add OSI Layer 4 to exported PDU to handle TC
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 1 Aug 2016 15:20:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=edcc2f019e3729293d9410e1bb30dae6bc9b790a
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

edcc2f0 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add OSI Layer 4 to exported PDU to handle TCP and UDP payloads.
    
    This allows for much easier anonymized captures for protocols running
    atop TCP/UDP.
    
    Added support for "TCP dissector data" tag within export PDU (34) so that
    the tcpinfo struct that TCP dissector normally passes to its subdissectors
    can be saved.
    
    Change-Id: Icd63c049162332e5bcb2720159e5cf8aac893788
    Reviewed-on: https://code.wireshark.org/review/16285
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  c992edc   Reorder ns_dir_vals into numerical order
    adds  edcc2f0   Add OSI Layer 4 to exported PDU to handle TCP and UDP payloads.


Summary of changes:
 debian/libwireshark0.symbols          |    2 +
 epan/dissectors/packet-exported_pdu.c |   35 ++++++-
 epan/dissectors/packet-tcp.c          |  163 +++++++++++++++++++++++++++++++++
 epan/dissectors/packet-tcp.h          |    7 +-
 epan/dissectors/packet-udp.c          |  102 ++++++++++++++++++++-
 epan/exported_pdu.c                   |   24 ++++-
 epan/exported_pdu.h                   |   19 +++-
 7 files changed, 342 insertions(+), 10 deletions(-)