aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wassp.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-26From Michael Mann.Anders Broman1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-07-30- Comment: some abbreviations usedJörg Mayer1-6/+87
2009-11-06Add a document referenceJörg Mayer1-0/+3
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-9/+9
2009-05-02Add a few more elements, most of them without hf_ elementsJörg Mayer1-7/+43
2009-05-01Add hf_ elements for the new typesJörg Mayer1-195/+1174
2009-04-30Add a few additional pieces of informationJörg Mayer1-32/+18
2009-04-30Add additional Type->Name associations: Now we can roughlyJörg Mayer1-43/+239
2009-03-31Make the forward declaration of dissect_snmp() match the definition.Guy Harris1-1/+1
2009-03-31Fix gcc 3.4.6 warning about setjmp/longjmp.Martin Mathieson1-1/+1
2009-03-26(Trivial): Use NULL instead of "" in hfp[] blurbsBill Meier1-67/+67
2009-03-24Beginnings of WASSP dissection - that's the protocol run betweenJörg Mayer1-0/+851