Wireshark-commits: [Wireshark-commits] master 64cb510: Change ENC_NA to ENC_BIG_ENDIAN for all fetc

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 12 Dec 2014 15:33:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=64cb5104d609e741cfb9365adb933b84b8c16433
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

64cb510 by Bill Meier (wmeier@xxxxxxxxxxx):

    Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.
    
    Change-Id: Ia4f5735c61eedcbe8354eabd5da05d02e167f25e
    Reviewed-on: https://code.wireshark.org/review/5734
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  29c1b58   rsvp: Convert encoding-arg ENC_NA to ENC_BIG_ENDIAN for all integer fields
    adds  64cb510   Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.


Summary of changes:
 epan/dissectors/packet-ansi_683.c  |  184 ++++++++++++++++++------------------
 epan/dissectors/packet-capwap.c    |   30 +++---
 epan/dissectors/packet-ieee17221.c |    2 +-
 epan/dissectors/packet-lldp.c      |   20 ++--
 epan/dissectors/packet-nfs.c       |    6 +-
 epan/dissectors/packet-oampdu.c    |   86 ++++++++---------
 epan/dissectors/packet-pim.c       |    6 +-
 epan/dissectors/packet-ppp.c       |  100 ++++++++++----------
 epan/dissectors/packet-rmt-norm.c  |    8 +-
 epan/dissectors/packet-sml.c       |  134 +++++++++++++-------------
 epan/dissectors/packet-sna.c       |   18 ++--
 11 files changed, 297 insertions(+), 297 deletions(-)