aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Have:Guy Harris1999-07-281-6/+54
* Actually, I think File/Reload is still used if you do a capture withGuy Harris1999-07-271-1/+4
* File/Reload isn't necessary any more - to run a display filter, justGuy Harris1999-07-271-4/+1
* Turn "protocol_tree" and "fd" from global variables into members of aGuy Harris1999-07-241-1/+47
* Have "close_cap_file()" disable all menu items that make sense only ifGuy Harris1999-07-241-24/+50
* Printing multiple frames in PostScript is a bit tricky, I think - IGuy Harris1999-07-231-4/+15
* Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1999-07-231-11/+54
* Revert to static sizing of columns.Guy Harris1999-07-221-90/+33
* In the BSD standard I/O library, there's a flag in a FILE structureGuy Harris1999-07-201-6/+24
* Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1999-07-131-43/+1
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+19
* When you hit <Return> in the text entry box for the display filter,Guy Harris1999-07-111-36/+72