aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
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