aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-05CAPWAP: Add some new Message Element Type (RFC5415)Alexis La Goutte1-0/+190
2014-09-03CAPWAP: fix some message type with wrong length (don't use optlen for "fixed ...Alexis La Goutte1-4/+4
2014-09-03CAPWAP: Add some news expert infoAlexis La Goutte1-11/+178
2014-09-03CAPWAP: Add new ett variableAlexis La Goutte1-23/+61
2014-09-03CAPWAP: Split CAPWAP Control and Data in 2 different protocolAlexis La Goutte1-11/+13
2014-09-03CAPWAP: Use standard boilerplate (see doc/packet-PROTOABBREV.c)Alexis La Goutte1-526/+723
2014-09-03CAPWAP: Wrong usage of FT_BOOLEAN for Reserved field...Alexis La Goutte1-6/+6
2014-08-26CAPWAP : Fix wrong offset for AC Name with PriorityAlexis La Goutte1-1/+1
2014-06-17Fix copy/paste errors in value_string.Jakub Zawadzki1-1/+1
2014-06-10CAPWAP: Fix soft-deprecated APIs warningAlexis La Goutte1-2/+2
2014-06-10CAPWAP: Display incorrect value for Wireless IEEE802.11 RSSI and Data RateAlexis La Goutte1-8/+11
2014-05-29Introduce 802.11 dissectors with wired-in "FCS present" indications.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-18Fix typo in name of Radio Type 802.11b (in IEEE802.11 WTP Radio Information)Alexis La Goutte1-1/+1
2014-02-14Add new IEEE802.11 CAPWAP message type from RFC5416Alexis La Goutte1-0/+279
2014-02-12Add message type from RFC5416 : Section 3 : IEEE 802.11 Specific CAPWAP Contr...Alexis La Goutte1-3/+6
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-3/+3
2013-10-26Remove unused variableAlexis La Goutte1-1/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-1/+1
2013-10-17Properly decode CAPWAP Data Keep-Alive's. Bug 9165 (https://bugs.wireshark.o...Michael Mann1-5/+55
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-2/+2