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