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

Commits:

6c096f3 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>
    

Actions performed:

    from  d732098   zbee zcl: fix conflicting entry in its value_string
    adds  6c096f3   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(-)