aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+8
* Add display filters.Laurent Deniel1999-10-161-11/+30
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-4/+9
* Use "dissect_data()" to put in the raw HTTP data, rather than doing itGuy Harris1999-09-121-5/+3
* Fix a typo in "Hypertext".Guy Harris1999-07-301-2/+2
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-3/+16
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+3
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-6/+5
* Changes to the routines to help decode text-oriented protocols (FTP,Guy Harris1999-03-301-6/+6
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-19/+12
* Add a first cut at HTTP decoding.Guy Harris1999-02-121-0/+215