Wireshark-commits: [Wireshark-commits] master dede3c8: Add VLAN ID to pinfo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Jan 2016 13:57:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dede3c826efc950fa219c346e7a6ca0f63ba5d5e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dede3c8 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Add VLAN ID to pinfo
    
    I have traces where IP reassembly gets confused by multiple frames from
    different VLANS and ends up adding fragments from differet messages
    togeter after IP Identification is reused.
    I think VLAN ID could be useful in other places too to aviliate duplicate
    packet detection. Making this a separate patch while testing the usage.
    
    Change-Id: Id7c23dc52f6de2e1f2e980ec8fe61d0598500d0d
    Reviewed-on: https://code.wireshark.org/review/13452
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2d6e044   Add a link for LINUX_SLL values.
    adds  dede3c8   Add VLAN ID to pinfo


Summary of changes:
 epan/dissectors/packet-vlan.c |    9 +++++++--
 epan/packet_info.h            |    1 +
 2 files changed, 8 insertions(+), 2 deletions(-)