aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-03Change from Ed Meaney - write capture files in binary, rather than ASCIIGuy Harris1-3/+3
2000-01-24Added the O_BINARY flag to open() for win32.Gilbert Ramirez1-2/+7
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-40/+2
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-1/+7
1999-12-15One field in the NetXRay header appears to be the number of frames inGuy Harris1-2/+2
1999-12-14Added support for writing netxray version 1.1 dumps.Nathan Neulinger1-2/+2
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1-2/+9
1999-12-12Add short names (for "editcap" command lines and the like) for theGuy Harris1-3/+3
1999-12-11Provide different file types for "modified" and Red Hat 6.1 "libpcap"Guy Harris1-4/+8
1999-12-05Expand on the description of "libpcap" and "snoop" capture file formats.Guy Harris1-3/+3
1999-12-04Oops! First check if the short name in the "dump_open_table[]" entry isGuy Harris1-2/+3
1999-12-04Give those capture file formats we can write a "short name", to be usedGuy Harris1-19/+42
1999-12-04Fix some names.Guy Harris1-10/+10
1999-12-04More infrastructure changes for Ethereal - makeGuy Harris1-8/+8
1999-12-04Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris1-29/+148
1999-12-04Null out the "pointer to private data" member of a "wtap_dumper"Guy Harris1-1/+2
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1-9/+12
1999-12-04Add support to Wiretap for writing "snoop"-format capture files.Guy Harris1-15/+23
1999-11-10Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez1-9/+9
1999-10-31The answer to the question "why pass err to open_routines[i]() if err isGuy Harris1-4/+1
1999-10-31Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez1-2/+19
1999-10-18Olivier Abad's patches to add:Guy Harris1-2/+4
1999-10-05Better handle errors from zlib:Guy Harris1-1/+38
1999-09-24Fix it so that it builds with "--disable-zlib".Guy Harris1-3/+2
1999-09-23When reading a capture file, we can detect whether it's compressed orGuy Harris1-9/+9
1999-09-23Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1-2/+9
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-14/+15
1999-09-11Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1-2/+10
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