aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Have a routine to add all the hex dump tabs to the hex dump notebook,Guy Harris2001-11-203-23/+30
* If bytes in a hex dump view are selected, the field in the correspondingGuy Harris2001-11-203-11/+28
* Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris2001-11-203-12/+23
* Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris2001-11-092-4/+6
* From <a.stockmeier[AT]avm.de>: fix the file dialog box code to useGuy Harris2001-11-091-2/+2
* Include protocols for TCP conversation dissectors in the list ofGuy Harris2001-11-041-1/+2
* Allow a dissector to register preferences that it no longer supports asGuy Harris2001-11-042-3/+17
* Add the Ethereal Web site's mirror of WinPcap to the dialog popped up ifGuy Harris2001-10-311-2/+5
* Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris2001-10-311-19/+8
* Have a routine that takes a file name for a personal configuration fileGuy Harris2001-10-243-27/+8
* On Windows, put Ethereal configuration files under the "ApplicationGuy Harris2001-10-243-7/+11
* Add a new routine to create the ".ethereal" directory for a user.Guy Harris2001-10-233-11/+41
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-224-25/+40
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-3/+3
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-4/+2
* Add little arrows to the column titles to indicate which column we'reGerald Combs2001-10-211-6/+63
* A small patch from Moronori Shindo to fix compiles under MSVC etc ...Richard Sharpe2001-10-131-1/+2
* Put the scrollbar for the scrolled window containing the CList in theGuy Harris2001-10-131-1/+3
* Set the data for E_{PRINT,COLUMN,STREAM,GUI}_PAGE_KEY to the notebookGuy Harris2001-10-131-5/+5
* Reduce the CinemaScope-like proportions of the preferences dialog byGerald Combs2001-10-111-24/+131
* The Wiretapped.net mirror is OK again (it was a problem with theGuy Harris2001-09-291-3/+6
* Sigh. The wiretapped.net site appears to have an old version ofGuy Harris2001-09-281-3/+4
* Make the message popped up if you try to do a capture on a Win32 machineGuy Harris2001-09-261-6/+9
* The "Save only marked packets" checkbox should change as the file typeGuy Harris2001-09-101-1/+14
* From Frank Singleton: add some missing includes of <string.h>.Guy Harris2001-08-311-1/+3
* Fix a typo.Guy Harris2001-08-211-2/+2
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-216-22/+13
* Use system's version of AM_PATH_GLIB macro.Gilbert Ramirez2001-08-201-1/+1
* Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris2001-07-271-13/+10
* MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris2001-07-261-1/+5
* Check for valid column titles (non-zero-length) and valid column formatsGuy Harris2001-07-221-1/+2
* Get rid of some unused variables.Guy Harris2001-07-201-3/+1
* Added a "Mark Frame" option to the packet_list_menu_itemsEd Warnicke2001-07-171-1/+3
* Added a "Suppress Unmarked" option to the print dialog toEd Warnicke2001-07-171-2/+16
* Support for {Enter,Return} keys toggling expansion of selected protocolGuy Harris2001-07-091-7/+20
* "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris2001-07-051-1/+5
* Don't offer the ability to edit capture filters if Ethereal wasn'tGuy Harris2001-06-272-2/+10
* Fix a problem that shows up if you build without libpcap.Guy Harris2001-06-271-3/+3
* A better fix - we don't use "assigned" if the action was E_DECODE_NO, soGuy Harris2001-06-251-14/+9
* In "decode_network()", get the information about the currently selectedGuy Harris2001-06-251-6/+13
* In a capture child process, *completely ignore* the preference settingGuy Harris2001-06-191-2/+12
* Get rid of an unnecessary declaration of "packet_list".Guy Harris2001-06-181-4/+2
* When printing the contents of a raw-data field, don't use the raw dataGuy Harris2001-06-081-4/+3
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-056-44/+113
* Changes to structure initializations not to initialize some but not allGuy Harris2001-06-021-5/+5
* Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris2001-05-314-60/+163
* Free the string you "g_strdup()"ed, rather than handing "g_free()" theGuy Harris2001-05-311-2/+2
* No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris2001-05-301-2/+2
* Give protocol tree windows a horizontal scrollbar - yes, sometimesGuy Harris2001-05-271-2/+2
* Fix a bug reported by Christopher McAvaney inGerald Combs2001-05-121-12/+31