aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up some ANSI C nits pointed out by "gcc -pedantic".Guy Harris1999-11-181-8/+1
* Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1999-11-081-1/+2
* Pop up a message box if a search for a frame fails.Guy Harris1999-11-061-2/+2
* Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1999-11-061-4/+9
* When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1999-10-111-5/+3
* Get rid of some unused fields in a "capture_file" structure.Guy Harris1999-10-021-4/+1
* Add an item to the "File/Print" dialog box to ask that the full hex dataGuy Harris1999-09-291-11/+1
* Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1999-09-231-1/+2
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-221-2/+35
* Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1999-09-121-1/+3
* Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1999-09-121-2/+10
* Don't do file-read progress bar updates with a timeout; instead, updateGuy Harris1999-08-281-1/+4
* Added John McDermott's colorization routines. There's still someGilbert Ramirez1999-08-241-1/+9
* Remove the include of <sys/time.h> from "file.h" - it's neitherGuy Harris1999-08-221-6/+1
* DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1999-08-221-8/+2
* Re-arranged Ethereal's definitions of DLT_RAW et al. since capture.cGilbert Ramirez1999-08-181-1/+2
* Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1999-08-181-5/+3
* Don't preserve the read filter from file to file - you won't necessarilyGuy Harris1999-08-151-3/+3
* Have "wtap_open_offline()" return, on failure, an indication of theGuy Harris1999-08-151-14/+1
* "read_cap_file()" doesn't need to be passed a file name as an argument -Guy Harris1999-08-151-2/+2
* Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".Guy Harris1999-08-151-2/+2
* Moved global memory alloction used in display filters (which was storedGilbert Ramirez1999-08-131-2/+6
* Changed two #include <>'s to #include "" 's, for stylistic reasons only.Gilbert Ramirez1999-08-111-2/+2
* More whitespace fixups, and fix a typo in a comment.Guy Harris1999-08-101-4/+4
* Fix up whitespace.Guy Harris1999-08-101-2/+2
* Add the ability to specify a filter to be used when reading the file toGuy Harris1999-08-101-29/+30
* Building a GList by adding elements to the end with "g_list_append()" isGuy Harris1999-08-101-2/+3
* Allow compilation of ethereal in a directory different thanLaurent Deniel1999-08-071-2/+2
* Added a progress bar to the display filter computation. Unfortunately,Gilbert Ramirez1999-08-051-1/+2
* Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1999-08-021-1/+2
* Turn "protocol_tree" and "fd" from global variables into members of aGuy Harris1999-07-241-1/+4
* Have "close_cap_file()" disable all menu items that make sense only ifGuy Harris1999-07-241-1/+4
* Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1999-07-231-2/+3
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+6
* Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1999-07-091-2/+11
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-57/+6
* Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1999-06-221-1/+4
* Update the display if the "command-line-specified" time format isGuy Harris1999-06-221-2/+3
* Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris1999-06-191-3/+4
* Improve the alert boxes put up for file open/read/write errors. (SomeGuy Harris1999-06-121-1/+23
* Live data capture and display enhancement that allows network capture andLaurent Deniel1999-05-111-1/+3
* Capturing packets from ethereal now saves the capture in an "anonymous" buffe...Gilbert Ramirez1999-04-061-2/+5
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-3/+9
* Make the minimum and maximum packet sizes #defines.Guy Harris1999-02-111-2/+2
* I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1999-01-071-1/+3
* Added the iptrace (AIX's packet-capture tool) file format to wiretap.Gilbert Ramirez1999-01-021-1/+3
* * Added column formatting functionality.Gerald Combs1998-11-171-2/+3
* Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1998-11-151-22/+18
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-2/+14
* - Added match_strval function to packet.cGerald Combs1998-10-121-2/+3