aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file.c
AgeCommit message (Expand)AuthorFilesLines
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
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