aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
AgeCommit message (Collapse)AuthorFilesLines
2003-09-29use mkstemp instead of tmpnamJörg Mayer1-5/+9
svn path=/trunk/; revision=8569
2003-09-26Assorted GUI cleanups.Guy Harris1-2/+3
svn path=/trunk/; revision=8544
2003-09-25RTP analysis updates from Lars Ruoff:Guy Harris1-243/+402
- can now handle streams with different payload types - detects payload changes - detects comfort noise (PT=13 and 19) - status line now shows: sequence errors, payload changes, comfort noise (if any) - uses colours for lines with status != "Ok" - new button "next": jumps to next line with status != "Ok" (starting from selected line) - fixed: wrong jitter calculation (bug from tap_rtp) - fixed: marker was not shown on first packet or erroneous packets (bug from tap_rtp) - code refactored to improve readability and reuse svn path=/trunk/; revision=8543
2003-09-24From Lars Ruoff: rewritten RTP analysis module.Guy Harris1-0/+1895
svn path=/trunk/; revision=8529