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