| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -6/+6 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+3 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -16/+13 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -2/+5 |
* | Added hooks to allow the registration of heuristic subdissectors of | Ed Warnicke | 2001-11-18 | 1 | -1/+19 |
* | Change from Thomas Wittwer to register HTTP dissector by name, for other | Guy Harris | 2001-09-04 | 1 | -1/+3 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -4/+4 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+5 |
* | Provide a way by which protocols that run atop HTTP, such as IPP, can | Guy Harris | 2001-01-11 | 1 | -125/+123 |
* | "dissect_http()" doesn't need to be global any more; make it static. | Guy Harris | 2001-01-11 | 1 | -2/+8 |
* | There's no need to register port 631 twice for IPP; do so only once. | Guy Harris | 2001-01-11 | 1 | -5/+30 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -7/+10 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Support for HTTP methods added by GENA (the uPnP protocol), and for the | Guy Harris | 2001-01-03 | 1 | -4/+87 |
* | Initialize "http_type" to HTTP_OTHERS before calling | Guy Harris | 2000-11-21 | 1 | -1/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -3/+3 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -4/+4 |
* | Tvbuffify the IPP dissector, and have it register itself rather than | Guy Harris | 2000-11-15 | 1 | -10/+10 |
* | Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to check | Guy Harris | 2000-11-13 | 1 | -2/+2 |
* | Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors. | Guy Harris | 2000-11-09 | 1 | -70/+93 |
* | Patch from Isaac Wilcox to do case-sensitive checks for HTTP methods and | Guy Harris | 2000-10-19 | 1 | -16/+13 |
* | Don't put any "\r" and/or "\n" at the end of an HTTP request or reply | Guy Harris | 2000-09-30 | 1 | -3/+4 |
* | Move format_text(), get_token_len(), and fine_line_end(), into strutil.c | Gilbert Ramirez | 2000-09-11 | 1 | -1/+2 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -6/+6 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -4/+4 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -5/+5 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -1/+15 |
* | "http_tree" doesn't need to be static; make it local to | Guy Harris | 2000-02-23 | 1 | -27/+29 |
* | Fix HTTP request & response. | Laurent Deniel | 2000-02-23 | 1 | -18/+39 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+2 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | Patch from Jerry Talkington to: | Guy Harris | 1999-12-06 | 1 | -3/+16 |