Wireshark-commits: [Wireshark-commits] master-2.2 d05983e: packet-epl.c: Fix bigger-than-actual off
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Apr 2017 01:17:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d05983e0f8ecf5d5c0119c76fef6c15d9ac816a9
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

d05983e by Ahmad Fatoum (ahmad@xxxxxx):

    packet-epl.c: Fix bigger-than-actual offset being reported
    
    dissect_epl_asnd_nmtdna returns the offset + 27,
    adding that to the original offset isn't correct,
    unless the offset was 0 to begin with, which isn't the case.
    
    Change-Id: Id0d5043b23a83aef8d07a6f6ee3b70486d913e9f
    Reviewed-on: https://code.wireshark.org/review/21056
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 6c096f31ac6bbe2f0b7e0fd43dddb5419a8b2a3d)
    Reviewed-on: https://code.wireshark.org/review/21069
    

Actions performed:

    from  87113a8   2.2.6 → 2.2.7.
    adds  d05983e   packet-epl.c: Fix bigger-than-actual offset being reported


Summary of changes:
 epan/dissectors/packet-epl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)