aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-2dparityfec.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-092dparityfec: Convert to old proto tree APIJoão Valverde1-185/+105
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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-2/+4
2015-01-20Remove some dead initializersBill Meier1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-08-22Convert more dissectors to use hfinfo instead of hfindex.Jakub Zawadzki1-180/+184
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+1
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-153/+153
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-9/+9
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-08(Trivial) Fix some indentation.Bill Meier1-10/+10
2010-03-03remove check_colAnders Broman1-13/+10
2010-01-13From Didier Gautheron:Anders Broman1-2/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;Bill Meier1-145/+145
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-05-26Misc dissector cleanup:Bill Meier1-40/+52
2008-07-22Add NULL termination element to value_string arraysBill Meier1-1/+3
2006-10-31The protocol must be registered before its fields, so thatGilbert Ramirez1-6/+4
2006-08-15Mark Lewis <mlewis@altera.com>Jörg Mayer1-0/+358