aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Make the buffer into which we read from the sync pipe one byte biggerGuy Harris1999-09-231-3/+3
* Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1999-09-231-35/+26
* "sync_mode" isn't used in "file.c", so there's no need to declare itGuy Harris1999-09-231-2/+1
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-221-24/+49
* Added "Automatic scrolling in live capture".Laurent Deniel1999-09-191-6/+8
* Have a progress bar for "File/Print".Guy Harris1999-09-131-1/+35
* Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1999-09-121-2/+6
* Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1999-09-121-41/+108
* Collapse/Expand All protocol tree added in Display menu.Laurent Deniel1999-09-111-1/+5
* Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1999-09-111-7/+4
* More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1999-09-091-3/+3
* Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1999-09-011-2/+2
* Stop processing of colorization display filters after first match.Gilbert Ramirez1999-08-281-25/+3
* Don't do file-read progress bar updates with a timeout; instead, updateGuy Harris1999-08-281-36/+56
* Introduces a new global gboolean variable: proto_tree_is_visible.Gilbert Ramirez1999-08-261-1/+7
* Fixed CPP #ifdef and comment.Gilbert Ramirez1999-08-251-3/+3
* Added John McDermott's colorization routines. There's still someGilbert Ramirez1999-08-241-4/+57
* Remove the include of <sys/time.h> from "file.h" - it's neitherGuy Harris1999-08-221-3/+5
* Add a "wtap_strerror()" routine, which takes as an argument an errorGuy Harris1999-08-221-11/+9
* DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1999-08-221-2/+9
* Enabled error reporting for bad ETHER values in display filters. A newGilbert Ramirez1999-08-201-3/+2
* Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1999-08-201-2/+2
* Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1999-08-191-19/+58
* Fixed segfault with new gtk_tree_item deselection routine and -S option.Gilbert Ramirez1999-08-151-9/+11
* Don't preserve the read filter from file to file - you won't necessarilyGuy Harris1999-08-151-25/+15
* Fixed the problem with an assert coming from gtkwidget.c:3196 whenGilbert Ramirez1999-08-151-4/+22
* Have "wtap_open_offline()" return, on failure, an indication of theGuy Harris1999-08-151-37/+14
* "read_cap_file()" doesn't need to be passed a file name as an argument -Guy Harris1999-08-151-5/+5
* Oops, forgot to get rid of the "open_cap_file()" in "load_cap_file()"Guy Harris1999-08-151-6/+1
* Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".Guy Harris1999-08-151-48/+58
* Fixed segfault with combination of new dfilter struct usage, rfcode,Gilbert Ramirez1999-08-141-6/+8
* Have the "delta" format for time stamps show the time delta between aGuy Harris1999-08-141-48/+112
* Fix up the code that changes the "command-line-specified" time format toGuy Harris1999-08-141-40/+30
* Enable the "Display/Options" menu item when we're capturing with "-S",Guy Harris1999-08-141-1/+2
* In "change_time_formats()", you have to set "fd->cinfo" before you canGuy Harris1999-08-141-1/+2
* Moved global memory alloction used in display filters (which was storedGilbert Ramirez1999-08-131-8/+12
* Add the ability to specify a filter to be used when reading the file toGuy Harris1999-08-101-42/+54
* Initialize the "next" pointer of a "frame_data" structure to NULL beforeGuy Harris1999-08-101-1/+2
* Building a GList by adding elements to the end with "g_list_append()" isGuy Harris1999-08-101-101/+92
* Jochen Friedrich's patch to add a "-R" flag, which takes aGuy Harris1999-08-081-5/+26
* Move a comment, to correctly reflect which code inGuy Harris1999-08-071-4/+4
* Added a progress bar to the display filter computation. Unfortunately,Gilbert Ramirez1999-08-051-2/+37
* Before displaying a packet, clear the tree and hex views; if youGuy Harris1999-08-051-11/+19
* Fix a couple of memory leaks.Guy Harris1999-08-041-1/+2
* Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1999-08-021-7/+10
* Code cleaning:Laurent Deniel1999-07-281-56/+3
* Include <stdlib.h> to get "atoi()" declared, to squelch a "gcc -Wall"Guy Harris1999-07-281-1/+2
* Fix the -S option :Laurent Deniel1999-07-281-6/+30
* If a column doesn't automatically resize, we have to set its size to theGuy Harris1999-07-281-4/+9
* Get rid of the "Tools/Capture" menu item, in favor of "Capture/Start".Guy Harris1999-07-281-3/+5