aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
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 APIs for registering and processing "-z" command-line argumentsGuy Harris1-2/+2
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-1/+1
2005-03-21From Lars Ruoff:Guy Harris1-129/+190
2005-03-02Frrom Francisco AlcobaLuis Ontanon1-10/+11
2005-02-27From Martin MathielsonLuis Ontanon1-0/+5
2005-02-24Mallocate the strings to be put into the columns, rather than filling inGuy Harris1-27/+16
2005-02-22buttons should use "Header capitalization" see GNOME HIG http://developer.gno...Ulf Lamping1-2/+2
2005-02-16from lars ruoff a few extra columns for rtp analysisRonnie Sahlberg1-17/+51
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-1/+1
2005-02-02Get rid of an unused typedef.Guy Harris1-2/+0
2004-12-01From Francisco Alcoba:Guy Harris1-29/+54
2004-10-03add some button tooltips, renamed some buttonsUlf Lamping1-9/+17
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-30From Martin Mathieson: Show number of detected streams in RTP Analysis windowAnders Broman1-30/+40
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping1-3/+2
2004-06-02Get rid of the #if 0'ed out "rtp_payload_type_vals[]" table - we shouldGuy Harris1-34/+1
2004-06-01bugfix: don't double define rtp_payload_type_valsUlf Lamping1-2/+3
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-2/+2
2004-05-26more code cleanup from dialog things:Ulf Lamping1-100/+51
2004-04-12ESC key presses Close buttonUlf Lamping1-2/+7
2004-03-14Fix incorrect number of arguments for format and compilation warnings.Laurent Deniel1-5/+4
2004-03-13various string related changes, mainly replace sprintf/snprintf by g_snprintfUlf Lamping1-15/+20
2004-02-23Add a "force" argument to "filter_packets()" andGuy Harris1-2/+2
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-3/+3
2004-02-11Move the declaration of "register_tap_menu_item()" into a newGuy Harris1-2/+2
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-2/+2
2004-01-26From Lars Ruoff:Olivier Biot1-161/+220
2004-01-25apply automatically generated filters strings to the recent dropdown list,Ulf Lamping1-2/+2
2004-01-25Report open errors when saving the contents of an RTP stream. Check forGuy Harris1-2/+6
2004-01-21use stock buttons whereever possible,Ulf Lamping1-4/+4
2004-01-03Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe1-2/+2
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-76/+57
2003-11-20From Lars Roland:Guy Harris1-3/+18
2003-10-06(Based on a patch from Lars Roland.)Guy Harris1-2/+2
2003-09-26Get the RTP payload types from rtp_pt.h rather than defining themGuy Harris1-37/+3
2003-09-26Assorted GUI cleanups.Guy Harris1-2/+2
2003-09-24From Lars Ruoff: rewritten RTP analysis module.Guy Harris1-0/+806