aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp-events.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2009-06-21Add duration to the tap info.Anders Broman1-39/+40
svn path=/trunk/; revision=28791
2008-11-26From Chidambaram Arunachalam:Jaap Keuter1-0/+18
This patch adds the ability to identify Cisco NSE packets. http://www.iana.org/assignments/media-types/audio/vnd.cisco.nse In addition to the NSE(s) described in the above document, the patch also decodes two additional NSE(s): Modem relay capability (199) and Modem Relay indication (203). svn path=/trunk/; revision=26859
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2006-02-23From Alejandro Vaquero:Anders Broman1-0/+1
a patch for the VoipCalls to fix a couple of issues: - a problem with the RTP Events (RFC2833) not been handle correctly - Display the RTP stream in time order when the setup frame is after the RTP stream. - fix a init issue that caused the H245 packet to not been displayed correctly. svn path=/trunk/; revision=17383
2005-03-10Warning fix: no newline at end of fileJörg Mayer1-1/+2
svn path=/trunk/; revision=13701
2005-03-10From Alejandro Vaquero:Luis Ontanon1-0/+5
- Automatic dissection of RTP events (RFC2833) set in SDP sessions. - Add RTP events (RFC2833) to the Voip Graph svn path=/trunk/; revision=13697
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+253
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