aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-collectd.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Avoid passing a NULL string pointer to format routines: some libc's (e.g.,Jeff Morriss1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2010-01-02From Jakub Zawadzki:Anders Broman1-7/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-1/+1
2009-10-18Use correct type for udp port preference.Stig Bjørlykke1-1/+1
2009-10-07Cleanup header fields.Jaap Keuter1-4/+4
2009-09-16From Florian Forster:Jaap Keuter1-0/+52
2009-09-15From Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-1/+160
2009-09-15From Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-24/+262
2009-09-14Put the parenthesis in the right placeJeff Morriss1-2/+2
2009-09-14Change proto_tree_add_protocol_format() to proto_tree_add_text() since all th...Jeff Morriss1-69/+59
2009-09-14Add casts to make it compile on Windows.Anders Broman1-2/+2
2009-09-14From Bruno and Florian Forster via https://bugs.wireshark.org/bugzilla/show_b...Jeff Morriss1-0/+1038