aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-31Return a string (even though abort is called first) to pacify gcc.Martin Mathieson1-0/+1
2011-01-30Fix various instances of "unreachable code".Bill Meier1-1/+1
2010-10-20Fix a typo in a commentBill Meier1-1/+1
2010-10-20From Hadriel Kaplan: IPFIX file format support.Bill Meier1-4/+8
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris1-41/+41
2010-06-05From Rolf Fiedler: support for writing EyeSDN trace files.Guy Harris1-2/+2
2010-02-27Fix some types, to squelch compiler warnings (this should introduceGuy Harris1-2/+2
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-3/+4
2010-02-23Squelch some compiler warnings (some of which indicate potentialGuy Harris1-13/+13
2009-12-23The maker of *Peek is WildPackets, InterCap and all, not Wildpacket.Guy Harris1-3/+3
2009-10-17From Marton Nemeth:Stig Bjørlykke1-0/+5
2009-06-15Rename all of the ascend files:Jörg Mayer1-1/+1
2009-06-01From Ravi Kondamuru via bug 3457: Stig Bjørlykke1-2/+13
2009-05-24From Fred Fierling (bug 3486):Stig Bjørlykke1-1/+6
2009-05-22From Kovarththanan Rajaratnam via bug 2680:Gerald Combs1-1/+17
2009-04-23Added PacketLogger to dump_open_table_base to be able to open pklg filesStig Bjørlykke1-1/+4
2009-03-09P64 fixes.Gerald Combs1-2/+2
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files toStephen Fisher1-1/+4
2009-01-07From Duncan Salerno:Jaap Keuter1-1/+6
2009-01-04Fix some indentationBill Meier1-13/+13
2008-11-27Added support for open TNEF files directly.Stig Bjørlykke1-1/+9
2008-09-15Fix for bug 2875:Jaap Keuter1-10/+21
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-29/+29
2008-02-03From Shane Kearns (bug 2237):Stig Bjørlykke1-2/+6
2008-01-13add very experimental support for pcapng "PCAP Next Generation Dump File Form...Ulf Lamping1-1/+7
2007-11-26Add writing support for the CommView file format.Stephen Fisher1-1/+1
2007-11-24Initial checkin of support to read TamoSoft's CommView packet capture filesStephen Fisher1-0/+6
2007-08-17(http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)Sake Blok1-1/+11
2007-06-08From Stephen Donnelly of Endace:Guy Harris1-1/+1
2007-06-06Actually implement wtap_register_file_type() and have it returning the ID of ...Luis Ontanon1-11/+35
2007-05-05fix win32 build by using wtap_get_num_file_types() instead of direct variable...Ulf Lamping1-0/+5
2007-05-04Add a plugin interface to wiretap.Luis Ontanon1-32/+41
2007-05-02add support for the text export format of textronix k1[25]Luis Ontanon1-1/+6
2007-03-22From Shaun JackmanRonnie Sahlberg1-0/+5
2006-11-29Froim Rene Pilz:Anders Broman1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-2/+2
2006-06-23add file extension information (filter "*.pcap;*.cap" and default extension "...Ulf Lamping1-114/+153
2006-06-06Ethereal -> WiresharkGerald Combs1-3/+3
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...Graeme Lunt1-1/+7
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