aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cl3dcw.c
AgeCommit message (Collapse)AuthorFilesLines
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-2/+2
Automated find/replace of wmem_packet_scope() with pinfo->pool in all files where it didn't cause a build failure.
2021-07-17Delete various unused fieldsEvan Huus1-5/+0
Discovered during the build failure of https://gitlab.com/wireshark/wireshark/-/merge_requests/3695
2019-06-11CL3DCW: Added Dual Channel Wi-Fi DissectorsJon Dennis1-0/+358
Initial go at adding the CableLabs Dual Channel Wi-Fi dissector. Changes: . New dissector for CableLabs Layer-3 Protocol ("CL3") IEEE EtherType 0xB4E3 . New dissector for Dual Channel Wi-Fi (Subprotocol of CL3) . Defined EtherType macro for CL3 + description Bug: 15818 Change-Id: I6edf99d40883c1890659185cc3f0524a2218a6c4 Reviewed-on: https://code.wireshark.org/review/33440 Reviewed-by: Anders Broman <a.broman58@gmail.com>