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