URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=57ab1d4023df2a2e02cd4c4b4bed26bcbf3e7d14
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
57ab1d4 by David McKay (mckay.david@xxxxxxxxx):
Bugfix endian issues with 802.11 FCS
Rather than trying to swap fields to be big-endian, just make everything
little-endian.
Bug: 12697
Change-Id: I07e7fd651c4a32dba764d111b34acdf32958c195
Reviewed-on: https://code.wireshark.org/review/16836
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 6343e1dc67b3c99f2ac900b026ad00ee2d04b063)
Reviewed-on: https://code.wireshark.org/review/16845
Actions performed:
from f3cedfe Exported PDU: allow the use of EXP_PDU_TAG_DISSECTOR_TABLE_NAME
adds 57ab1d4 Bugfix endian issues with 802.11 FCS
Summary of changes:
epan/dissectors/packet-ieee80211.c | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)