Wireshark-commits: [Wireshark-commits] master e723a89: [tvbuff] Fix tvb_find_guint16() searched_byt

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Nov 2016 16:06:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e723a899c009a6167d8e6eaab83cd76adfa2d246
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e723a89 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    [tvbuff] Fix tvb_find_guint16() searched_bytes is from
    start_offset(offset) and the while loop should be on searched_bytes.
    
    Change-Id: I62343f7cb04f9110f773ba1ada8dbcbfbd262861
    Reviewed-on: https://code.wireshark.org/review/18741
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  20adb7a   diameter_3gpp: decode AVP 1518
    adds  e723a89   [tvbuff] Fix tvb_find_guint16() searched_bytes is from start_offset(offset) and the while loop should be on searched_bytes.


Summary of changes:
 epan/tvbuff.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)