aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-forces.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-16/+14
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-16/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-13/+3
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-8/+11
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-11/+8
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-8/+11
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+8
2015-03-10forces: make redirecttlv robust to invalid lengthsEvan Huus1-3/+8
2015-01-08To register an SCTP port, register in "sctp.port", not "udp.port".Guy Harris1-4/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-26/+24
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-10/+10
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-8/+8
2013-06-30Batch of filterable expert infos.Michael Mann1-15/+29
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-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-09-17Cleanup:Bill Meier1-174/+217
2012-09-17Add eol-style and keywords to SVN properties.Evan Huus1-875/+875
2012-09-17Make it compile with GCC.Evan Huus1-5/+5
2012-09-17Add IETF ForCES(Forwarding and Control Element Separation) dissector (https:/...Michael Mann1-0/+875