aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1999-11-223-10/+22
* Add a "Reset" button to reset the current display filter andLaurent Deniel1999-11-211-2/+22
* Change ipv4 class to use ip_to_str() when converting IP address to string.Gilbert Ramirez1999-11-191-7/+4
* Change match_selected() to produce a display filter using the selectedGilbert Ramirez1999-11-191-32/+184
* Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.Guy Harris1999-11-171-1/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-3/+3
* "gtk_object_get_data()" returns a pointer, so its return value shouldn'tGuy Harris1999-11-161-2/+2
* Remove an "#if 0"-ed out chunk of code that was supposed to cause theGuy Harris1999-11-161-5/+1
* Don't store both "start" and "length" in each GUI proto_tree item. JustGilbert Ramirez1999-11-153-12/+12
* Change my e-mail address to the forwarding address my *alma mater*Guy Harris1999-11-111-2/+6
* More small memleak fixes.Gilbert Ramirez1999-11-101-1/+2
* Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1999-11-101-1/+4
* Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1999-11-083-1/+189
* Pop up a message box if a search for a frame fails.Guy Harris1999-11-061-3/+7
* Clean up some stuff I failed to cleanup before the initial checkin.Guy Harris1999-11-061-16/+3
* Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1999-11-066-6/+244
* Get rid of an unused #define.Guy Harris1999-11-061-4/+1
* For the "-v" flag, dump the "libpcap" version number, if we were builtGuy Harris1999-11-041-5/+8
* Warren Young's patch to add a "Print" button to the "Follow TCP Stream"Guy Harris1999-10-301-2/+70
* Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1999-10-291-1/+3
* Kojak's ICQ dissector.Guy Harris1999-10-241-1/+2
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-9/+1
* Additional NTP changes:Guy Harris1999-10-221-1/+2
* Have Ethereal check for a first command-line argument of "-G", ratherGuy Harris1999-10-211-15/+31
* And add the new file to the list of gtk/libui.a sources, for distribution.Gilbert Ramirez1999-10-201-1/+2
* Move GTK-related stuff out of globals.h and put it in gtk/gtkglobals.hGilbert Ramirez1999-10-202-1/+43
* Add ASCII/EBCDIC conversion to TCP Follow window. Also add Close buttonGilbert Ramirez1999-10-191-14/+129
* Move display.[ch] --> gtk/display_opts.[ch]Gilbert Ramirez1999-10-184-3/+318
* Phil Techau's patch to add "col_append_str()".Guy Harris1999-10-151-2/+5
* avoid mistakingly commit dynamically generated files, like "Makefile".Jun-ichiro itojun Hagino1999-10-151-0/+3
* Nathan Neulinger's dissector for the Yahoo messenger and pagerGuy Harris1999-10-141-1/+2
* Have "dfilter_compile()" return 0 on success and 1 on failure, andGuy Harris1999-10-122-10/+12
* Oops! Forgot to commit the change that adds Christophe Tronche to theGuy Harris1999-10-111-1/+2
* When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1999-10-112-30/+13
* - fix a segmentation violation with big "match selected" filters.Laurent Deniel1999-10-091-2/+3
* Include "main.h", to pull in the external declarations of severalGuy Harris1999-10-081-1/+5
* Fix the include-guard #define to be "__MAIN_H__", matching the name ofGuy Harris1999-10-081-4/+4
* Don't initialize the file name field in the "File/Open" dialog box withGuy Harris1999-10-021-14/+1
* Get rid of "-F" - "-S" works, and has a more convenient UI.Guy Harris1999-10-022-12/+12
* Wrap stufff that's used only if we have "libpcap" in "#ifdefGuy Harris1999-10-022-4/+12
* Move the declaration of global variables involved with packet captureGuy Harris1999-10-021-1/+5
* Add a file name field to the "Capture/Start" dialog box; if it's blank,Guy Harris1999-10-021-21/+92
* Have "do_capture()" take, as an argument, a pointer to the name of theGuy Harris1999-10-022-31/+8
* A child process for a "-S" or "-F" capture should *always* exit when theGuy Harris1999-10-021-8/+12
* Move the definitions of "sync_mode", "sync_pipe", "fork_mode",Guy Harris1999-10-011-9/+1
* If we specify a save file name with "-w", mark it as "user saved", soGuy Harris1999-09-301-1/+2
* Add a new global flag "capture_child", which is TRUE if we're a childGuy Harris1999-09-301-29/+44
* If we're given the "-k" flag, don't start the capture until after we've:Guy Harris1999-09-302-47/+63
* GTK 1.2.5 version (not that it matters, given that GLib declaresGuy Harris1999-09-301-1/+1
* Enable "Print hex" only if "Print detail" is on.Guy Harris1999-09-291-2/+7