aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-30Don't assume that just because a purported font name begins with "-"Guy Harris1-4/+23
2002-05-27Clean up the data structures for the color filter code a bit. The oldGuy Harris1-2/+2
2002-05-22Command-line interface cleanups, from Graeme Hewson:Guy Harris1-35/+60
2002-05-14Use "-G fields" rather than "-G" in Makefiles.Guy Harris1-1/+6
2002-05-14Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris1-8/+20
2002-05-03Make the filter list combo box case-sensitive, as filter expressions areGuy Harris1-1/+3
2002-05-03Clean up the handling of filter strings:Guy Harris1-35/+43
2002-04-08More static-ization.Gilbert Ramirez1-2/+2
2002-03-31Get rid of unused arguments.Guy Harris1-4/+3
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris1-5/+3
2002-03-10Remove code to show the presence, and version number, of the CMU SNMPGuy Harris1-13/+2
2002-03-06Don't say "without SNMP"; that can confuse people into thinking it meansGuy Harris1-4/+2
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-2/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-28/+28
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-2/+4
2002-02-24Put all the capture options into a structure.Guy Harris1-44/+43
2002-02-24Have "get_positive_int()" really check for positive integers, not justGuy Harris1-6/+6
2002-02-24"autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris1-7/+19
2002-02-24From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-17/+17
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-6/+13
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-9/+9
2002-01-18Memory freeing fix, from Jirka Novak.Guy Harris1-7/+7
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-8/+11
2002-01-11From Jirka Novak:Guy Harris1-13/+323
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-6/+3
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris1-55/+1
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",Guy Harris1-9/+25
2002-01-10Fix some problems with building Ethereal/Tethereal without libpcap.Guy Harris1-1/+9
2002-01-08Add a routine to kill a capture child if it exists, so that if we exitGuy Harris1-29/+48
2001-12-31Add preferences to save the main window size and position. If enabled,Gerald Combs1-3/+91
2001-12-21Print out messages if any of the ring buffer checks fail.Guy Harris1-16/+22
2001-12-21There is no such thing as an optional parameter to a command-line flagGuy Harris1-8/+2
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-1/+2
2001-12-12Go nuts with the 3D logo.Gerald Combs1-1/+4
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez1-7/+7
2001-12-06Make the "Save only marked frames" button in the "Save As..." dialog boxGuy Harris1-4/+7
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-4/+44
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-6/+67
2001-11-24If a non-option command-line argument is specified to Ethereal, treat itGuy Harris1-3/+36
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-4/+1
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris1-2/+3
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris1-2/+4
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris1-1/+2
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris1-5/+2
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-4/+7
2001-10-21Add little arrows to the column titles to indicate which column we'reGerald Combs1-6/+63
2001-07-27Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris1-13/+10
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris1-1/+5
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris1-1/+5