URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c6889d8a505c7f0da7804a89231cecb0017b6015
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c6889d8 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: I3dc51a5555b99c25dce0d3b7f3be4c441b13d1a3
Reviewed-on: https://code.wireshark.org/review/9890
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from f30ac4a Fix a bunch of typoes in variable and field names.
adds c6889d8 Fix some encoding arguments.
Summary of changes:
epan/dissectors/packet-ieee80211.c | 206 ++++++++++++++++++------------------
1 file changed, 103 insertions(+), 103 deletions(-)