aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-4/+4
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20- Declare some functions staticJörg Mayer1-2/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-3/+4
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-2/+2
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-9/+9
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-1/+1
2005-07-05From Ainsley Pereira:Anders Broman1-1/+2
2005-04-27With the speedup changes to epan/proto.c the tree will be faked to only cont...Ronnie Sahlberg1-1/+1
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-1/+1
2005-04-07From Didier:Ronnie Sahlberg1-1/+1
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-03-29from Lars RuoffRonnie Sahlberg1-106/+52
2005-03-21From Lars Ruoff:Guy Harris1-0/+10
2005-03-05When analyzing RTP streams, use the source address as well as the SSRCGerald Combs1-2/+4
2005-03-02This is the rest of the patch from Francisco Alcoba.Luis Ontanon1-26/+26
2005-02-16from lars ruoff a few extra columns for rtp analysisRonnie Sahlberg1-54/+11
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-4/+4
2005-02-02Get rid of an unused typedef.Guy Harris1-2/+0
2005-01-01Add casts of OBJECT_SET_DATA() arguments in cases where that'sGuy Harris1-9/+10
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris1-10/+16
2004-12-31In column sort routines, make the row pointers "const" pointers, as theGuy Harris1-2/+2
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-1/+1
2004-12-02From Francisco Alcoba: handle inverted time stamps without hanging.Guy Harris1-2/+13
2004-12-01From Francisco Alcoba:Guy Harris1-78/+122
2004-10-17From Alejandro Vaquero: in the RTP analysis code, don't analyze packetsGuy Harris1-0/+11
2004-10-11From: "Alejandro Vaquero : Add IP bandwidth calculation in RTP analysis (in K...Anders Broman1-28/+61
2004-10-06From Alejandro Vaquero: make the window bigger so we don't haveGuy Harris1-1/+1
2004-10-05Don't use a terminating entry in the clock_map table, compute the numberGuy Harris1-9/+18
2004-10-01From Alejandro Vaquero:Guy Harris1-27/+1264
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-17From Lars Ruoff: don't hardwire the RTP sampling clock rate to 8000Guy Harris1-1/+54
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris1-1/+6
2004-06-29define of O_BINARY not needed, if fcntl.h is includedUlf Lamping1-9/+5
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-3/+3
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping1-3/+3
2004-05-26more code cleanup from dialog things:Ulf Lamping1-33/+25
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping1-13/+8
2004-05-22going to have a standard behaviour of the dialogsUlf Lamping1-3/+2
2004-03-13various string related changes, mainly replace sprintf/snprintf by g_snprintfUlf Lamping1-9/+10
2004-02-23statistics menu redesigned, now looking more like the former menu,Ulf Lamping1-2/+2
2004-02-22Redesigned the menu structure of the former statistics stuff,Ulf Lamping1-6/+2
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-5/+5
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris1-25/+24