aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for reading Apple's Bluetooth PacketLogger capture files toStephen Fisher2009-02-161-1/+4
* From Duncan Salerno:Jaap Keuter2009-01-071-1/+6
* Fix some indentationBill Meier2009-01-041-13/+13
* Added support for open TNEF files directly.Stig Bjørlykke2008-11-271-1/+9
* Fix for bug 2875:Jaap Keuter2008-09-151-10/+21
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-29/+29
* From Shane Kearns (bug 2237):Stig Bjørlykke2008-02-031-2/+6
* add very experimental support for pcapng "PCAP Next Generation Dump File Form...Ulf Lamping2008-01-131-1/+7
* Add writing support for the CommView file format.Stephen Fisher2007-11-261-1/+1
* Initial checkin of support to read TamoSoft's CommView packet capture filesStephen Fisher2007-11-241-0/+6
* (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)Sake Blok2007-08-171-1/+11
* From Stephen Donnelly of Endace:Guy Harris2007-06-081-1/+1
* Actually implement wtap_register_file_type() and have it returning the ID of ...Luis Ontanon2007-06-061-11/+35
* fix win32 build by using wtap_get_num_file_types() instead of direct variable...Ulf Lamping2007-05-051-0/+5
* Add a plugin interface to wiretap.Luis Ontanon2007-05-041-32/+41
* add support for the text export format of textronix k1[25]Luis Ontanon2007-05-021-1/+6
* From Shaun JackmanRonnie Sahlberg2007-03-221-0/+5
* Froim Rene Pilz:Anders Broman2006-11-291-1/+1
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-2/+2
* add file extension information (filter "*.pcap;*.cap" and default extension "...Ulf Lamping2006-06-231-114/+153
* Ethereal -> WiresharkGerald Combs2006-06-061-3/+3
* ethereal->wireshark updatesRonnie Sahlberg2006-05-221-1/+1
* Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...Graeme Lunt2006-05-081-1/+7
* From Martin Mathieson:Anders Broman2006-04-141-0/+5
* even if we don't want to close stdout on wtap_dump_close(), we might at least...Ulf Lamping2006-02-171-1/+4
* code cleanup: use "-" for all places, where stdin/stdout is meantUlf Lamping2006-01-061-2/+2
* Win32: set stdout to binary mode in wtap_dump_fdopen(), so tethereal is also ...Ulf Lamping2006-01-051-0/+6
* From Martin Warnes:Anders Broman2005-11-251-0/+11
* If we're using libz, make file_open() construct the open() flagGuy Harris2005-11-071-1/+1
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-19/+8
* added compression support for capture file output. The Save/As dialog now has...Ulf Lamping2005-09-141-80/+200
* Add support for slightly modified libpcap file format with nanosecond resolut...Ulf Lamping2005-08-301-0/+4
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-0/+1
* - Write rf5 files (I don't think tektronix software will be able to read thes...Luis Ontanon2005-06-171-1/+1
* Initial checkin of the 32 bit tektronix k12 binary format (rf5)Luis Ontanon2005-06-101-2/+9
* The DBS Etherwatch file handler does look for a magic number (the wordGuy Harris2005-03-011-1/+1
* From Yoshihiro Oyama: support "-" as a file name, referring to theGuy Harris2005-01-281-4/+40
* From Mark C. Brown: add support for writing nettl files.Guy Harris2004-10-111-2/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris2004-06-301-1/+6
* define of O_BINARY not needed, if fcntl.h is includedUlf Lamping2004-06-291-6/+1
* From Joe Marcus Clarke: force the standard output to be in binary modeGuy Harris2004-04-281-3/+6
* From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris2004-02-111-1/+7
* V9 format appears to be used by some versions of EtherPeek, too.Guy Harris2004-02-061-2/+2
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-4/+5
* From Martijn Schipper: support for reading AiroPeek files in V9 captureGuy Harris2003-12-021-1/+7
* It's RedHat, not Red Hat.Richard Sharpe2003-12-011-2/+2
* From Scott Emberley: support for writing Network Instruments ObserverGuy Harris2003-11-061-2/+2
* From Scott Emberley: support for reading Network Instruments version 9Guy Harris2003-10-311-1/+7
* From Marcel Holtmann: support for reading Linux Bluez Bluetooth stackGuy Harris2003-10-301-1/+7