Wireshark-commits: [Wireshark-commits] master-2.6 adb2cad: Improve the handling of the FT (Frame Ty

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 30 Sep 2019 18:55:10 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=adb2cada2a2def370057383effcc2f316cb634ea
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

adb2cad by Guy Harris (guy@xxxxxxxxxxxx):

    Improve the handling of the FT (Frame Type) field in Type III headers.
    
    Show the value symbolically, and don't dissect the payload as an
    Ethernet packet if the value isn't 0, meaning "Ethernet".
    
    This gets rid of the mis-dissection of the payload in the capture
    atttached to bug 16089, although it doesn't dissect it any further, as
    we don't know how to dissect it.
    
    Change-Id: I97fce0f7a4f4336339bc90271aa7b19c97831abe
    Ping-Bug: 16089
    Reviewed-on: https://code.wireshark.org/review/34649
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 3367cbab17769658872decc78762c8edf681fe43)
    Reviewed-on: https://code.wireshark.org/review/34662
    

Actions performed:

    from  c4ae9af   [Automatic update for 2019-09-29]
     add  adb2cad   Improve the handling of the FT (Frame Type) field in Type III headers.


Summary of changes:
 epan/dissectors/packet-cisco-erspan.c | 32 ++++++++++++++++++++++++++------
 1 file changed, 26 insertions(+), 6 deletions(-)