aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.c
Commit message (Expand)AuthorAgeFilesLines
* Get the Content-Encoding and Transfer-Encoding headers and, for now,Guy Harris2004-02-211-4/+77
* packet-dcerpc-afs4int.cJörg Mayer2004-02-011-2/+2
* From Yaniv Kaul: add Shoutcast's ICY as a response(?).Guy Harris2004-01-191-1/+5
* splitted some of the preferences texts into more than one line,Ulf Lamping2004-01-171-2/+2
* Add support for MIME multipart dissection.Olivier Biot2004-01-161-13/+51
* Add support for a generic line-based text data dissector.Olivier Biot2004-01-101-1/+6
* Add support for the message/http media type defined in HTTP.Olivier Biot2004-01-091-1/+62
* Clean up the blank line handling a bit.Guy Harris2004-01-011-20/+20
* Remove redundant protocol names from preference values.Guy Harris2003-12-311-3/+3
* If we've seen an HTTP request or response or header line, and the lineGuy Harris2003-12-281-1/+39
* Properly handle 1xx, 204, and 304 responses, which don't contain aGuy Harris2003-12-271-3/+20
* Fix some comments.Guy Harris2003-12-271-3/+3
* When testing the first line of HTTP data, process what data we have -Guy Harris2003-12-271-4/+5
* In the loop that processes lines in HTTP requests and replies, loop asGuy Harris2003-12-241-5/+11
* Not all headers in HTTP, RTSP, SIP, etc. are entity headers; rename someGuy Harris2003-12-231-56/+58
* In HTTP-over-TCP, handle more than one HTTP message in a TCP segment.Guy Harris2003-12-231-10/+57
* Process the content length.Guy Harris2003-12-231-6/+74
* Note that we should handle the Content-Length entity header.Guy Harris2003-12-231-1/+13
* Pull the code to do reassembly of the request/response line, entityGuy Harris2003-12-221-113/+11
* Use a cleanup handler to free the Content-Type header value, so it getsGuy Harris2003-12-071-7/+16
* Change the name of the variable holding the dissector table pointer toGuy Harris2003-12-071-4/+4
* Rename the "http.content_type" dissector table to "media_type", as it'sGuy Harris2003-12-071-3/+5
* Content-Type values are case-insensitive; force them to lower caseGuy Harris2003-11-181-2/+22
* Add an "http.content_type" dissector table,Guy Harris2003-11-181-18/+72
* Make a field for the Content-Type entity header, and give it an EH_Guy Harris2003-11-071-1/+8
* Add a mechanism to handle various entity headers, allowing theirGuy Harris2003-11-061-81/+257
* If we've already constructed a subset tvbuff, don't construct anGuy Harris2003-11-041-21/+21
* From Lo�c Minier: HTTP header and payload desegmentation.Guy Harris2003-10-271-14/+171
* The code in an HTTP reply is a response code, not a response method.Guy Harris2003-09-021-20/+15
* From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.Guy Harris2003-09-021-1/+47
* Get the right length for methods with an "M-" prefix.Guy Harris2003-06-111-2/+4
* Add http.request.method field, and a subtree under the HTTP Reqeust in whichGilbert Ramirez2003-06-101-5/+43
* From tz: decode the base-64 string for HTTP Basic authorization.Guy Harris2003-05-301-7/+41
* Move the base64_decode() function somewhere where other dissectors canTim Potter2003-05-231-34/+2
* Non-ASCII characters can't be part of the name in a MIME header; if weGuy Harris2003-02-241-2/+24
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-2/+2
* Call the NTLMSSP subdissector regardless of whether we're building aGuy Harris2002-11-081-11/+12
* Make a routine to check for NTLMSSP authentication and to do the NTLMSSPGuy Harris2002-10-151-36/+40
* For NTLM over HTTP the header strings can also be 'WWW-Authenticate: Negotiate'Tim Potter2002-09-231-7/+17
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-14/+14
* Don't free a tvb that we add as a new data source. The NTLMSSP overTim Potter2002-08-141-3/+1
* Fixed memory leak in creation of new tvb for ntlmssp data.Tim Potter2002-08-141-5/+7
* "base64_decode()" returns a "size_t", so make the variable to which thatGuy Harris2002-08-131-2/+2
* Oops - forgot to remove debugging printf.Tim Potter2002-08-131-3/+1
* Call the NTLMSSP dissector when we detect NTLMSSP over HTTP. This isTim Potter2002-08-131-4/+104
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-11/+7
* Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2002-07-171-3/+5
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-3/+6
* WebDAV support, and rewrite of the method-testing code to compute theGuy Harris2002-04-011-56/+105
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3