Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master d477e9a: Replace lbmpdm_fetch_uintN_encoded() with tv

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 10 Apr 2018 10:06:24 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d477e9a935aadd5f4c740511009454a2c26e1e7b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d477e9a by Guy Harris (guy@xxxxxxxxxxxx):

    Replace lbmpdm_fetch_uintN_encoded() with tvb_get_guintN().
    
    They do the same thing.
    
    Change-Id: I0ff800efca9e6812ae416677023c955869bbc0cc
    Reviewed-on: https://code.wireshark.org/review/26850
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f028515   PFCP: Added dissection of new IEs 123-126
    adds  d477e9a   Replace lbmpdm_fetch_uintN_encoded() with tvb_get_guintN().


Summary of changes:
 epan/dissectors/packet-lbmpdm.c | 85 ++++++++++-------------------------------
 1 file changed, 20 insertions(+), 65 deletions(-)