Wireshark-commits: [Wireshark-commits] master 038161d: TECMP: Resetting VLAN depth per frame
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Jul 2020 15:27:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=038161d78ef296b822e6415d33d43680d8f34e7f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

038161d by Dr. Lars Völker (lars.voelker@xxxxxxxxxxxxxxxxxxxxxxx):

    TECMP: Resetting VLAN depth per frame
    
    The current dissector only allows 10 nested vlan tags and stops
    dissections, if more are present.
    This patch lets the TECMP dissetor reset the VLAN depth for
    each embedded Ethernet frame it hands over the Ethernet dissector.
    
    Bug: 16685
    Change-Id: I29a726274a01c2ef296d4d1eeaffd6d5960db294
    Reviewed-on: https://code.wireshark.org/review/37786
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4660a30   Fix -Wpointer-sign warnings.
     add  038161d   TECMP: Resetting VLAN depth per frame


Summary of changes:
 epan/dissectors/packet-tecmp.c | 5 +++++
 1 file changed, 5 insertions(+)