Wireshark-commits: [Wireshark-commits] master 55c385e: tvb: implement endianness-paramterized gette
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 2 Jan 2015 04:07:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=55c385e610d5fa89d78075cce66741fb582d948b
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

55c385e by Evan Huus (eapache@xxxxxxxxx):

    tvb: implement endianness-paramterized getters
    
    e.g. tvb_get_guint16(tvb, offset, ENC_LITTLE_ENDIAN)
    
    Change-Id: Iea02fd59b13678aca741d028fb1f66f334447498
    Reviewed-on: https://code.wireshark.org/review/6191
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  611cfd0   Always set decrypt_len when setting decrypt.
    adds  55c385e   tvb: implement endianness-paramterized getters


Summary of changes:
 epan/tvbuff.c |  114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 epan/tvbuff.h |   15 +++++++-
 2 files changed, 125 insertions(+), 4 deletions(-)