aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-6/+6
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-16/+13
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+5
* Added hooks to allow the registration of heuristic subdissectors ofEd Warnicke2001-11-181-1/+19
* Change from Thomas Wittwer to register HTTP dissector by name, for otherGuy Harris2001-09-041-1/+3
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-4/+4
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+5
* Provide a way by which protocols that run atop HTTP, such as IPP, canGuy Harris2001-01-111-125/+123
* "dissect_http()" doesn't need to be global any more; make it static.Guy Harris2001-01-111-2/+8
* There's no need to register port 631 twice for IPP; do so only once.Guy Harris2001-01-111-5/+30
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-7/+10
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Support for HTTP methods added by GENA (the uPnP protocol), and for theGuy Harris2001-01-031-4/+87
* Initialize "http_type" to HTTP_OTHERS before callingGuy Harris2000-11-211-1/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-4/+4
* Tvbuffify the IPP dissector, and have it register itself rather thanGuy Harris2000-11-151-10/+10
* Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris2000-11-131-2/+2
* Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.Guy Harris2000-11-091-70/+93
* Patch from Isaac Wilcox to do case-sensitive checks for HTTP methods andGuy Harris2000-10-191-16/+13
* Don't put any "\r" and/or "\n" at the end of an HTTP request or replyGuy Harris2000-09-301-3/+4
* Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez2000-09-111-1/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-6/+6
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-4/+4
* Add tvbuff class.Gilbert Ramirez2000-05-111-5/+5
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-1/+15
* "http_tree" doesn't need to be static; make it local toGuy Harris2000-02-231-27/+29
* Fix HTTP request & response.Laurent Deniel2000-02-231-18/+39
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+2
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* Patch from Jerry Talkington to:Guy Harris1999-12-061-3/+16