aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-02This is the rest of the patch from Francisco Alcoba.lego1-2/+0
I forgot to check in changes to these files yesterday git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13575 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-16from lars ruoff a few extra columns for rtp analysissahlberg1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13410 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-01From Alejandro Vaquero:lroland1-0/+5
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13225 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-01From Francisco Alcoba:guy1-2/+4
add IPv6 support; replace "delay" with "delta". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12636 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04add more details for doxygenulfl1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11110 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-02add details for doxygenulfl1-1/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11077 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-26From Lars Ruoff:obiot1-2/+2
- made streams list sortable by column - added a button "Find Reverse" that finds the reverse stream to the selected forward stream. (If different reverse streams available, pushing the button repeatedly will cycle through all of them, one after the other.) - tidied up lots of superflous code. Also get rid of a const pointer cast warning, and remove the _U_ attribute from rtpstream_reset(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9863 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-25Report open errors when saving the contents of an RTP stream. Check forguy1-2/+2
and report write errors as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9833 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-18Fix warnings found by -Wstrict-prototypesjmayer1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9722 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-20From Lars Roland:guy1-2/+7
- added a pointer to raw rtp data to _rtp_info that can be used by taps; - RTP packets are passed to the tap queue only if they are not error packets (so that you don't need to filter out ICMP packets) - use that pointer in rtp_stream, so it handles packets with padding, and should handle RTP packets fragmented across lower-level packets - moved rtp_stream from tap sources to normal files (prevents on-start-up registration of the rtp_stream tap listener) - rtp_stream tap gets registered/unregistered with the "RTP Streams" dialog box i.e. the tap is registered as long as the dialog box is open. Alternatively, it is de-/registered on demand if RTP Analysis is called directly on a packet. - rtp_stream tap listener no longer uses a filter in dissection ` and does not need to have a proto tree being built. (performance increase) - fixed: RTP Streams list will get updated in real time if the dialog box is open while a redissection takes place. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9051 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-24From Lars Ruoff: rewritten RTP analysis module.guy1-0/+140
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8529 f5534014-38df-0310-8fa8-9805f1628bb7