aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
Commit message (Expand)AuthorAgeFilesLines
* Add a comment explaining why we're defining S_ISDIR and company.Guy Harris2000-07-311-1/+7
* It appears that, at least with Visual C++ 6.0, the "stat()" supplied inGuy Harris2000-07-311-4/+15
* In the final scene of the horror movie, just when you think the monsterGuy Harris2000-07-261-5/+9
* In Tethereal:Guy Harris2000-07-201-3/+7
* Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris2000-06-241-3/+3
* Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris2000-05-251-2/+7
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-4/+4
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-8/+28
* Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris2000-05-101-4/+4
* In a Network Monitor capture file, get the starting offsets of framesGuy Harris2000-03-221-1/+2
* Change from Ed Meaney - write capture files in binary, rather than ASCIIGuy Harris2000-02-031-3/+3
* Added the O_BINARY flag to open() for win32.Gilbert Ramirez2000-01-241-2/+7
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris2000-01-131-40/+2
* Some initial changes for win32 support, but not all.Gilbert Ramirez2000-01-101-1/+7
* One field in the NetXRay header appears to be the number of frames inGuy Harris1999-12-151-2/+2
* Added support for writing netxray version 1.1 dumps.Nathan Neulinger1999-12-141-2/+2
* Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1999-12-121-2/+9
* Add short names (for "editcap" command lines and the like) for theGuy Harris1999-12-121-3/+3
* Provide different file types for "modified" and Red Hat 6.1 "libpcap"Guy Harris1999-12-111-4/+8
* Expand on the description of "libpcap" and "snoop" capture file formats.Guy Harris1999-12-051-3/+3
* Oops! First check if the short name in the "dump_open_table[]" entry isGuy Harris1999-12-041-2/+3
* Give those capture file formats we can write a "short name", to be usedGuy Harris1999-12-041-19/+42
* Fix some names.Guy Harris1999-12-041-10/+10
* More infrastructure changes for Ethereal - makeGuy Harris1999-12-041-8/+8
* Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1999-12-041-29/+148
* Null out the "pointer to private data" member of a "wtap_dumper"Guy Harris1999-12-041-1/+2
* Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1999-12-041-9/+12
* Add support to Wiretap for writing "snoop"-format capture files.Guy Harris1999-12-041-15/+23
* Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez1999-11-101-9/+9
* The answer to the question "why pass err to open_routines[i]() if err isGuy Harris1999-10-311-4/+1
* Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez1999-10-311-2/+19
* Olivier Abad's patches to add:Guy Harris1999-10-181-2/+4
* Better handle errors from zlib:Guy Harris1999-10-051-1/+38
* Fix it so that it builds with "--disable-zlib".Guy Harris1999-09-241-3/+2
* When reading a capture file, we can detect whether it's compressed orGuy Harris1999-09-231-9/+9
* Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1999-09-231-2/+9
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-221-14/+15
* Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1999-09-111-2/+10
* Keep in the "wtap" structure the current offset into the file beingGuy Harris1999-08-281-1/+2
* Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1999-08-221-2/+2
* Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1999-08-191-38/+50
* In "wtap_dump_close()", don't shove the return value of "fclose()" intoGuy Harris1999-08-181-3/+2
* Make "wtap_dump()" and "wtap_dump_close()" return error codes, and checkGuy Harris1999-08-181-7/+22
* Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1999-08-181-4/+102
* Have "wtap_open_offline()" return, on failure, an indication of theGuy Harris1999-08-151-4/+21
* Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1999-08-021-1/+6
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-2/+4
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-5/+1
* Added display filters to wiretap.Gilbert Ramirez1999-03-011-5/+12