aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee1905.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-875/+875
2023-11-05IEEE1905: cleanup dissectorJaap Keuter1-86/+79
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-2/+1
2023-09-28ieee1905: Sync Message and TLV with EasyMesh SPEC v5.0WFA-achuang1-296/+731
2023-09-24ieee1905: Fix wrong tfs for BSS Configuration Report TLVAlexis La Goutte1-8/+18
2023-09-02Remove some uses of tvb_new_subset_length_caplen()John Thacker1-1/+1
2023-08-19check_typed_item_calls.py: check for value_string conflictsMartin Mathieson1-1/+1
2023-08-09Look into more inconsistent add_bitmask() callsMartin Mathieson1-3/+3
2023-06-29IEEE1905: Fix typos in ieee1905 dissectorJan Fuchs1-3/+3
2023-06-14Use `register_dissector()` for more protocolsDavid Perry1-5/+3
2023-04-23Fix more calls to val_to_str() and related functionsMartin Mathieson1-11/+11
2023-02-24Fix more warnings from tools/check_typed_item_calls.pyMartin Mathieson1-5/+5
2023-01-25ieee1905: Update Profile-2 AP Capability TLVMokhtar Ben Messaoud1-9/+15
2022-06-27IEEE1905: fix IPv6 type TLV parsingJo-Philipp Wich1-2/+17
2022-04-17IEEE1905: Fix CAC Termination Request's offset calculationAhmet Alperen Bulut1-3/+1
2022-04-05IEEE1905: Fix miscalculated offsetAhmet Alperen1-2/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-13/+13
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-6/+6
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-11-05ieee1905: Correct RSSI fields to RCPIOkan Palaz1-18/+18
2021-10-21ieee1905: Add missing offset incrementOkan Palaz1-0/+1
2021-09-01ieee1905: fix dissection of DPP messagesUgur ILTER1-6/+31
2021-03-15ieee1905: Fix a filter bitfield that was incorrect.Richard Sharpe1-1/+2
2021-02-08Make more functions and vars static.Martin Mathieson1-1/+1
2021-02-07ieee80211: fix -Wmissing-prototypes warningAlexis La Goutte1-3/+1
2021-01-01ieee1905: don't assume the address size in reassembly.Dario Lombardo1-6/+10
2021-01-01ieee1905: remove redundant forward declaration.Dario Lombardo1-7/+0
2020-10-28ieee1905: fix endianness of fieldsArnout Vandecappelle (Essensium/Mind)1-9/+9
2020-10-03Fix more filter field strings.Martin Mathieson1-2/+2
2020-09-13More dissector string spelling fixes.Martin Mathieson1-1/+1
2020-09-10Fix some more dissector spellings.Martin Mathieson1-2/+2
2020-09-09ieee80211: fix Wmissing-prototypesAlexis La Goutte1-2/+3
2020-09-07Yet more spelling fixes.Martin Mathieson1-7/+7
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-14/+14
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-5/+5
2020-08-15wifi-dpp: Add support for version 1.2.9 of the protocol.Richard Sharpe1-4/+1
2020-08-08ieee1905: Eliminate a shadowed variable index.Richard Sharpe1-3/+3
2020-07-28ieee1905: Fix issues caused when adding reassembly.Richard Sharpe1-25/+25
2020-07-24ieee1905: Take into account VLAN IDs.Richard Sharpe1-4/+12
2020-07-15ieee1905: fix indentation.Dario Lombardo1-358/+360
2020-07-14ieee1905: prematurely return if addresses are not defined.Dario Lombardo1-0/+14
2020-07-13ieee1905: Comform to the latest Multi-AP spec plus add reassembly.Richard Sharpe1-523/+2486
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-26/+26
2019-12-03ieee1905: Fix an incorrect bit usage in the Client Association Even TLV.Richard Sharpe1-1/+7
2019-10-18ieee1905: Move to the latest version of the Multi-AP spec.Richard Sharpe1-294/+3901
2019-09-21Qt, docs, ieee1905: fix some spelling errorsPeter Wu1-1/+1
2018-05-02IEEE 1905.1a: use col_add_str to add non const stringsPascal Quantin1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-07ieee1905: Fix the handling of AP Metric Queries.Richard Sharpe1-0/+9