aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rtp-common.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 4340:Jaap Keuter2009-12-201-0/+1
| | | | | | Reset statistics variable when restart statistics gathering. svn path=/trunk/; revision=31331
* Removed unused old_flags.Stig Bjørlykke2009-11-101-3/+1
| | | | svn path=/trunk/; revision=30919
* Make cf_mark_frame() an empty stub in tshark.c. We only need it to satisfy a ↵Kovarththanan Rajaratnam2009-09-201-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. svn path=/trunk/; revision=30019
* (FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier2009-08-261-0/+1
| | | | svn path=/trunk/; revision=29568
* Fix a couple of typos.Gerald Combs2009-07-061-2/+2
| | | | svn path=/trunk/; revision=28956
* Add time stamp to the list.Anders Broman2009-06-061-79/+86
| | | | svn path=/trunk/; revision=28649
* Fix "tap-rtp-common.c:440: warning: ‘current_diff’ may be used ↵Anders Broman2009-06-021-1/+1
| | | | | | uninitialized in this function" svn path=/trunk/; revision=28611
* Calculate skew and clock drift, make it possible to copy the label.Anders Broman2009-06-021-20/+103
| | | | svn path=/trunk/; revision=28606
* Show max and mean Jitter.Anders Broman2009-06-011-2/+7
| | | | svn path=/trunk/; revision=28560
* Calculate jitter and delta in ms.Anders Broman2009-05-311-4/+4
| | | | svn path=/trunk/; revision=28546
* (Trivial) Fix some spelling & etc in commentsBill Meier2009-04-081-1/+1
| | | | svn path=/trunk/; revision=27996
* From Michael Lum:Anders Broman2008-11-261-0/+3
| | | | | | Added EVRC-WB mime types to dynamic clock rate list. svn path=/trunk/; revision=26854
* Fix alphabetical order of dynamic payload type mime types.Balint Reczey2008-11-181-3/+3
| | | | svn path=/trunk/; revision=26808
* Fix determining clock rate for dynamic payload types.Balint Reczey2008-11-181-14/+18
| | | | | | This fixes bug 3067. svn path=/trunk/; revision=26802
* Update mimetype_and_clock_map and ad samle rate to sdp.Anders Broman2008-07-291-10/+15
| | | | svn path=/trunk/; revision=25860
* Add #include <math.h>Stig Bjørlykke2008-02-031-0/+1
| | | | svn path=/trunk/; revision=24261
* Add the missing files from Balint Reczey's patch for bug 2233.Guy Harris2008-02-031-0/+592
svn path=/trunk/; revision=24253