aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-etch.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-1/+1
2011-04-22Cast away bogus warnings. (I begin to see why C++ has templates here,guy1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-10-20Use DISSECTOR_ASSERT (not g_assert) in dissectors...wmeier1-4/+4
2010-10-19Use dynamically created value_string_ext to store hash/symbol value_strings;wmeier1-139/+166
2010-10-18Don't use g_strcmp0(): it only exists in glib > 2.16.morriss1-34/+50
2010-10-18Try to fix compile errors on 64 bit systems.wmeier1-1/+3
2010-10-18From Holger Grandy: ETCH dissectorwmeier1-0/+946