aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
svn path=/trunk/; revision=35126
2010-09-03Add doxygen coments.Anders Broman1-7/+7
svn path=/trunk/; revision=34052
2010-08-26- Try to fix a couple of doxygen comments.Anders Broman1-5/+0
svn path=/trunk/; revision=33927
2010-06-15Cleanup header file define guards.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=33230
2009-08-26Fix some indentationBill Meier1-5/+5
svn path=/trunk/; revision=29563
2007-04-04Preparations to be able to display dynamic payload type name in the stream ↵Anders Broman1-0/+1
analysis. svn path=/trunk/; revision=21334
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
svn path=/trunk/; revision=18232
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
strings, and function names. svn path=/trunk/; revision=18205
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-03-02This is the rest of the patch from Francisco Alcoba.Luis Ontanon1-2/+0
I forgot to check in changes to these files yesterday svn path=/trunk/; revision=13575
2005-02-16from lars ruoff a few extra columns for rtp analysisRonnie Sahlberg1-0/+3
svn path=/trunk/; revision=13410
2005-02-01From Alejandro Vaquero:Lars Roland1-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 svn path=/trunk/; revision=13225
2004-12-01From Francisco Alcoba:Guy Harris1-2/+4
add IPv6 support; replace "delay" with "delta". svn path=/trunk/; revision=12636
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-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. svn path=/trunk/; revision=11400
2004-06-04add more details for doxygenUlf Lamping1-1/+2
svn path=/trunk/; revision=11110
2004-06-02add details for doxygenUlf Lamping1-1/+6
svn path=/trunk/; revision=11077
2004-01-26From Lars Ruoff:Olivier Biot1-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(). svn path=/trunk/; revision=9863
2004-01-25Report open errors when saving the contents of an RTP stream. Check forGuy Harris1-2/+2
and report write errors as well. svn path=/trunk/; revision=9833
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer1-3/+3
svn path=/trunk/; revision=9722
2003-11-20From Lars Roland:Guy Harris1-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. svn path=/trunk/; revision=9051
2003-09-24From Lars Ruoff: rewritten RTP analysis module.Guy Harris1-0/+140
svn path=/trunk/; revision=8529