Note that pre-0.6 libpcap didn't handle HP-UX as well as 0.6 and later
[obnox/wireshark/wip.git] / packet-rtsp.c
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyAllow a length of -1 to be specified when adding FT_NON...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-09-08 guyFrom Jason Lango:
2001-09-03 guyInstead of having a single datum attached to a conversa...
2001-08-18 guyFrom Jason Lango:
2001-06-19 guyGet rid of global references to "pi" - use "pinfo"...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-05-31 guySupport for leading LWS in RTSP headers, from Robert...
2001-01-25 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 guyMake top-level items for interleaved RTSP packets be...
2001-01-11 guySome cleanups.
2001-01-11 guyInterleaved RTSP support, from Jason Lango.
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-27 guyTvbuffify the RIP and OSPF dissectors.
2000-12-02 guyClean up the handling of MIME headers.
2000-11-30 guyClean up the handling of the RTSP payload a bit.
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-15 guyAdd a mechanism by which a dissector can be registered...
2000-11-13 guyUse "tvb_offset_exists()" rather than "tvb_length_remai...
2000-11-12 guyAs RFC 2327 says, "SDP is purely a format for session...
2000-11-10 guyTvbuffify the SAP and SDP dissectors.
2000-11-09 guyTvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.
2000-10-21 guySupport for conversations with "wildcard" destination...
2000-10-19 guyAndreas Sikkema's new H.261 and TPKT dissectors, replac...
2000-09-30 guyDon't put any "\r" and/or "\n" at the end of an RTSP...
2000-09-11 gramMove format_text(), get_token_len(), and fine_line_end...
2000-08-21 guyChange from Andreas Sikkema to change the "old" and...
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-21 guyWe have to look at RTSP packets regardless of whether...
2000-04-21 guy8-bit character paranoia.
2000-04-21 guySupport for RTCP and RTP, from Jason Lango.
2000-04-08 guyMove calls to "dissector_add()" out of the register...
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...
2000-01-13 guyIndicate that the RFC for RTSP is 2326.
2000-01-13 guyChanges from Jason to make some RTSP fields filterable.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-07-07 guyAdd support for RTSP (RFC 2326) over TCP, and SDP ...