aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tap_rtp.c
Commit message (Expand)AuthorAgeFilesLines
* Use freopen() instead of worrying about whether a particular FILE pointer isGerald Combs2003-05-281-16/+3
* Make the RTP tap analysis code use create_tempfile() instead of tmpnam().Gerald Combs2003-05-271-6/+9
* From Miha Jemec: clean up and simplify the RTP dissector and tap code.Guy Harris2003-05-201-719/+326
* Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris2003-04-231-3/+6
* Allow taps to have menu item registration routines; the menu itemGuy Harris2003-04-231-6/+10
* Fixed two small bugs in tap_rtp.cRonnie Sahlberg2003-03-111-3/+15
* Have the "Save voice data as..." button in the RTP analysis dialog boxGuy Harris2003-03-101-142/+48
* Include <io.h>, if present, to get "_open()", "_close()", etc. declared.Guy Harris2003-03-071-1/+5
* Declare f_tempname and r_tempname staticJörg Mayer2003-03-071-2/+2
* NO_DATA is apparently #defined by some header file when building withGuy Harris2003-03-071-39/+39
* Get rid of CRs.Guy Harris2003-03-061-1999/+1999
* - Protect tap_rtp.h against multiple inclusionsLaurent Deniel2003-03-061-1/+3
* From Miha Jemec :Ronnie Sahlberg2003-03-061-0/+1997