aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
AgeCommit message (Collapse)AuthorFilesLines
2005-06-22add ipbcp attribute as in Q.1970Luis Ontanon1-5/+50
svn path=/trunk/; revision=14724
2005-04-24From Alejandro Vaquero:Lars Roland1-37/+75
improve dissection of Dynamic payload types used in conversations and the codec list summary in the "Voip Calls Graph". svn path=/trunk/; revision=14180
2005-03-30From Ulf Lamping:Anders Broman1-1/+1
Fix a "off by one" error. svn path=/trunk/; revision=13977
2005-03-29From Martin Mathieson:Anders Broman1-1/+1
- bump up SDP_MAX_PAYLOAD_TYPES to 20 (I have an mgcp capture where a media gateway responded with 12 media types, resulting in a crash). Probably more care needs to be taken while parsing the list of media types though... svn path=/trunk/; revision=13973
2005-03-27Previous commit failed doing them one by one.Anders Broman1-9/+40
From Alejandro Vaquero : Find attached a patch for SDP sessions to: - Dissect Dynamic payload types in RTP packets - Add the dynamic payload type description in RTP packets - Add RTP dynamic payload types description in the Voip Calls Graph, in the RTP and SDP. svn path=/trunk/; revision=13940
2005-03-10From Alejandro Vaquero:Luis Ontanon1-4/+42
- Automatic dissection of RTP events (RFC2833) set in SDP sessions. - Add RTP events (RFC2833) to the Voip Graph svn path=/trunk/; revision=13697
2005-03-06Warning fix:Jörg Mayer1-1/+0
packet-sdp.c:74: warning: 'reset_sdp_packet_info' declared 'static' but never defined svn path=/trunk/; revision=13624
2005-02-02From Jon Ringle:Anders Broman1-4/+6
1) Added a setup_frame parameter to conversation_t 2) Used the conversation_t next to maintain a list of conversations with the same src/dest tuple but different setup_frame number. 3) Changed the signature of find_conversation() and conversation_new() to pass in the frame number. 4) Adjusted packet-sdp to select RTP conversation if both m=audio and m=image are present, and T.38 conversation if only m=image is present. I expect that RTP/T.38 dissecting to be better, but I don't have a way to generate T.38 packets. svn path=/trunk/; revision=13243
2005-02-01From Alejandro Vaquero:Lars Roland1-0/+17
h323 taps support up to 5 messages per packet now. VoIP call analysis: - Collect ISUP, SIP and H323 calls from a capture and show them in window with the following info: - Start and Stop time of the call - Init svn path=/trunk/; revision=13225
2005-01-05From Chris Maynard: don't extract strings with "tvb_get_string()" ifGuy Harris1-6/+8
we're not going to use them, and free them when we're done with them. Clean up white space. svn path=/trunk/; revision=12963
2004-11-24From Francisco Alcoba: handle RTP over IPv6.Guy Harris1-30/+41
svn path=/trunk/; revision=12586
2004-10-22From Alejandro Vaquero: start T.38 conversations for SDP sessions.Guy Harris1-2/+19
"T38" -> "T.38" in the T.38 dissector. svn path=/trunk/; revision=12374
2004-08-30Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", soGuy Harris1-2/+2
so that they could handle IPv6 addresses. Clean up white space. svn path=/trunk/; revision=11854
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1154
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410