aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-14From Martin Mathieson:Anders Broman1-0/+5
2006-02-17even if we don't want to close stdout on wtap_dump_close(), we might at least...Ulf Lamping1-1/+4
2006-01-06code cleanup: use "-" for all places, where stdin/stdout is meantUlf Lamping1-2/+2
2006-01-05Win32: set stdout to binary mode in wtap_dump_fdopen(), so tethereal is also ...Ulf Lamping1-0/+6
2005-11-25From Martin Warnes:Anders Broman1-0/+11
2005-11-07If we're using libz, make file_open() construct the open() flagGuy Harris1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-19/+8
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-80/+200
2005-08-30Add support for slightly modified libpcap file format with nanosecond resolut...Ulf Lamping1-0/+4
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-0/+1
2005-06-17- Write rf5 files (I don't think tektronix software will be able to read thes...Luis Ontanon1-1/+1
2005-06-10Initial checkin of the 32 bit tektronix k12 binary format (rf5)Luis Ontanon1-2/+9
2005-03-01The DBS Etherwatch file handler does look for a magic number (the wordGuy Harris1-1/+1
2005-01-28From Yoshihiro Oyama: support "-" as a file name, referring to theGuy Harris1-4/+40
2004-10-11From Mark C. Brown: add support for writing nettl files.Guy Harris1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris1-1/+6
2004-06-29define of O_BINARY not needed, if fcntl.h is includedUlf Lamping1-6/+1
2004-04-28From Joe Marcus Clarke: force the standard output to be in binary modeGuy Harris1-3/+6
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris1-1/+7
2004-02-06V9 format appears to be used by some versions of EtherPeek, too.Guy Harris1-2/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-4/+5
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureGuy Harris1-1/+7
2003-12-01It's RedHat, not Red Hat.Richard Sharpe1-2/+2
2003-11-06From Scott Emberley: support for writing Network Instruments ObserverGuy Harris1-2/+2
2003-10-31From Scott Emberley: support for reading Network Instruments version 9Guy Harris1-1/+7
2003-10-30From Marcel Holtmann: support for reading Linux Bluez Bluetooth stackGuy Harris1-1/+7
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-20/+1
2003-08-26From Jesper Peterson: support for Endace ERF file format.Guy Harris1-1/+7
2003-08-23Use "file_access.c", not "file_io.c", as the latter is already in use inGuy Harris1-0/+703