aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sdp.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-09"conversation_new()" takes flags NO_ADDR2 and NO_PORT2, not NO_ADDR_Bguy1-3/+3
2004-01-03Process all the data in the packet, regardless of whether it's capturedguy1-2/+2
2004-01-01Don't show empty media formats.guy1-2/+4
2003-12-31Make the tvbuff for SDP lines have the line length as its length andguy1-2/+3
2003-12-07Register the SDP dissector with the media_type dissector table with itsguy1-3/+8
2003-12-05We have to parse the SDP packet even if we're not building a protocolguy1-4/+1
2003-11-18includes changed, to be working with MSVC alsoulfl1-2/+11
2003-11-17From Lars Roland: use the c= and m= information to set up conversationsguy1-11/+126
2003-10-14Add a comment for (maybe) later connection handlingjmayer1-1/+10
2003-06-12Add new routines:guy1-8/+5
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-61/+61
2002-08-19When processing "i" and "a" tags, check only whether we've seen an "m"guy1-22/+9
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-8/+4
2002-04-14From Joerg Mayer: get rid of some unused variables and arguments.guy1-76/+34
2002-02-02Sigh. Strings in SDP may have tabs in them, so we need to useguy1-3/+7
2002-02-02The argument to "proto_tree_add_string()" must be a null-terminatedguy1-5/+9
2002-02-02Use "proto_tree_add_item()" to add string items.guy1-122/+80
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-15Added handling for all of the subfields of SDP.hagbard1-8/+757
2001-12-15Fix an incorrect entry for the "Media Attribute" item.guy1-5/+5
2001-12-13Added hf fields for all of the top level field types.hagbard1-65/+169
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-9/+6
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-19Fixes, from Heikki Vatiainen, to bugs introduced by the tvbuffificationguy1-1/+2
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherguy1-2/+10
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkguy1-2/+2
2000-11-13Don't overwrite the "Info" column in the SDP dissector, either - appendguy1-2/+16
2000-11-12As RFC 2327 says, "SDP is purely a format for session description - itguy1-2/+2
2000-11-10Tvbuffify the SAP and SDP dissectors.guy1-29/+38
2000-11-09Support for embedded newlines in SDP fields, from Robert Tsai.guy1-3/+4
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cgram1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-2/+2
2000-05-11Add tvbuff class.gram1-5/+5
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 SDP is 2327.guy1-2/+2
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-7/+6
1999-07-07Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideguy1-0/+176