aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sebek.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-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-22/+22
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-3/+0
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...krj1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-13/+13
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"morriss1-4/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-01From Camilo Viecco:jake1-37/+193
2005-08-08various code cleanup:ulfl1-4/+0
2005-01-05Use tvb_format_text() with %s format items, to handle non-printableguy1-5/+5
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+210