aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2001-04-10Check in isprint() hack for Win32 so that Ethereal is usably whileGilbert Ramirez4-8/+42
2001-04-09last_open_dir needs a trailing slash in order for the GTK+Gilbert Ramirez3-28/+31
2001-04-05Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versionGilbert Ramirez3-8/+5
2001-04-03Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez2-2/+26
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris2-3/+4
2001-04-02Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int"Guy Harris1-2/+2
2001-04-02Added two new arguments to epan_init() and proto_init() toEd Warnicke1-2/+3
2001-03-29Change name of "Last-Protocol" columns to "End" so that there'sGilbert Ramirez1-4/+4
2001-03-27Make "comp_info_str" static in Ethereal - there's no need for it outsideGuy Harris1-22/+37
2001-03-27There's no "-D" option to Ethereal - remove the "D" from the getopt flagGuy Harris1-2/+2
2001-03-26GUI code fixes from Eduardo P�rez Ureta.Guy Harris2-5/+4
2001-03-26Create dialogue box as top-level window, not transient window.Gilbert Ramirez1-4/+6
2001-03-24Get rid of extra definition of "byte_nb_ptr"; it's defined inGuy Harris1-8/+8
2001-03-24Fix typos in comments.Guy Harris1-3/+3
2001-03-24"reactivate_window()" is used only by stuff in the "gtk" directory, andGuy Harris3-3/+41
2001-03-24The declaration of "destroy_packet_wins()" belongs inGuy Harris2-3/+8
2001-03-24Give the code that computes protocol statistics a progress dialog box,Guy Harris2-9/+15
2001-03-23Put back some of Gilbert's changes lost by recent checkins.Guy Harris1-6/+5
2001-03-23Fix last minute edit mistake in add_byte_tab.Jeff Foster1-6/+2
2001-03-23Changes required to support multiple named data sources.Jeff Foster5-75/+342
2001-03-23The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez1-2/+4
2001-03-22Add a new tool which summarizes packet counts by protocols, butGilbert Ramirez5-2/+248
2001-03-07In the code that handles finding a field after a user clicks onGilbert Ramirez1-7/+15
2001-03-06Use "proto_get_first_protocol()" and "proto_get_next_protocol()" toGuy Harris1-23/+22
2001-03-03Add a few more items to ".cvsignore".Guy Harris1-0/+3
2001-03-03Do a bunch of semantic checks when "Accept" is clicked, so that we catchGuy Harris1-2/+88
2001-03-02Calculate the height and width of m_r_font globally, since variousGilbert Ramirez6-45/+205
2001-03-02create_main_window() does not need to be called by the capture childGilbert Ramirez1-3/+4
2001-03-01Add "Toggle All", "Enable All", and "Disable All" buttons to theGilbert Ramirez1-2/+86
2001-03-01Don't let the color selection dialogue for TCP StreamsGilbert Ramirez1-2/+4
2001-02-23Boolean fields are just like other fields - if you use the field nameGuy Harris1-73/+73
2001-02-23The text entry box that a filter construction dialog manipulates isGuy Harris2-7/+6
2001-02-20Make the "activate" signal on the text entry boxes in the filter editingGuy Harris1-1/+14
2001-02-20Catch the "destroy" signal on the filter-expression-construction dialog,Guy Harris1-1/+22
2001-02-20Catch the "destroy" signal on the text entry box to which aGuy Harris1-1/+9
2001-02-20The all-purpose answer to "this widget expands to fill the spaceGuy Harris1-4/+10
2001-02-20Make the "activate" signal on the text entry boxes in the filterGuy Harris1-13/+24
2001-02-20Call the test for a protocol "is present", just like the test for otherGuy Harris1-35/+46
2001-02-20On Win32, if Ethereal started as a GUI rather than a consoleGuy Harris1-2/+115
2001-02-14"Decode As" UI cleanups, and documentation, from David Hampton.Guy Harris1-71/+54
2001-02-13In a display filter expression, make a field name refer to any of theGuy Harris1-11/+12
2001-02-12If there are multiple fields with the same name, list only one of themGuy Harris1-7/+9
2001-02-12If you register more than one field with the same name, the dfilter codeGuy Harris1-16/+33
2001-02-12Display Ethernet protocol types in hex, not decimal (that's how they'reGuy Harris1-5/+5
2001-02-11Inactivate the "Decode As" menu item if the "Decode As" dialog boxGuy Harris3-15/+28
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris3-7/+11
2001-02-08If we failed to open a capture file specified by the "-r" flag, don'tGuy Harris1-2/+3
2001-02-01Fix the previous checkin to correctly handle presence tests onGuy Harris1-3/+15
2001-02-01For protocols, call the test for the field being present "has thisGuy Harris1-5/+6
2001-02-01Use the pretty name for the type, not the internal name, in the helpGuy Harris1-2/+2