aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-04-08catch the enter key from the interface drop-down list,Ulf Lamping1-2/+3
2004-04-08On Windows, when looking for the ":" that separates the interfaceGuy Harris1-8/+30
2004-04-07make service response time statistics work for "unknown" rpc programs.Ronnie Sahlberg2-8/+38
2004-04-06from Thomas Palmer: add a preference setting for filter toolbar placementUlf Lamping2-5/+20
2004-04-06Remove an extraneous 'break'.Gerald Combs1-2/+1
2004-03-30From Lars Roland: Tethereal version of SIP statistics tap, and fixes toGuy Harris1-3/+6
2004-03-29It *appears* that if you don't explicitly request that a file chooserGuy Harris1-2/+1
2004-03-29In a "save" dialog, the "yes" button should be a "Save" button, not anGuy Harris1-2/+6
2004-03-29Add another wrapper routine, "file_selection_set_extra_widget()", to setGuy Harris3-29/+24
2004-03-29Make "file_selection_new()" take as its second argument anGuy Harris6-130/+80
2004-03-27minor code cleanup, including removed MSVC warningsUlf Lamping2-20/+15
2004-03-27Use the new GtkFileChooserDialog when built with gtk+ 2.4Olivier Abad6-98/+355
2004-03-27From Lars Roland: use the generic filter dialog for the SIP, HTTP, WSP,Guy Harris7-446/+74
2004-03-26From Martin Mathieson: SIP statistics tap.Guy Harris2-1/+765
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris1-2/+3
2004-03-23From Tomas Kukosa: don't change the state of the "Expand Tree" menuGuy Harris1-5/+1
2004-03-20From Tomas Kukosa:Guy Harris4-20/+24
2004-03-19From Tomas Kukosa: add a new "Expand Tree" context menu item, whichGuy Harris3-4/+43
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot3-22/+21
2004-03-17* Protocol Hierarchy Statistics:Laurent Deniel1-34/+71
2004-03-17Use "g_ntohs()" rather than "ntohs()".Guy Harris1-3/+3
2004-03-17Cast a "char" to "guchar" before passing it to the ctype macros, so thatGuy Harris1-2/+2
2004-03-14* Color filters:Laurent Deniel2-49/+120
2004-03-14Fix incorrect number of arguments for format and compilation warnings.Laurent Deniel1-5/+4
2004-03-13experimental: make usage of pcap_setbuff to increase the kernel buffer sizeUlf Lamping2-2/+42
2004-03-13using a stock icon for the open recent "clear list" itemUlf Lamping1-1/+6
2004-03-13replaced vsnprintf by g_vsnprintfUlf Lamping1-2/+2
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping29-258/+235
2004-03-13various string related changesUlf Lamping9-91/+136
2004-03-13various string related changes, mainly replace sprintf/snprintf by g_snprintfUlf Lamping7-56/+57
2004-03-13replaced snprintf by g_snprintf and removed #include "snprintf.h"Ulf Lamping1-15/+11
2004-03-13replaced gtk_widget_show() by a single gtk_widget_show_all(),Ulf Lamping1-55/+8
2004-03-11Make the color preferences popup menu shrink to its natural size insteadGerald Combs1-2/+2
2004-03-08Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - andGuy Harris1-2/+9
2004-03-08update to iostat make it automagically make sure the field is part of the ...Ronnie Sahlberg1-7/+59
2004-03-07fixed a bug GTK_WIDGET_VISIBLE -> GTK_WIDGET_SENSITIVE,Ulf Lamping1-30/+64
2004-03-06some code cleanupUlf Lamping1-128/+66
2004-03-06replaced show/hide by sensitive/insensitive to see all fields everytimeUlf Lamping1-23/+40
2004-03-06using a table for layout of stop capture fields,Ulf Lamping1-39/+62
2004-03-06using a table for layout of multi files fields, do some code cleanupUlf Lamping1-235/+233
2004-03-04using a gtk_table instead of hbox'es for "multiple files" fieldsUlf Lamping1-31/+30
2004-03-04capture dialog limits now with units.Ulf Lamping1-49/+204
2004-03-04fixed differences between capture GUI frontend and backendUlf Lamping2-31/+40
2004-03-02implemented capture dialog 3rd (+x) proposalUlf Lamping2-79/+138
2004-03-02replaced all seperate gtk_widget_show() by a single gtk_widget_show_all() callUlf Lamping1-70/+5
2004-02-29improved resizabilityUlf Lamping2-6/+6
2004-02-28redesign of the whole dialogUlf Lamping1-123/+187
2004-02-28Default to not using the ring buffer (as the default number of files isGuy Harris1-2/+2
2004-02-28Capturing: "Number of files" switches between normal and multiple mode,Ulf Lamping2-49/+68
2004-02-28removed "magically" label switching of "Stop capture after x kilobyte(s)" field,Ulf Lamping1-42/+88