summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
1999-12-10Change the comments to reflect the fact that this is now no longer a tabGuy Harris1-3/+4
1999-12-10Squelch a GCC complaint.Guy Harris1-2/+2
1999-12-10Make the protocol tree GUI pane associate with the packet list paneGilbert Ramirez1-7/+6
1999-12-10Jerry Talkington's patch to remove the filter stuff fromGuy Harris7-32/+132
1999-12-10Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez4-4/+254
1999-12-09Put in an RCS ID.Olivier Abad1-1/+3
1999-12-09plugins support (i.e. Dynamically loadable dissectors)Olivier Abad5-4/+425
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris9-30/+230
1999-12-07Add Dave Chapeskie's name to the list of contributors.Guy Harris1-1/+2
1999-12-07It appears that the IRIX SIOCSNOOPLEN "ioctl", as used by "libpcap" toGuy Harris1-2/+5
1999-12-07Remove 3 GTK+ header files and have our gtkclist.c useGilbert Ramirez5-488/+4
1999-12-07Add the "-R" flag to the usage message.Guy Harris1-23/+76
1999-12-07James Coe's patch to add SRVLOC and NCP-over-IP support.Guy Harris1-1/+2
1999-12-06Patch from Jerry Talkington to:Guy Harris1-1/+2
1999-12-06Add support for saving files in a format other than the one they're inGuy Harris1-15/+129
1999-12-05Add ^G as an accelerator for Display:Go To Frame.Guy Harris1-2/+2
1999-12-03patch to scroll byte viewNathan Neulinger2-8/+22
1999-12-02Explain *why* you have to "g_strdup()" the argument to "-r" beforeGuy Harris1-1/+4
1999-12-02Fix bug which occurs when running ethereal with "-r" to load a file, thenGilbert Ramirez1-2/+2
1999-12-02Add stream window color preferences. We don't (yet) use cmaps, so thisGerald Combs5-27/+292
1999-11-30Allow the user to save either all of the current capture, or only theGuy Harris2-72/+83
1999-11-30In "Go To Frame", distinguish between "there is no frame with that frameGuy Harris1-8/+13
1999-11-30Stuff in "colors.c" largely need work only on a "colfilter", not on aGuy Harris1-2/+2
1999-11-29Change Olivier's e-mail address.Gilbert Ramirez1-2/+2
1999-11-29Made copyright date read "1998-1999".Gilbert Ramirez1-2/+2
1999-11-29Add a comment.Guy Harris1-1/+3
1999-11-29Get version number information for CMU SNMP.Guy Harris1-5/+15
1999-11-29Update copyright date in About box.Gilbert Ramirez1-2/+2
1999-11-29Include, in the version message, information about whether the UCD orGuy Harris1-6/+22
1999-11-29Include in the version message an indication of whether it was builtGuy Harris1-5/+15
1999-11-28Remove a couple commented-out lines that I had left in from an earlierGilbert Ramirez1-5/+2
1999-11-28Add code to colorize TCP streams.Gerald Combs1-17/+34
1999-11-26Make TCP follow put display filter in the text-entry box, but not inGilbert Ramirez1-16/+15
1999-11-25Change display filter entry widget to a GtkCombo.Gerald Combs2-8/+44