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