aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-10As noted by Thomas Anders, the Heimdal libroken library has a base64_decode()Olivier Biot1-3/+3
2004-05-09Move the creation of the de-chunked data source to the place where the dataOlivier Biot1-31/+41
2004-05-08D'oh - remove leading '+' marks from manually applying a patch.Olivier Biot1-9/+8
2004-05-08From Jerry Talkington:Olivier Biot1-5/+27
2004-05-08Fix a tvb_free() of a tvbuffer created as a tvb_new_subset(), which causedOlivier Biot1-16/+18
2004-05-07Add Uncompressed/Compressed to the compressed data source label for clarity.Olivier Biot1-3/+3
2004-05-05From Jerry Talkington:Olivier Biot1-19/+81
2004-05-04Chunked data reassembly *is* done in "req_resp_hdrs_do_reassembly()".Guy Harris1-12/+5
2004-05-04Note that the way we currently handle the chunked encoding doesn't workGuy Harris1-1/+8
2004-04-30Add a generic media dissector. The dissectors trying to find a suitableOlivier Biot1-1/+9
2004-04-30Beware: sscanf() only operates on C strings. A pointer returned byOlivier Biot1-4/+10
2004-04-29From Jerry Talkington: move the chunks subtree to the HTTP protocol tree.Olivier Biot1-21/+12
2004-04-26From Jerry Talkington:Olivier Biot1-18/+244
2004-04-12Put in a comment noting a possible memory leak.Guy Harris1-1/+6
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