aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-20Fix a typo in a commentwmeier1-1/+1
2010-10-20From Hadriel Kaplan: IPFIX file format support.wmeier1-4/+8
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveguy1-41/+41
2010-06-05From Rolf Fiedler: support for writing EyeSDN trace files.guy1-2/+2
2010-02-28Added svn:ignore targets.stig1-2/+2
2010-02-27Constify.guy1-3/+4
2010-02-23Squelch some compiler warnings (some of which indicate potentialguy1-13/+13
2009-12-23The maker of *Peek is WildPackets, InterCap and all, not Wildpacket.guy1-3/+3
2009-10-17From Marton Nemeth:stig1-0/+5
2009-06-15Rename all of the ascend files:jmayer1-1/+1
2009-06-01From Ravi Kondamuru via bug 3457: stig1-2/+13
2009-05-24From Fred Fierling (bug 3486):stig1-1/+6
2009-05-22From Kovarththanan Rajaratnam via bug 2680:gerald1-1/+17
2009-04-23Added PacketLogger to dump_open_table_base to be able to open pklg filesstig1-1/+4
2009-03-09P64 fixes.gerald1-2/+2
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files tosfisher1-1/+4
2009-01-07From Duncan Salerno:jake1-1/+6
2009-01-04Fix some indentationwmeier1-13/+13
2008-11-27Added support for open TNEF files directly.stig1-1/+9
2008-09-15Fix for bug 2875:jake1-10/+21
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-29/+29
2008-02-03From Shane Kearns (bug 2237):stig1-2/+6
2008-01-13add very experimental support for pcapng "PCAP Next Generation Dump File Form...ulfl1-1/+7
2007-11-26Add writing support for the CommView file format.sfisher1-1/+1
2007-11-24Initial checkin of support to read TamoSoft's CommView packet capture filessfisher1-0/+6
2007-08-17(http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)sake1-1/+11
2007-06-08From Stephen Donnelly of Endace:guy1-1/+1
2007-06-06Actually implement wtap_register_file_type() and have it returning the ID of ...lego1-11/+35
2007-05-05fix win32 build by using wtap_get_num_file_types() instead of direct variable...ulfl1-0/+5
2007-05-04Add a plugin interface to wiretap.lego1-32/+41
2007-05-02add support for the text export format of textronix k1[25]lego1-1/+6
2007-03-22From Shaun Jackmansahlberg1-0/+5
2006-11-29Froim Rene Pilz:etxrab1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-2/+2
2006-06-23add file extension information (filter "*.pcap;*.cap" and default extension "...ulfl1-114/+153
2006-06-06Ethereal -> Wiresharkgerald1-3/+3
2006-05-22ethereal->wireshark updatessahlberg1-1/+1
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