aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gopher.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-0/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-11Define some fcns & vars as static;Bill Meier1-112/+112
2010-06-13Add a Gopher (RFC 1436) dissector.Gerald Combs1-0/+323