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