Wireshark-commits: [Wireshark-commits] master e3a15cf: Fix ERSPAN type II and type III offset.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 Jul 2016 04:11:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e3a15cfbb24b79c0225d391dc44362ac9cdcb077
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e3a15cf by William Tu (u9012063@xxxxxxxxx):

    Fix ERSPAN type II and type III offset.
    
    For ERSPAN type II (version == 1), the offset is shifted by 4 at the
    end. As a result, the 'offset+=2' at the end of ERSPAN type III should
    be in its own 'else' scope.
    
    Change-Id: I64a55d5722e3f4f5672ca2a4228583b3b51559e1
    Reviewed-on: https://code.wireshark.org/review/16568
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3dbc844   2.1.2 → 2.3.0.
    adds  e3a15cf   Fix ERSPAN type II and type III offset.


Summary of changes:
 epan/dissectors/packet-cisco-erspan.c |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)