aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris1-1/+2
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1-2/+2
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-38/+50
1999-08-18In "wtap_dump_close()", don't shove the return value of "fclose()" intoGuy Harris1-3/+2
1999-08-18Make "wtap_dump()" and "wtap_dump_close()" return error codes, and checkGuy Harris1-7/+22
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1-4/+102
1999-08-15Have "wtap_open_offline()" return, on failure, an indication of theGuy Harris1-4/+21
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-1/+6
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-2/+4
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-5/+1
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-5/+12
1999-02-20Add support for Cinco Networks NetXRay - which is, after their acquisionGuy Harris1-1/+6
1999-01-21I changed the wtap_open_offline() function so that it takes only theGilbert Ramirez1-70/+26
1999-01-17Add suppport for Microsoft Network Monitor Ethernet capture files.Guy Harris1-1/+11
1999-01-02Added the iptrace (AIX's packet-capture tool) file format to wiretap.Gilbert Ramirez1-1/+11
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1-68/+14
1998-11-12More patches from Guy, cleaning up warnings when using gcc -Wall.Gilbert Ramirez1-8/+9
1998-11-12I added the LANalzyer file format to wiretap. I cleaned up some code in theGilbert Ramirez1-71/+31
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-0/+208