aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cnip.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
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-2/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+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-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-06-12simplify the subdissector callMartin Kaiser1-9/+5
2013-06-12TABs -> spacesMartin Kaiser1-138/+151
2013-06-12no expert infos under if(tree)Martin Kaiser1-46/+37
2013-05-25Batch of filterable expert_infos.Michael Mann1-3/+12
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+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 FSF address - part II.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-09-26Get rid of check_col, while at it set ENC.Anders Broman1-16/+13
2011-06-07From Daniel Willmann: dissector for EIA-852 protocol (Component Network over IP)Bill Meier1-0/+261