aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris1-1/+5
2001-07-22Check for valid column titles (non-zero-length) and valid column formatsGuy Harris1-1/+2
2001-07-20Get rid of some unused variables.Guy Harris1-3/+1
2001-07-17Added a "Mark Frame" option to the packet_list_menu_itemsEd Warnicke1-1/+3
2001-07-17Added a "Suppress Unmarked" option to the print dialog toEd Warnicke1-2/+16
2001-07-09Support for {Enter,Return} keys toggling expansion of selected protocolGuy Harris1-7/+20
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris1-1/+5
2001-06-27Don't offer the ability to edit capture filters if Ethereal wasn'tGuy Harris2-2/+10
2001-06-27Fix a problem that shows up if you build without libpcap.Guy Harris1-3/+3
2001-06-25A better fix - we don't use "assigned" if the action was E_DECODE_NO, soGuy Harris1-14/+9
2001-06-25In "decode_network()", get the information about the currently selectedGuy Harris1-6/+13
2001-06-19In a capture child process, *completely ignore* the preference settingGuy Harris1-2/+12
2001-06-18Get rid of an unnecessary declaration of "packet_list".Guy Harris1-4/+2
2001-06-08When printing the contents of a raw-data field, don't use the raw dataGuy Harris1-4/+3
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris6-44/+113
2001-06-02Changes to structure initializations not to initialize some but not allGuy Harris1-5/+5
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris4-60/+163
2001-05-31Free the string you "g_strdup()"ed, rather than handing "g_free()" theGuy Harris1-2/+2
2001-05-30No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris1-2/+2
2001-05-27Give protocol tree windows a horizontal scrollbar - yes, sometimesGuy Harris1-2/+2