aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy27-27/+27
2004-09-27"ethereal_stock_icons()" isn't used outside "gtk/toolbar.c" (and shouldguy1-1/+1
2004-09-27At least in the screenshot atguy1-1/+1
2004-09-27As the GTK Wimp default theme (since 0.6.1) won't display any icons in button...ulfl1-2/+2
2004-09-25When applying preferences, we have to apply the protocol preferencesguy1-3/+7
2004-09-24as the interface is usually fixed, or it can be selected by the interface dro...ulfl1-0/+3
2004-09-24add a link to the Ethereal wiki front pageulfl3-0/+5
2004-09-16first steps towards using the User's Guide as Ethereal's help systemulfl9-96/+160
2004-09-16The list of protocols should be sorted in a case-insensitive fashion, soguy1-4/+4
2004-09-15get GDK window geometry only, if widget is visibleulfl1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy10-52/+59
2004-09-11Get rid of some #includes that caused trouble on Windows - we need toguy1-9/+0
2004-09-11Get rid of some #includes that caused trouble on Windows - we need toguy1-13/+0
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toguy2-1/+2
2004-09-10Hoist the code for handling "-G" into a common module.guy1-20/+2
2004-09-10Add a "-G fields2" option which is like "-G fields", but extends the fieldgram1-2/+6
2004-09-08Try to get the window geometry only, if a GdkWindow really exists for that Gt...ulfl1-7/+11
2004-09-08Fix a minor bug only with GTK2.4: if have a problem while saving a file (e.g....ulfl1-0/+8
2004-09-08sort_iter_compare_func() only needed with GTK2ulfl1-0/+2
2004-09-07"g_string_printf()" is GLib 2.x-only, but "g_string_sprintf()" works inguy1-7/+7
2004-09-07Squelch a compiler warning.guy1-0/+1
2004-09-07Canonicalize the line endings, and set svn:eol-style to native to keepguy1-452/+451
2004-09-07Set svn:eol-style to native to keep line endings canonicalized.guy5-5/+5
2004-09-07Canonicalize the line endings, and set svn:eol-style to native to keepguy1-156/+156
2004-09-07added a Clear button to the Decode As dialog, also added some tooltips ulfl1-35/+67
2004-09-07replace the Cancel with a Close button, as pressing it will not rewind any pr...ulfl1-13/+12
2004-09-07don't put the "(none)" interface into the list, Ethereal will crash if it's a...ulfl1-1/+2
2004-09-07Canonicalize the line endings, set the svn:eol-style property toguy2-17/+17
2004-09-07two bugfixes: sort items in alphabetical order and don't do a OBJECT_GET_DATA...ulfl1-3/+48
2004-09-07First working implementation of "Decode As" for DCE-RPC interface bindings. E...ulfl7-239/+705
2004-09-07Do not compile SCTP analysis stuff right now.tuexen1-6/+0
2004-09-07using #ifdef HAVE_SYS_TYPES_H around some of the includes making problems, bu...ulfl2-8/+23
2004-09-07Added graphical SCTP analysis implemented by Irene Ruengeler.tuexen9-1/+5666
2004-09-06next steps for a "Decode As" for DCE-RPC interfaces (commented out)ulfl1-15/+207
2004-09-06Add the capability to chose to remap the fist two PPIDS in each SCTP packet t...tuexen1-8/+28
2004-09-04"g_string_sprintfa()" might be deprecated in GLib 2.x, but it's all GLibguy1-6/+6
2004-09-04The packet range stuff knows about capture_file structures, so it'sguy2-2/+2
2004-09-04Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";guy2-2/+2
2004-09-02Move get_if_name() from gtk/capture_dlg.c to capture_combo_utils.c.gerald1-123/+42
2004-09-02Move the guts of gtk/file_dlg.c:goto_framenum_cb() togerald1-12/+1
2004-09-02Add support for copying hex data to the clipboard. Submitted by Thomas sharpe5-0/+77
2004-08-31added a preference setting, to be able to change the preview timeout in the f...ulfl2-3/+41
2004-08-31Split the preview function into a prepare and a do part, to be able to do som...ulfl1-24/+47
2004-08-31Don't have a dummy widget to use for panes marked as "None" - that meansguy1-35/+33
2004-08-28We use "#ifdef" elsewhere to test WIN32; use it, rather than #if, in theguy1-1/+1
2004-08-28From Francisco Alcoba: fix a crashing bug caused if you change theguy1-5/+21
2004-08-25Don't free something we haven't allocated.guy1-4/+5
2004-08-25Move the file-reloading code from gtk/file_dlg.c to file.c.gerald1-46/+1
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasgerald3-4/+3
2004-08-18Added initial SCTP support: You can chose how PPID 0 will be handled.tuexen1-2/+61