Put the "-s" option in the SYNOPSIS section.
[obnox/wireshark/wip.git] / packet-sdp.c
2001-12-15 hagbardAdded handling for all of the subfields of SDP.
2001-12-15 guyFix an incorrect entry for the "Media Attribute" item.
2001-12-13 hagbardAdded hf fields for all of the top level field types.
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-01-25 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFixes, from Heikki Vatiainen, to bugs introduced by...
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-13 guyDon't overwrite the "Info" column in the SDP dissector...
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 guySupport for embedded newlines in SDP fields, from Rober...
2000-09-11 gramMove format_text(), get_token_len(), and fine_line_end...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-13 guyIndicate that the RFC for SDP is 2327.
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 ...