aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zep.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-08Dissectors don't need to #include <gmodule.h>wmeier1-2/+2
2011-02-09A couple of dissectors have/need an NTP-to-nstime routine, so put it inmorriss1-23/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.stig1-0/+2
2009-09-23Don't col_clear(COL_PROTOCOL) followed by col_set_str(COL_PROTOCOL). A col_se...krj1-1/+0
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.krj1-1/+1
2009-08-21Sanitize epan includeskrj1-3/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2009-05-26zbee: Misc cleanup:wmeier1-35/+31
2009-05-23Out goes a C++ comment inside #if 0 #endif to make the API checker happy.tuexen1-1/+1
2009-05-20From Owen Kirby via bug 3431:gerald1-0/+395