aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enc.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2005-12-06Clean up capture_enc(), export it, and use it in the capture window.guy1-15/+9
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-07-30Make some funtions static. More char -> const char warning fixesjmayer1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-4/+4
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/+206