aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cisco-wids.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-29/+5
2016-05-20Cisco WIDS wlan frames as sent by standalone APs do not include the QoS controlJoerg Mayer1-1/+1
2016-05-11Decode the first 6 bytes of Unknown1 as Timestamp: Two recorded BeaconsJoerg Mayer1-3/+10
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-24Refactor 802.11 radio flags.Simon Barber1-1/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-06-25Clean up 802.11 radio information handling.Guy Harris1-0/+1
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-3/+12
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-7/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-10/+10
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
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
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-8/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-11Revert r44441: pinfo may be NULL only when pi is not NULLPascal Quantin1-1/+1
2012-08-11After commit r44435: pinfo -> NULLJörg Mayer1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-5/+3
2011-09-19Since the call to proto_tree_add_text() was #if 0'd out, there's no need to a...Chris Maynard1-2/+3
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-8/+8
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-2/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-4/+12
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam1-2/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2008-09-12Small revisions related to proto_reg_handoff ....Bill Meier1-8/+20
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-04-13Fix various warningsStephen Fisher1-1/+1
2006-07-25One of the bytes in the cisco header is the channel number thatJörg Mayer1-23/+31
2006-07-09Start declaring the proto_reg... functions to fix 'warning: no previous decla...Jörg Mayer1-4/+5
2006-07-06New dissector for the cisco wireless ids communication protocolJörg Mayer1-0/+198