Clean up white space.
[obnox/wireshark/wip.git] / packet-http.c
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2001-01-03 guySupport for HTTP methods added by GENA (the uPnP protoc...
2000-11-21 guyInitialize "http_type" to HTTP_OTHERS before calling
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-11-15 guyTvbuffify the IPP dissector, and have it register itsel...
2000-11-13 guyUse "tvb_offset_exists()" rather than "tvb_length_remai...
2000-11-09 guyTvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.
2000-10-19 guyPatch from Isaac Wilcox to do case-sensitive checks...
2000-09-30 guyDon't put any "\r" and/or "\n" at the end of an HTTP...
2000-09-11 gramMove format_text(), get_token_len(), and fine_line_end...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-02-23 guy"http_tree" doesn't need to be static; make it local to
2000-02-23 denielFix HTTP request & response.
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
1999-12-06 guyPatch from Jerry Talkington to:
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-16 denielAdd display filters.
1999-09-17 guyAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-09-12 guyUse "dissect_data()" to put in the raw HTTP data, rathe...
1999-07-30 guyFix a typo in "Hypertext".
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-03-30 guyChanges to the routines to help decode text-oriented...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-02-12 guyAdd a first cut at HTTP decoding.