aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-trmac.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-28/+28
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-6/+4
2016-03-11trmac: fix 'trmac.group_address' exists multiple times with NOT compatible ty...Alexis La Goutte1-2/+2
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-11-25Eliminate proto_tree_add_text from some dissectors.Michael Mann1-19/+31
2014-08-19The error report timer is non-negative; make it FT_UINT16.Guy Harris1-23/+63
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-2/+1
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-66/+81
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-11- Forward declaration of register functions.Anders Broman1-0/+2
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-20/+20
2013-07-26Add display filters courtesy of convert_proto_tree_add_text.plMichael Mann1-63/+78
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-22/+31
2013-03-01Fix Coverity CID 988967: Logically dead code.Chris Maynard1-1/+1
2013-02-27For subvectors, make a top-level item to cover the entire subvector, andGuy Harris1-88/+296
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
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-1/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-18/+18
2008-08-14Use const with value_string array definitionsBill Meier1-2/+2
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-2/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-05More char -> const char warning fixesJörg Mayer1-2/+4
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-4/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+415