aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ajp13.c
AgeCommit message (Collapse)AuthorFilesLines
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
dftest.c: Remove #if-0-ed includes packet-ieee80211.c, packet-wtls.c, packet-afp.c, packet-wsp.c, packet-wtp.c, ethereal_gen.py: Remove redundant include varargs (already in snprintf.h, and required only for snprintf.h) Remove unused include of snprintf.h from files not using "snprintf()". svn path=/trunk/; revision=5889
2002-06-29"packet-ajp13.h" declared a non-existent routine; remove it.Guy Harris1-2/+1
svn path=/trunk/; revision=5792
2002-06-28Give it an RCS ID.Guy Harris1-0/+2
svn path=/trunk/; revision=5789
2002-06-28Remove include of plugins/plugin_api.h. This works with gcc, but confusesGerald Combs1-1/+2
MSVC++ mightily. Include necessary static plugin headers. svn path=/trunk/; revision=5788
2002-06-28Clean up a pile of warnings.Guy Harris1-60/+72
Pass "get_nstring()" the length of the buffer it's to fill in, and keep it from overflowing that buffer. svn path=/trunk/; revision=5783
2002-06-28Add Apache JServ 1.3 dissector, from Christopher K. St. John.Gerald Combs1-0/+887
svn path=/trunk/; revision=5782