Wireshark-commits: [Wireshark-commits] master 80d44af: dissector_try_uint(_new) and dissector_try_s

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 13 Dec 2014 16:36:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=80d44af6b22dd08f59281bf3531fb870bfc96393
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

80d44af by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    dissector_try_uint(_new) and dissector_try_string now return the number of bytes consumed
    
    Change-Id: I528ad736caee1f29e2f0abfc0afcca6587d74eca
    Reviewed-on: https://code.wireshark.org/review/5743
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  cc12c72   Riemann: add support for TCP transport
    adds  80d44af   dissector_try_uint(_new) and dissector_try_string now return the number of bytes consumed


Summary of changes:
 epan/dissectors/packet-ethertype.c |    4 ++--
 epan/dissectors/packet-mpls.c      |    2 +-
 epan/dissectors/packet-msrp.c      |    4 ++--
 epan/dissectors/packet-nhrp.c      |   10 +++++-----
 epan/dissectors/packet-rtp.c       |    5 +++--
 epan/dissectors/packet-sdp.c       |    2 +-
 epan/dissectors/packet-sip.c       |   13 +++++--------
 epan/dissectors/packet-usb.c       |    2 +-
 epan/dissectors/packet-wsp.c       |   12 ++++++------
 epan/packet.h                      |   12 ++++++------
 10 files changed, 32 insertions(+), 34 deletions(-)