aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-collectd.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-20/+20
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-10-27Fix proto_tree_add_item( encoding args;wmeier1-2/+2
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-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-11/+11
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-4/+4
2011-04-21Avoid passing a NULL string pointer to format routines: some libc's (e.g.,morriss1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-1/+1
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-28Added svn:ignore targets.stig1-1/+1
2010-01-02From Jakub Zawadzki:etxrab1-7/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-1/+1
2009-10-18Use correct type for udp port preference.stig1-1/+1
2009-10-07Cleanup header fields.jake1-4/+4
2009-09-16From Florian Forster:jake1-0/+52
2009-09-15From Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-1/+160
2009-09-15From Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-24/+262
2009-09-14Put the parenthesis in the right placemorriss1-2/+2
2009-09-14Change proto_tree_add_protocol_format() to proto_tree_add_text() since all th...morriss1-69/+59
2009-09-14Add casts to make it compile on Windows.etxrab1-2/+2
2009-09-14From Bruno and Florian Forster via https://bugs.wireshark.org/bugzilla/show_b...morriss1-0/+1038