aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2000-01-18Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine theGuy Harris1-4/+5
2000-01-18Put into the "Capture Preferences" dialog box a check box to controlGuy Harris1-10/+20
2000-01-18Put the "Find Frame" and "Go To Frame" menu items under "Edit"; leaveGuy Harris1-4/+5
2000-01-18Jerry Talkington's changes to support, in the packet list and protocolGuy Harris4-11/+114
2000-01-17Squelch some complaints from GCC (and protect against the admittedlyGuy Harris1-7/+22
2000-01-17Add Makefile.nmake to list of deliverables. I had sent Thomas ParvaisGilbert Ramirez1-1/+3
2000-01-17We have to #include "plugins.h" before using the HAVE_PLUGINS define.Olivier Abad3-7/+6
2000-01-16Move the routine to get a list of the network interfaces on the systemGuy Harris2-187/+28
2000-01-15Remove libltdl from the build. The directory is still in CVS, but it isGilbert Ramirez1-3/+1
2000-01-15Move top-level window creation to separate function outside ofGilbert Ramirez1-103/+112
2000-01-15Add missing #ifdef HAVE_PLUGINS before calling init_plugins()Olivier Abad1-1/+3
2000-01-15If no "-i" flag is specified to Tethereal when no file is to be read,,Guy Harris1-3/+11
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez5-24/+39
2000-01-12Add an "Hex. Dump" radio button to the "Contents of TCP stream" window. ItOlivier Abad1-39/+112
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-0/+6
2000-01-10Move the code in "column.c" that implements the column preferences tabGuy Harris5-6/+410
2000-01-08Allow people to print packets if there are packets to print, even ifGuy Harris1-2/+2
2000-01-06Fix the "Print" button in the window popped up by "Follow TCP Stream" toGuy Harris1-69/+107
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addGuy Harris3-24/+36
2000-01-06Don't bother checking whether the filter string is empty - just use itGuy Harris1-6/+11
2000-01-05When initializing a capture filter, assign a pointer to an empty stringGerald Combs2-4/+7
2000-01-04Implement plugins status save/restore :Olivier Abad2-109/+24
2000-01-03Add a "Default" button to reset the filter string to its default value.Olivier Abad1-1/+22
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris11-154/+190
2000-01-03Don't have "write_prefs()" display a dialog box if the attempt to openGuy Harris1-2/+12
2000-01-03Use the right #define to control inclusion of "ui_util.h".Guy Harris1-2/+2
2000-01-03Make "menus_init()", set_menu_sensitivity()", and "grp" static toGuy Harris2-12/+10
2000-01-03Have "gtk/menu.c" (and, in the future, code for other UIs) export a setGuy Harris2-20/+60
2000-01-01A little hack for the really lazy (i.e., me). Allow users to type aGilbert Ramirez1-1/+19
1999-12-30Allow user to modify appearance of lines and expanders in GUI protocolGilbert Ramirez3-26/+160
1999-12-30Disallow multiple selections in the CTree and CList widgets.Gilbert Ramirez1-4/+9
1999-12-29Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsGilbert Ramirez4-76/+233
1999-12-29Update a comment.Guy Harris1-3/+12
1999-12-29Move the definition of "prefs" from "gtk/prefs_dlg.c" to "prefs.c", soGuy Harris1-3/+1
1999-12-28Add support for "--with-plugindir=<plugin install dir>" to configure.Gerald Combs1-3/+8
1999-12-26Integrate libtool/libltdl with the plugin code. Add libtool and libltdlGerald Combs2-10/+24
1999-12-23I thought I'd seen a problem with the combo box in the "Capture:Start"Guy Harris1-14/+16
1999-12-20Move the code to raise a window into a "reactivate_window()" routine,Guy Harris1-16/+19
1999-12-16Add a new page to the Preferences notebook: a GUI page. The soleGilbert Ramirez6-23/+237
1999-12-16Reduce the About box to a reasonable size. Gerald's name remainsGilbert Ramirez1-44/+8
1999-12-15A first cut, untested.Guy Harris1-0/+36
1999-12-15Oops. My last commit was made form the wrong tree and code thatGilbert Ramirez2-64/+33
1999-12-15Add Dearborn Group Technology's Gryphon dissector as our firstGilbert Ramirez2-33/+64
1999-12-15Stuart Stanley's ISIS dissection support.Guy Harris1-1/+2
1999-12-14Do a better check of 'bend'. The code works w/o it, but only becauseGilbert Ramirez1-4/+8
1999-12-13Remove the horizontal scroll bar under the hex dump. It did nothingGilbert Ramirez1-6/+10
1999-12-13One final fix to the 3-pane GUI behavior. Now when the the EtherealGilbert Ramirez1-2/+2
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1-1/+2
1999-12-12Avoid loading "." and ".." when scanning directories for pluginsOlivier Abad1-1/+4
1999-12-12Add the who protocol (rwho/rwhod/ruptime)Gilbert Ramirez1-5/+6