aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rtp-common.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-31Use pinfo->iphdrlen rather than a fixed vaue of 20 to makeetxrab1-3/+4
the calculation correct for IPv6 too. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38286 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14Add a note re possible issues when 'info_all_data_present == FALSE'wmeier1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38032 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-22Avoid the need for cf_mark_frame stubs.jake1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35248 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Remove unnecessary include: register.hmorriss1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34194 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-14Use the sample rate from SDP info in RTP stream analysis.etxrab1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32466 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-20Fix for bug 4340:jake1-0/+1
Reset statistics variable when restart statistics gathering. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31331 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-10Removed unused old_flags.stig1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30919 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-20Make cf_mark_frame() an empty stub in tshark.c. We only need it to satisfy a ↵krj1-8/+10
linker dependency. Add a comment in tap-rtp-common.c indicating that is is wrong to refer to cf_mark_frame() which is only applicable for the GTK UI backend. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30019 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29568 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Fix a couple of typos.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28956 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-06Add time stamp to the list.etxrab1-79/+86
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28649 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-02Fix "tap-rtp-common.c:440: warning: ‘current_diff’ may be used ↵etxrab1-1/+1
uninitialized in this function" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28611 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-02Calculate skew and clock drift, make it possible to copy the label.etxrab1-20/+103
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28606 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-01Show max and mean Jitter.etxrab1-2/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28560 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-31Calculate jitter and delta in ms.etxrab1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28546 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-08(Trivial) Fix some spelling & etc in commentswmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27996 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-26From Michael Lum:etxrab1-0/+3
Added EVRC-WB mime types to dynamic clock rate list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26854 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-18Fix alphabetical order of dynamic payload type mime types.rbalint1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26808 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-18Fix determining clock rate for dynamic payload types.rbalint1-14/+18
This fixes bug 3067. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26802 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-29Update mimetype_and_clock_map and ad samle rate to sdp.etxrab1-10/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25860 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-03Add #include <math.h>stig1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24261 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-03Add the missing files from Balint Reczey's patch for bug 2233.guy1-0/+592
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24253 f5534014-38df-0310-8fa8-9805f1628bb7