aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
1999-11-23Move to version 0.7.8.Gilbert Ramirez1-1/+2
1999-11-23Add AIX doco and modify references to it.Gilbert Ramirez1-2/+1
1999-11-22A "character encoding" variable is now set per packet. The existenceGilbert Ramirez3-10/+22
1999-11-21Add a "Reset" button to reset the current display filter andLaurent Deniel1-2/+22
1999-11-19Change ipv4 class to use ip_to_str() when converting IP address to string.Gilbert Ramirez1-7/+4
1999-11-19Change match_selected() to produce a display filter using the selectedGilbert Ramirez1-32/+184
1999-11-17Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.Guy Harris1-1/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+3
1999-11-16"gtk_object_get_data()" returns a pointer, so its return value shouldn'tGuy Harris1-2/+2
1999-11-16Remove an "#if 0"-ed out chunk of code that was supposed to cause theGuy Harris1-5/+1
1999-11-15Don't store both "start" and "length" in each GUI proto_tree item. JustGilbert Ramirez3-12/+12
1999-11-11Change my e-mail address to the forwarding address my *alma mater*Guy Harris1-2/+6
1999-11-10More small memleak fixes.Gilbert Ramirez1-1/+2
1999-11-10Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1-1/+4
1999-11-08Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris3-1/+189