aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-18Content-Type values are case-insensitive; force them to lower caseguy1-2/+22
2003-11-18Add an "http.content_type" dissector table,guy1-18/+72
2003-11-07Make a field for the Content-Type entity header, and give it an EH_guy1-1/+8
2003-11-06Add a mechanism to handle various entity headers, allowing theirguy1-81/+257
2003-11-04If we've already constructed a subset tvbuff, don't construct anguy1-21/+21
2003-10-27From Lo�c Minier: HTTP header and payload desegmentation.guy1-14/+171
2003-09-02The code in an HTTP reply is a response code, not a response method.guy1-20/+15
2003-09-02From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.guy1-1/+47
2003-06-11Get the right length for methods with an "M-" prefix.guy1-2/+4
2003-06-10Add http.request.method field, and a subtree under the HTTP Reqeust in whichgram1-5/+43
2003-05-30From tz: decode the base-64 string for HTTP Basic authorization.guy1-7/+41
2003-05-23Move the base64_decode() function somewhere where other dissectors cantpot1-34/+2
2003-02-24Non-ASCII characters can't be part of the name in a MIME header; if weguy1-2/+24
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-2/+2
2002-11-08Call the NTLMSSP subdissector regardless of whether we're building aguy1-11/+12
2002-10-15Make a routine to check for NTLMSSP authentication and to do the NTLMSSPguy1-36/+40
2002-09-23For NTLM over HTTP the header strings can also be 'WWW-Authenticate: Negotiate'tpot1-7/+17
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-14/+14
2002-08-14Don't free a tvb that we add as a new data source. The NTLMSSP overtpot1-3/+1
2002-08-14Fixed memory leak in creation of new tvb for ntlmssp data.tpot1-5/+7
2002-08-13"base64_decode()" returns a "size_t", so make the variable to which thatguy1-2/+2
2002-08-13Oops - forgot to remove debugging printf.tpot1-3/+1
2002-08-13Call the NTLMSSP dissector when we detect NTLMSSP over HTTP. This istpot1-4/+104
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-11/+7
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itguy1-3/+5
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthguy1-3/+6
2002-04-01WebDAV support, and rewrite of the method-testing code to compute theguy1-56/+105
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-6/+6
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-16/+13
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-2/+5
2001-11-18Added hooks to allow the registration of heuristic subdissectors ofhagbard1-1/+19
2001-09-04Change from Thomas Wittwer to register HTTP dissector by name, for otherguy1-1/+3
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-4/+4
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+5
2001-01-11Provide a way by which protocols that run atop HTTP, such as IPP, canguy1-125/+123
2001-01-11"dissect_http()" doesn't need to be global any more; make it static.guy1-2/+8
2001-01-11There's no need to register port 631 twice for IPP; do so only once.guy1-5/+30
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-7/+10
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2001-01-03Support for HTTP methods added by GENA (the uPnP protocol), and for theguy1-4/+87
2000-11-21Initialize "http_type" to HTTP_OTHERS before callingguy1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-3/+3
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-4/+4
2000-11-15Tvbuffify the IPP dissector, and have it register itself rather thanguy1-10/+10
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkguy1-2/+2
2000-11-09Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.guy1-70/+93
2000-10-19Patch from Isaac Wilcox to do case-sensitive checks for HTTP methods andguy1-16/+13