aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ajp13.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-877/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2003-03-26Use "gboolean" for Boolean variables.Guy Harris1-10/+35
Allocate the per-conversation and per-frame data items from a GMemChunk (which saves memory and CPU time, *and* lets us free all those items quickly - as opposed to not freeing them at all, as had been the case). Don't assume that, just because a conversation for the TCP connection exists, it necessarily has an AJP13 data chunk attached to it; the conversation might have, for example, been created by the TCP sequence number analysis code. svn path=/trunk/; revision=7374
2003-01-27Code cleaning & compilation warning fixesLaurent Deniel1-49/+12
svn path=/trunk/; revision=7011
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-12/+12
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
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