aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for Cinco Networks NetXRay - which is, after their acquisionGuy Harris1999-02-201-1/+6
* I changed the wtap_open_offline() function so that it takes only theGilbert Ramirez1999-01-211-70/+26
* Add suppport for Microsoft Network Monitor Ethernet capture files.Guy Harris1999-01-171-1/+11
* Added the iptrace (AIX's packet-capture tool) file format to wiretap.Gilbert Ramirez1999-01-021-1/+11
* Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1998-11-151-68/+14
* More patches from Guy, cleaning up warnings when using gcc -Wall.Gilbert Ramirez1998-11-121-8/+9
* I added the LANalzyer file format to wiretap. I cleaned up some code in theGilbert Ramirez1998-11-121-71/+31
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-0/+208