aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zep.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17time_t and nstime.nsecs are both signed so don't cast them to unsigned to dis...Jeff Morriss1-1/+1
2011-08-08Dissectors don't need to #include <gmodule.h>Bill Meier1-2/+2
2011-02-09A couple of dissectors have/need an NTP-to-nstime routine, so put it inJeff Morriss1-23/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.Stig Bjørlykke1-0/+2
2009-09-23Don't col_clear(COL_PROTOCOL) followed by col_set_str(COL_PROTOCOL). A col_se...Kovarththanan Rajaratnam1-1/+0
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.Kovarththanan Rajaratnam1-1/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-3/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-05-26zbee: Misc cleanup:Bill Meier1-35/+31
2009-05-23Out goes a C++ comment inside #if 0 #endif to make the API checker happy.Michael Tüxen1-1/+1
2009-05-20From Owen Kirby via bug 3431:Gerald Combs1-0/+395