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