URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f28e23f1127e851a56c7ca5467000899606379a0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f28e23f by Guy Harris (guy@xxxxxxxxxxxx):
Fix some issues with Series III.
The packet data in some records has an FCS and in some records doesn't.
It appears that only the Series III packets do. Handle that.
Handle HT and VHT information supplied by Series III.
Get rid of an unused include while we're at it, and make the checks for
whether the protocol tree is being built a bit clearer, by testing the
tree pointer we'll actually be using. Make some style cleanups. Get
rid of some unused cruft.
Fix FPGA version checks.
This is based on Ixia's patches to an older version of Wireshark, but is
much cleaned up.
Bug: 11464
Change-Id: Ia341e6ffb1771cf38be812bf786f59b3250b7d5b
Reviewed-on: https://code.wireshark.org/review/10756
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 42ae721 arp: fix typo in switch (CID 1250809)
adds f28e23f Fix some issues with Series III.
Summary of changes:
epan/dissectors/packet-ixveriwave.c | 397 +++++++++++++++++++++++++++++------
wiretap/vwr.c | 116 +++++++---
2 files changed, 414 insertions(+), 99 deletions(-)