aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-5/+5
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-4/+16
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-8/+14
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-2/+3
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-4/+4
2002-01-23Get rid of "m"/"M" and other Macintosh references in names - it appearsGuy Harris1-3/+3
2002-01-22Fix up various product names and descriptions in the lists of fileGuy Harris1-3/+3
2002-01-18It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates.Guy Harris1-3/+3
2001-12-04Support for reading Visual Networks traffic capture files, from TomGuy Harris1-6/+13
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-2/+8
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-1/+7
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-11-06Add in some heuristics to try to detect AIX libpcap format. (This worksGuy Harris1-1/+5
2001-10-28Include <unistd.h>, if we have it, to declare "unlink()".Guy Harris1-1/+5
2001-10-19DBS Etherwatch wiretap module, from Marc Milgram.Guy Harris1-1/+7
2001-10-18VMS TCPIPtrace wiretap module, from Marc Milgram.Guy Harris1-1/+7
2001-10-16Don't create a Wiretap dump file unless we're at least sure we supportGuy Harris1-32/+69
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-2/+2
2001-07-13From Joerg Mayer:Guy Harris1-3/+3
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-1/+10
2001-03-09Close the random stream, not just the sequential stream, if we got anGuy Harris1-1/+3
2001-02-22Etherpeek version 5, 6, and 7 support, from Daniel Thompson.Guy Harris1-1/+10
2001-01-25Finish up support for writing NetMon 2.x capture files.Guy Harris1-3/+3
2000-09-19Add support for reading pppd log files in wiretap.Gilbert Ramirez1-1/+7
2000-09-15Code to read capture files from some version of tcpdump from some sortGuy Harris1-1/+5
2000-08-11Miscellaneous code cleaningLaurent Deniel1-2/+9
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall1-1/+7
2000-07-31Add a comment explaining why we're defining S_ISDIR and company.Guy Harris1-1/+7
2000-07-31It appears that, at least with Visual C++ 6.0, the "stat()" supplied inGuy Harris1-4/+15
2000-07-26In the final scene of the horror movie, just when you think the monsterGuy Harris1-5/+9
2000-07-20In Tethereal:Guy Harris1-3/+7
2000-06-24Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris1-3/+3
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris1-2/+7
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-4/+4
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-8/+28
2000-05-10Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris1-4/+4
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-1/+2
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