aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2001-12-08Give the help window a title.Guy Harris1-1/+2
2001-12-08TCP time-sequence, round-trip time, and throughput graphs, from PavelGuy Harris5-2/+3806
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-6/+42
2001-12-06Handle the case of the initial, or current, dissector handle for aGuy Harris1-3/+9
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez3-16/+13
2001-12-06Don't update the "Save As..." dialog box if it doesn't exist.Guy Harris1-7/+22
2001-12-06Make the "Save only marked frames" button in the "Save As..." dialog boxGuy Harris3-14/+56
2001-12-04When making the "number of ring buffer files" spin button sensitive orGuy Harris1-40/+67
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris2-9/+145
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris2-21/+176
2001-12-04From Thomas Wittwer: remove unnecessary calls toGuy Harris1-3/+1
2001-12-03"ptype" is always set, even if only to PT_NONE; it will be set to PT_TCPGuy Harris1-21/+22
2001-12-03To check whether the current frame contains TCP or UDP traffic, checkGuy Harris1-168/+25
2001-12-03When the dissector tables are reset to the default settings, the list ofGuy Harris1-1/+10
2001-12-03Get rid of the lists of conversation dissectors; instead, have aGuy Harris1-231/+168
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-25/+20
2001-12-03Get rid of an unused variable, and fix a comment.Guy Harris1-3/+2
2001-12-02From John McDermott:Guy Harris2-105/+98
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 Ramirez5-27/+23
2001-11-21Get rid of some unused variables.Guy Harris1-3/+1
2001-11-20Have a routine to add all the hex dump tabs to the hex dump notebook,Guy Harris3-23/+30
2001-11-20If bytes in a hex dump view are selected, the field in the correspondingGuy Harris3-11/+28
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris3-12/+23
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris2-4/+6
2001-11-09From <a.stockmeier[AT]avm.de>: fix the file dialog box code to useGuy Harris1-2/+2
2001-11-04Include protocols for TCP conversation dissectors in the list ofGuy Harris1-1/+2
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris2-3/+17
2001-10-31Add the Ethereal Web site's mirror of WinPcap to the dialog popped up ifGuy Harris1-2/+5
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris1-19/+8
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris3-27/+8
2001-10-24On Windows, put Ethereal configuration files under the "ApplicationGuy Harris3-7/+11
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris3-11/+41
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris4-25/+40
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-3/+3
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-4/+2
2001-10-21Add little arrows to the column titles to indicate which column we'reGerald Combs1-6/+63
2001-10-13A small patch from Moronori Shindo to fix compiles under MSVC etc ...Richard Sharpe1-1/+2
2001-10-13Put the scrollbar for the scrolled window containing the CList in theGuy Harris1-1/+3
2001-10-13Set the data for E_{PRINT,COLUMN,STREAM,GUI}_PAGE_KEY to the notebookGuy Harris1-5/+5
2001-10-11Reduce the CinemaScope-like proportions of the preferences dialog byGerald Combs1-24/+131
2001-09-29The Wiretapped.net mirror is OK again (it was a problem with theGuy Harris1-3/+6
2001-09-28Sigh. The wiretapped.net site appears to have an old version ofGuy Harris1-3/+4
2001-09-26Make the message popped up if you try to do a capture on a Win32 machineGuy Harris1-6/+9
2001-09-10The "Save only marked packets" checkbox should change as the file typeGuy Harris1-1/+14
2001-08-31From Frank Singleton: add some missing includes of <string.h>.Guy Harris1-1/+3
2001-08-21Fix a typo.Guy Harris1-2/+2
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris6-22/+13
2001-08-20Use system's version of AM_PATH_GLIB macro.Gilbert Ramirez1-1/+1
2001-07-27Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris1-13/+10