aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-09Batch of filterable expert infos.Michael Mann1-1/+13
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-10/+7
2013-02-21Replace proto_tree_add_text/uint/boolean by proto_tree_add_item Use bitmask (...Alexis La Goutte1-53/+92
2013-02-21Fix indent (Tab => 4 Spaces) and Add ModelinesAlexis La Goutte1-1644/+1655
2013-02-21Fix CheckAPI about trailing spaceAlexis La Goutte1-1/+1
2013-02-21From Paul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8319 CAPWAP...Alexis La Goutte1-6/+13
2012-11-16Higlight the Header bytes.Anders Broman1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-1/+3
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-3/+3
2012-07-14Don't pass the return value of tvb_length_remaining() to fragment_add_check()...Chris Maynard1-1/+5
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2011-11-10From Dirk:Anders Broman1-1/+5
2011-10-28Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+4
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-3/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-14/+14
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-24/+24
2011-07-31Restore saved 'pinfo->fragmented' as appropriate;Bill Meier1-1/+4
2011-07-11From qgj:Anders Broman1-133/+133
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5