aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-linx.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-48/+48
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-24/+24
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.wmeier1-27/+27
2011-06-24Update the dissector_add call to use the current API.jake1-1/+1
2011-06-23From Dejan Bucar:jake1-39/+348
2011-01-21Adress => Address corrections (also in comments).sake1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2009-11-09Removed some unused variables.stig1-4/+0
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-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-25/+25
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-03-20From Dejan Bucar (bug 3345):stig1-5/+0
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffwmeier1-7/+5
2007-11-13From Dejan Bucar:etxrab1-67/+170
2006-11-06Don't do forward declarations in the file. I'll try to eventuallyjmayer1-2/+0
2006-10-10Get rid of an unused variable.guy1-1/+0
2006-10-04Make provisional ETHERTYPE dependant on registered ETHERTYPEjake1-39/+26
2006-10-04From Martin Peylo:etxrab1-0/+669