aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtsp.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherguy1-3/+9
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkguy1-2/+2
2000-11-12As RFC 2327 says, "SDP is purely a format for session description - itguy1-3/+1
2000-11-10Tvbuffify the SAP and SDP dissectors.guy1-7/+6
2000-11-09Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.guy1-127/+202
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-3/+3
2000-10-19Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP andguy1-3/+3
2000-09-30Don't put any "\r" and/or "\n" at the end of an RTSP request or replyguy1-4/+5
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cgram1-1/+2
2000-08-21Change from Andreas Sikkema to change the "old" and "new" members of theguy1-5/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-4/+6
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-5/+5
2000-05-11Add tvbuff class.gram1-8/+8
2000-04-21We have to look at RTSP packets regardless of whether we're generating aguy1-6/+5
2000-04-218-bit character paranoia.guy1-3/+3
2000-04-21Support for RTCP and RTP, from Jason Lango.guy1-1/+58
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-2/+10
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
2000-01-13Indicate that the RFC for RTSP is 2326.guy1-2/+2
2000-01-13Changes from Jason to make some RTSP fields filterable.guy1-31/+97
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-2/+8
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-3/+16
1999-07-07Created a new protocol tree implementation and a new display filtergram1-6/+5
1999-07-07Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideguy1-0/+241