Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 6427edb: zvt: dissect the TLV container's payload

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Dec 2016 23:38:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6427edb18d84a812cd3f9de95f657953f4026589
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6427edb by Martin Kaiser (wireshark@xxxxxxxxx):

    zvt: dissect the TLV container's payload
    
    add a function to dissect the sequence of TLV elements
    use a hash table for payload functions like we do for the bitmaps
    add two tags whose payload is another TLV sequence
    
    Change-Id: Ibb19fd7af2f58e201174d07d410557dc315c652a
    Reviewed-on: https://code.wireshark.org/review/19435
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  e41201c   Don't claim packet as MATE if there is no MATE configuration
    adds  6427edb   zvt: dissect the TLV container's payload


Summary of changes:
 epan/dissectors/packet-zvt.c |  147 ++++++++++++++++++++++++++++++++++--------
 1 file changed, 121 insertions(+), 26 deletions(-)