URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7e2e8ef04c301bffd67958ed3d11d751ebd3e04c
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7e2e8ef by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
Aruba ERM: Fix FCS for Type 1 (PEEK)
Type 1 is Peek type (using Peek dissector)
Peek dissector is also update for Cisco AP, Pass info to peek dissector it is "Aruba PEEK" (with buggy FCS)
Add also check of signal value (when signal strength = 100%) it is a TX packet and there is no FCS
Bug:11204
Change-Id: I435e0e3275bc0a03fa534e49e86251114f568040
Reviewed-on: https://code.wireshark.org/review/8710
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 8d46c41 Aruba ERM: Fix FCS for Type 3
adds 7e2e8ef Aruba ERM: Fix FCS for Type 1 (PEEK)
Summary of changes:
epan/dissectors/packet-aruba-erm.c | 5 ++++-
epan/dissectors/packet-peekremote.c | 23 +++++++++++++++++------
2 files changed, 21 insertions(+), 7 deletions(-)