aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee1905.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-07ieee1905: Fix the handling of AP Metric Queries.Richard Sharpe1-0/+9
2018-01-30ieee1905: add missing NULL terminatator to ieee1905_reporting_policy_flags[].Jakub Zawadzki1-1/+2
2018-01-19ieee1905: Bring AP Metric TLVs into conformance with the SPECRichard Sharpe1-15/+68
2018-01-13ieee1905: More changes from the recent bakathon including two more TLVs.Richard Sharpe1-21/+207
2018-01-05ieee1905: Fix a bunch of issues after testing and spec changes.Richard Sharpe1-30/+23
2017-12-14ieee1905: Fix an incorrect flags dissection.Richard Sharpe1-1/+1
2017-12-14ieee1905: Fix for a malformed packet with a Steering request.Richard Sharpe1-5/+27
2017-11-20ieee1905: fix typo bandwith => bandwidthAlexis La Goutte1-1/+1
2017-11-20ieee1905: fix typo addres => addressAlexis La Goutte1-1/+1
2017-11-18ieee1905: Fix the incorrect dissection of radio operation restrictionRichard Sharpe1-4/+11
2017-11-12ieee1905: Use BASE_UNIT_STRING and &units_dbm rather than appendingRichard Sharpe1-31/+16
2017-11-06IEEE1905: Add a break to fix a malformed packet issue and dissect Multi-APRichard Sharpe1-1/+1
2017-10-28IEEE 1905.1a: fix an infinite loop (CID 1420355)Alexis La Goutte1-0/+2
2017-10-27IEEE 1905.1a: fix an infinite loop (CID 1420356)Pascal Quantin1-0/+1
2017-10-27IEEE 1905.1a: remove an unused hf variablePascal Quantin1-5/+0
2017-10-27IEEE 1905.1a: add what seems to be missing breaksPascal Quantin1-0/+2
2017-10-27Fix typo.Guy Harris1-1/+1
2017-10-26Initial coding of the ieee1905 dissector with Multi-AP support.Richard Sharpe1-0/+5686