aboutsummaryrefslogtreecommitdiffstats
path: root/epan/value_string.c
AgeCommit message (Collapse)AuthorFilesLines
2001-09-14Get rid of no-longer-necessary includes of <sys/time.h>.Guy Harris1-5/+1
svn path=/trunk/; revision=3936
2001-04-02Include <sys/time.h> as well as <time.h> in "column-utils.c" andGuy Harris1-1/+5
"value_string.c", as they include "epan/to_str.h", and that uses "struct timeval" in some function prototypes. In "to_str.c", include <sys/types.h> before including <netinet/in.h>; on at least some platforms, definitions in <netinet/in.h> require types defined in <sys/types.h>. In "to_str.c", include <sys/socket.h>, so that AF_INET6 is defined. svn path=/trunk/; revision=3238
2001-04-01Moved the value_string structures and function from packet.{c,h} intoEd Warnicke1-0/+90
a separate value_string.{c,h}. svn path=/trunk/; revision=3221