aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-04-25created new "export" dialogs for the current export file formatsUlf Lamping3-86/+335
2004-04-25put all required data into the print_args,Ulf Lamping1-25/+21
2004-04-25changed the print dialog, so it will keep the user settings after reopening t...Ulf Lamping2-123/+108
2004-04-24some code cleanup of the printing systemUlf Lamping1-15/+23
2004-04-23added a progress dialog box, while processing packet details,Ulf Lamping1-1/+66
2004-04-23Mark some parameters as unused (the GTK+ signal calling sequenceGuy Harris1-3/+3
2004-04-23Get rid of static forward declaration of "toggle_captured_cb()", as it'sGuy Harris1-2/+1
2004-04-23Add gsm_map_stat.h and mtp3_stat.h to the distribution.Gerald Combs1-1/+3
2004-04-22oops, forgotten to test with GTK1...Ulf Lamping2-4/+12
2004-04-22seperated common packet range code from the save and the print dialog,Ulf Lamping6-611/+531
2004-04-22From Martin MathiesonAnders Broman1-1/+21
2004-04-22added some options and enhancements to the print output:Ulf Lamping1-1/+20
2004-04-21From Michael Lum:Guy Harris5-0/+1311
2004-04-21From Michael Lum:Guy Harris4-71/+165
2004-04-21Part 2 of Ulf's print update.Olivier Biot1-2/+2
2004-04-17added PSML output to the printing dialogUlf Lamping1-3/+18
2004-04-17Confirmation dialogs should be marked as such.Guy Harris1-2/+2
2004-04-17Failure to get the list of interfaces should be reported as an error.Guy Harris2-4/+4
2004-04-17Report problems due to the user specifying something we can't handle asGuy Harris1-7/+7
2004-04-16Report errors in opening various configuration files at the time theGuy Harris1-118/+84
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris2-32/+94
2004-04-16Make "new_color_filter()" take the background and foreground colors, asGuy Harris3-14/+18
2004-04-16You have to initialize a GtkColor structure before passing it toGuy Harris1-8/+8
2004-04-16make print dialog "Packet Format" options somewhat similar to theUlf Lamping1-50/+80
2004-04-16bugfix: make the "no dissections" radiobutton insensitive,Ulf Lamping1-4/+9
2004-04-15Rename a bunch of variables and routines that pertain to string searchGuy Harris1-51/+34
2004-04-15added print output option, to suppress dissection completelyUlf Lamping1-7/+19
2004-04-15added print output of PDML formatUlf Lamping1-16/+29
2004-04-14two memory leaks removedUlf Lamping1-1/+2
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen1-3/+7
2004-04-12ESC key presses Close buttonUlf Lamping1-2/+7
2004-04-12added a close button to the dialogs,Ulf Lamping5-69/+122
2004-04-12added missing #include from my latest checkinUlf Lamping1-1/+2
2004-04-12added a close button to the dialogs,Ulf Lamping14-294/+342
2004-04-12added a close button to the dialogsUlf Lamping2-28/+44
2004-04-09Make the hex dump byte counter a guint32, so that we don't wrap prematurely.Gerald Combs1-11/+11
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