Redesigned the menu structure of the former statistics stuff,
[obnox/wireshark/wip.git] / gtk / rtp_analysis.c
2004-02-22 ulflRedesigned the menu structure of the former statistics...
2004-02-13 guyAdd a "window_new()" routine that creates a window...
2004-02-12 guyThe HIG's and/or GUI toolkit documentation for:
2004-02-11 guyMove the declaration of "register_tap_menu_item()"...
2004-02-11 guyAdd "write_failure_alert_box()" to put up an alert...
2004-02-11 guyAdd an "open_failure_alert_box()" routine to pop up...
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-31 guyAdd to the _rtp_info structure a "info_all_data_present...
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-27 obiotFrom Lars Ruoff:
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-25 guyCheck for write errors when writing CSV data as well.
2004-01-25 guyCheck whether the "fopen()" that creates a CSV file...
2004-01-24 guyFrom Lars Ruoff (who also contributed the previous...
2004-01-23 guyFrom Lars Roland:
2004-01-21 ulflThe progressbar had a parameter to specify the text...
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-20 ulflcommented out refresh_bt, as it's currently unused
2004-01-19 obiotFrom Lars Ruoff: temporarily comment out the code for...
2004-01-13 guyUse "retap_packets()" rather than "redissect_packets()".
2004-01-03 sharpeMake Analyze/Statistics have an accelerator of Alt...
2003-12-28 ulflremoved some MSVC warnings (warning level 2)
2003-12-17 guyFrom Lars Roland: have common code to handle display...
2003-12-16 oabadUse gtk compatibility macros (from compat_macros.h...
2003-12-04 guyDon't use GNodes for the protocol tree, put the sibling...
2003-12-03 guyThe "ptr_u" unions no longer have a "next" pointer...
2003-12-02 guyFrom Didier Gautheron: put an "fvalue_t" structure...
2003-11-24 guyMake the recent epan/proto.{c,h} change compile.
2003-11-03 guyFrom Lars Ruoff: fix a problem with wrong maximum delay...
2003-10-31 guyFrom Lars Ruoff:
2003-10-10 guyUse PT_ values rather than raw numbers when checking...
2003-10-03 guyInclude "mkstemp.h" only if we're including our own...
2003-10-03 jmayerGraham Bloice: Add missing #include mkstemp.h
2003-09-29 jmayeruse mkstemp instead of tmpnam
2003-09-26 guyAssorted GUI cleanups.
2003-09-25 guyRTP analysis updates from Lars Ruoff:
2003-09-24 guyFrom Lars Ruoff: rewritten RTP analysis module.