aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ehs.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-08check_typed_item_calls.py Some more mask checksMartin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+4
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann1-3/+4
2015-05-25Remove proto_tree_add_text from packet-ehs.cMichael Mann1-58/+87
2015-05-19Apparently "H" stands for "HOSC", not "HSC", at least these days.Guy Harris1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-13/+8
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-27Mark unused parameters.Evan Huus1-2/+2
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann1-2/+2
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+2
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-16/+36
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-24minor display filter field typosMichael Mann1-1/+1
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-25/+25
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-17General Cleanup including:Bill Meier1-857/+863
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-35/+35
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-114/+114
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-09From Didier Gautheron:Anders Broman1-104/+101
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-05-08Fix potential crash: FT_BOOLEAN field had a value_string not a true_false_str...Bill Meier1-7/+6
2009-03-19- Move register_dissector(...) from proto_reg_handoff() to proto_register();Bill Meier1-3/+5
2009-03-18Don't g_assert() in a dissector; just drive on.Guy Harris1-1/+0
2009-03-18From Patrick A Baldwin:Anders Broman1-0/+1924