Wireshark-commits: [Wireshark-commits] master 8cf0cd1: ieee1905: Take into account VLAN IDs.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 24 Jul 2020 05:56:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8cf0cd1bb1b596c59f8b140146a731161435c906
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8cf0cd1 by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    ieee1905: Take into account VLAN IDs.
    
    Some switches seems to inject VLAN-tagged duplicate frames. Make sure
    we use the VLAN-ID when reassembling IEEE1905 frames.
    
    Change-Id: If37c0a4d1e6df51b13ffc0230ccd50eee8d6061e
    Reviewed-on: https://code.wireshark.org/review/37942
    Reviewed-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1d8680d   packet-gsm_sms: Return early in hashing funtion when NULL passed in.
     add  8cf0cd1   ieee1905: Take into account VLAN IDs.


Summary of changes:
 epan/dissectors/packet-ieee1905.c | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)