aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-starteam.c
AgeCommit message (Expand)AuthorFilesLines
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-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-14/+14
2010-10-30Use value_string_ext fcns to access a value_string array;Bill Meier1-129/+141
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-23/+20
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-02-18Remove svn:executable propertyBill Meier1-0/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-04-28from metatech at flashmail.com :Ronnie Sahlberg1-0/+715