aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-11Move the declaration of "register_tap_menu_item()" into a newGuy Harris1-2/+2
2004-02-11Add "write_failure_alert_box()" to put up an alert box for a failedGuy Harris1-17/+9
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aGuy Harris1-9/+5
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-7/+3
2004-01-31Add to the _rtp_info structure a "info_all_data_present" boolean, whichGuy Harris1-7/+37
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-32/+36
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-12/+12
2004-01-27From Lars Ruoff:Olivier Biot1-14/+16
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-3/+5
2004-01-25Check for write errors when writing CSV data as well.Guy Harris1-10/+78
2004-01-25Check whether the "fopen()" that creates a CSV file fails and, if so,Guy Harris1-1/+6
2004-01-24From Lars Ruoff (who also contributed the previous change; my apologiesGuy Harris1-42/+79
2004-01-23From Lars Roland:Guy Harris1-131/+288
2004-01-21The progressbar had a parameter to specify the text of the Cancel/Stop button.Ulf Lamping1-2/+2
2004-01-21use stock buttons whereever possible,Ulf Lamping1-5/+5
2004-01-20commented out refresh_bt, as it's currently unusedUlf Lamping1-2/+2
2004-01-19From Lars Ruoff: temporarily comment out the code for the "refresh" button;Olivier Biot1-3/+16
2004-01-13Use "retap_packets()" rather than "redissect_packets()".Guy Harris1-3/+3
2004-01-03Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe1-2/+2
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping1-5/+5
2003-12-17From Lars Roland: have common code to handle display filter dialogs inGuy Harris1-2/+2
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad1-39/+26
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris1-8/+8
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris1-3/+3
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris1-3/+3
2003-11-24Make the recent epan/proto.{c,h} change compile.Guy Harris1-3/+3
2003-11-03From Lars Ruoff: fix a problem with wrong maximum delay calculation -Guy Harris1-2/+2
2003-10-31From Lars Ruoff:Guy Harris1-9/+12
2003-10-10Use PT_ values rather than raw numbers when checking for u-law and A-lawGuy Harris1-3/+3