Support for the VTP Management Domain item in CDP packets, from Kent
[metze/wireshark/wip.git] / packet-http.c
2001-01-11 Guy HarrisProvide a way by which protocols that run atop HTTP...
2001-01-11 Guy Harris"dissect_http()" doesn't need to be global any more...
2001-01-11 Guy HarrisThere's no need to register port 631 twice for IPP...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2001-01-03 Guy HarrisSupport for HTTP methods added by GENA (the uPnP protoc...
2000-11-21 Guy HarrisInitialize "http_type" to HTTP_OTHERS before calling
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-16 Guy HarrisTvbuffify the STP dissector, have it register itself...
2000-11-15 Guy HarrisTvbuffify the IPP dissector, and have it register itsel...
2000-11-13 Guy HarrisUse "tvb_offset_exists()" rather than "tvb_length_remai...
2000-11-09 Guy HarrisTvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.
2000-10-19 Guy HarrisPatch from Isaac Wilcox to do case-sensitive checks...
2000-09-30 Guy HarrisDon't put any "\r" and/or "\n" at the end of an HTTP...
2000-09-11 Gilbert RamirezMove format_text(), get_token_len(), and fine_line_end...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-02-23 Guy Harris"http_tree" doesn't need to be static; make it local to
2000-02-23 Laurent DenielFix HTTP request & response.
2000-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
1999-12-06 Guy HarrisPatch from Jerry Talkington to:
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-16 Laurent DenielAdd display filters.
1999-09-17 Guy HarrisAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-09-12 Guy HarrisUse "dissect_data()" to put in the raw HTTP data, rathe...
1999-07-30 Guy HarrisFix a typo in "Hypertext".
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-13 Gilbert RamirezAdded support for compiling on win32 with Visual C...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-03-30 Guy HarrisChanges to the routines to help decode text-oriented...
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1999-02-12 Guy HarrisAdd a first cut at HTTP decoding.