aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-05prefs: A few more range conversionsJohn Thacker1-3/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-28/+28
2022-01-21check_typed_item_calls.py: fix matching of callsMartin Mathieson1-2/+2
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-1/+1
2021-10-07Fix some field mask widths.Martin Mathieson1-5/+5
2021-10-04Fix some items where mask was wider than field.Martin Mathieson1-2/+2
2021-07-06Fix a few dissector spelling errors.Martin Mathieson1-1/+1
2020-11-15capwap: fix item lengthAlexis La Goutte1-2/+2
2020-10-03Fix more filter field strings.Martin Mathieson1-1/+1
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-3/+3
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-8/+8
2019-05-20fix typo: supres... -> suppres...Alexis La Goutte1-1/+1
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-12-01Apply port preferences during dissector handoff registrationJaap Keuter1-0/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-6/+7
2017-04-21capwap: fix conflicting entry in its value_stringAlexis La Goutte1-9/+7
2017-03-28Fix up time encodings.Guy Harris1-1/+1
2017-01-29Register reassembly tablesMichael Mann1-13/+2
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-3/+1
2016-11-18ieee80211: warn about FT AKM suite mismatchesWill Glynn1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-33/+23
2016-03-31ieee80211: fix deep recursionPeter Wu1-1/+1
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-7/+5
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+5
2016-02-05CAPWAP: fix cannot optimize loop, the loop counter may overflow [-Wunsafe-loo...Alexis La Goutte1-9/+7
2016-02-03CAPWAP: fix 'capwap.control.fortinet.ebptag.ebp' exists multiple times with N...Alexis La Goutte1-1/+1
2016-01-31CAPWAP: fix indent typoAlexis La Goutte1-3/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-7/+8
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-2/+2
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+6
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-1/+1
2015-05-26CAPWAP: Add Vendor Specific from CiscoAlexis La Goutte1-10/+309
2015-04-29CAPWAP: fix wrong offset length for header length hfAlexis La Goutte1-1/+1
2015-04-27CAPWAP: Add CAPWAP MAC Profile (RFC7494)Alexis La Goutte1-1/+61
2015-02-05CAPWAP: Fix a typo.AndersBroman1-1/+1
2015-02-05CAPWAP : fix warning about wrong type after proto_tree_add_bitmask(_with_flag...Alexis La Goutte1-3/+3
2015-02-05CAPWAP: Don't try to dissect fragment packet (Only display are "Data")Alexis La Goutte1-1/+2
2015-02-04CAPWAP: Use proto_tree_add_bitmask(_with_flags)Alexis La Goutte1-88/+108
2015-01-30 CAPWAP: Add support of Cisco Vendor Specific ElementAlexis La Goutte1-1/+150
2015-01-27CAPWAP: fix double space on AC Software versionAlexis La Goutte1-1/+1
2015-01-23CAPWAP: Add support of Fortinet Vendor Specific ElementAlexis La Goutte1-3/+1054
2015-01-15CAPWAP: Add a IEE802.11 Message Element Type (RFC5416)Alexis La Goutte1-0/+72
2015-01-15CAPWAP: Add some IEE802.11 Message Element Type (RFC5416)Alexis La Goutte1-3/+288
2015-01-15CAPWAP: Add a new Message Element Type (RFC5415)Alexis La Goutte1-0/+56
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-15/+15
2014-12-08CAPWAP: Add some IEE802.11 Message Element Type (RFC5416)Alexis La Goutte1-6/+607