aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wassp.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Make more functions and vars static.Martin Mathieson1-32/+27
2020-12-20More spelling fixes.Martin Mathieson1-5/+5
2020-12-09Fix various spelling errors.Guy Harris1-1/+1
2020-09-28Fix some more wrong filter names.Martin Mathieson1-1/+1
2020-09-14WASSP: Fix spelling.Gerald Combs1-1/+1
2020-09-07Yet more spelling fixes.Martin Mathieson1-6/+6
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-29/+29
2020-04-25Introduce tfs_get_string helperJaap Keuter1-3/+1
2020-03-23wassp: fix typo found by lintian (Unknown => Unknow)Alexis La Goutte1-1/+1
2020-03-23fix typo found by lintian (Unkown => Unknown)Alexis La Goutte1-1/+1
2020-01-12WASSP: Fix a couple of off-by-one errors.Gerald Combs1-9/+9
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-03Don't use "index" as a variable name.Guy Harris1-184/+184
2019-06-13update Extreme Networks WASSP decoderzhongweisitu1-1772/+6760
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-05WASSP: replace a DISSECTOR_ASSERT() by an expert infoPascal Quantin1-7/+21
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-4/+2
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-4/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-5/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-28/+40
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-5/+2
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-2/+2
2014-05-29Introduce 802.11 dissectors with wired-in "FCS present" indications.Guy Harris1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Add data arg to dissect_wassp_heur() in case it's ever used.Chris Maynard1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-09-12emem -> wmemJörg Mayer1-2/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-12/+6
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-14/+5
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-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-08-11Revert r44441: pinfo may be NULL only when pi is not NULLPascal Quantin1-2/+2
2012-08-11After commit r44435: pinfo -> NULLJörg Mayer1-2/+2
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-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-21/+21