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