aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-09-25When applying preferences, we have to apply the protocol preferencesGuy Harris1-3/+7
2004-09-24as the interface is usually fixed, or it can be selected by the interface dro...Ulf Lamping1-0/+3
2004-09-24add a link to the Ethereal wiki front pageUlf Lamping3-0/+5
2004-09-16first steps towards using the User's Guide as Ethereal's help systemUlf Lamping9-96/+160
2004-09-16The list of protocols should be sorted in a case-insensitive fashion, soGuy Harris1-4/+4
2004-09-15get GDK window geometry only, if widget is visibleUlf Lamping1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris10-52/+59
2004-09-11Get rid of some #includes that caused trouble on Windows - we need toGuy Harris1-9/+0
2004-09-11Get rid of some #includes that caused trouble on Windows - we need toGuy Harris1-13/+0
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toGuy Harris2-1/+2
2004-09-10Hoist the code for handling "-G" into a common module.Guy Harris1-20/+2
2004-09-10Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez1-2/+6
2004-09-08Try to get the window geometry only, if a GdkWindow really exists for that Gt...Ulf Lamping1-7/+11
2004-09-08Fix a minor bug only with GTK2.4: if have a problem while saving a file (e.g....Ulf Lamping1-0/+8
2004-09-08sort_iter_compare_func() only needed with GTK2Ulf Lamping1-0/+2
2004-09-07"g_string_printf()" is GLib 2.x-only, but "g_string_sprintf()" works inGuy Harris1-7/+7
2004-09-07Squelch a compiler warning.Guy Harris1-0/+1
2004-09-07Canonicalize the line endings, and set svn:eol-style to native to keepGuy Harris1-452/+451
2004-09-07Set svn:eol-style to native to keep line endings canonicalized.Guy Harris5-5/+5
2004-09-07Canonicalize the line endings, and set svn:eol-style to native to keepGuy Harris1-156/+156
2004-09-07added a Clear button to the Decode As dialog, also added some tooltips Ulf Lamping1-35/+67
2004-09-07replace the Cancel with a Close button, as pressing it will not rewind any pr...Ulf Lamping1-13/+12
2004-09-07don't put the "(none)" interface into the list, Ethereal will crash if it's a...Ulf Lamping1-1/+2
2004-09-07Canonicalize the line endings, set the svn:eol-style property toGuy Harris2-17/+17
2004-09-07two bugfixes: sort items in alphabetical order and don't do a OBJECT_GET_DATA...Ulf Lamping1-3/+48
2004-09-07First working implementation of "Decode As" for DCE-RPC interface bindings. E...Ulf Lamping7-239/+705
2004-09-07Do not compile SCTP analysis stuff right now.Michael Tüxen1-6/+0
2004-09-07using #ifdef HAVE_SYS_TYPES_H around some of the includes making problems, bu...Ulf Lamping2-8/+23
2004-09-07Added graphical SCTP analysis implemented by Irene Ruengeler.Michael Tüxen9-1/+5666
2004-09-06next steps for a "Decode As" for DCE-RPC interfaces (commented out)Ulf Lamping1-15/+207
2004-09-06Add the capability to chose to remap the fist two PPIDS in each SCTP packet t...Michael Tüxen1-8/+28
2004-09-04"g_string_sprintfa()" might be deprecated in GLib 2.x, but it's all GLibGuy Harris1-6/+6
2004-09-04The packet range stuff knows about capture_file structures, so it'sGuy Harris2-2/+2
2004-09-04Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";Guy Harris2-2/+2
2004-09-02Move get_if_name() from gtk/capture_dlg.c to capture_combo_utils.c.Gerald Combs1-123/+42
2004-09-02Move the guts of gtk/file_dlg.c:goto_framenum_cb() toGerald Combs1-12/+1
2004-09-02Add support for copying hex data to the clipboard. Submitted by Thomas Richard Sharpe5-0/+77
2004-08-31added a preference setting, to be able to change the preview timeout in the f...Ulf Lamping2-3/+41
2004-08-31Split the preview function into a prepare and a do part, to be able to do som...Ulf Lamping1-24/+47
2004-08-31Don't have a dummy widget to use for panes marked as "None" - that meansGuy Harris1-35/+33
2004-08-28We use "#ifdef" elsewhere to test WIN32; use it, rather than #if, in theGuy Harris1-1/+1
2004-08-28From Francisco Alcoba: fix a crashing bug caused if you change theGuy Harris1-5/+21
2004-08-25Don't free something we haven't allocated.Guy Harris1-4/+5
2004-08-25Move the file-reloading code from gtk/file_dlg.c to file.c.Gerald Combs1-46/+1
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasGerald Combs3-4/+3
2004-08-18Added initial SCTP support: You can chose how PPID 0 will be handled.Michael Tüxen1-2/+61
2004-08-16Get rid of unused enum_val_t table (the wrap vs. no-wrap in search flagGuy Harris1-6/+0
2004-08-15From Greg Morris: Add a configuration option to control search wrapping.Gerald Combs1-1/+17
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs1-128/+22
2004-08-08From Stas Grabois: make the previous change not to show disabledGuy Harris1-2/+7