URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4693d907cbacfc16771a0dd32b1c8e2af602b3ba
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
4693d90 by Guy Harris (guy@xxxxxxxxxxxx):
    Fix some encoding arguments.
    
    802.11 is overwhelmingly little-endian; change all 1-byte fields that
    were ENC_BIG_ENDIAN to ENC_LITTLE_ENDIAN.
    
    Change one ENC_BIG_ENDIAN MAC address to ENC_NA; byte order doesn't
    apply to them.
    
    The remaining ENC_BIG_ENDIANs should be checked.
    
    Change-Id: I70aa2366d6a1d26711b2e1cfa4aab0081e5ece4f
    Reviewed-on: https://code.wireshark.org/review/9891
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  9e41843   Fix a bunch of typoes in variable and field names.
    adds  4693d90   Fix some encoding arguments.
Summary of changes:
 epan/dissectors/packet-ieee80211.c |  206 ++++++++++++++++++------------------
 1 file changed, 103 insertions(+), 103 deletions(-)