aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-trmac.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-01-21Introduce, and start using, tvb_eth_to_str().morriss1-1/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-18/+18
2008-08-14Use const with value_string array definitionswmeier1-2/+2
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-2/+3
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-08-05More char -> const char warning fixesjmayer1-2/+4
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-4/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+415