aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-19Fixes, from Heikki Vatiainen, to bugs introduced by the tvbuffificationGuy Harris1-1/+2
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris1-2/+10
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris1-2/+2
2000-11-13Don't overwrite the "Info" column in the SDP dissector, either - appendGuy Harris1-2/+16
2000-11-12As RFC 2327 says, "SDP is purely a format for session description - itGuy Harris1-2/+2
2000-11-10Tvbuffify the SAP and SDP dissectors.Guy Harris1-29/+38
2000-11-09Support for embedded newlines in SDP fields, from Robert Tsai.Guy Harris1-3/+4
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-5/+5
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-13Indicate that the RFC for SDP is 2327.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+8
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-3/+16
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-7/+6
1999-07-07Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideGuy Harris1-0/+176