summaryrefslogtreecommitdiff
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris1-5/+6
2011-05-09If a gzipped file's name ends in .caz, don't check the CRC - it'sGuy Harris1-9/+8
2011-05-03From Tom Brezinski - fix for bug 5869:Guy Harris1-2/+2
2011-04-21In a dump_open routine, you don't need to seek to the beginning of theGuy Harris1-4/+4
2011-04-20Sigh. The "data" element of a GArray is, alas, a "gchar *", not a "voidGuy Harris1-4/+4
2011-04-14Check for _setmode() failing, Just In Case. Squelches some MSVC staticGuy Harris1-10/+32
2011-04-12From Jakub Zawadzki: speed up random access to gzipped files, as per theGuy Harris1-4/+7
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-22/+33
2011-04-11Don't use the zlib I/O routines for writing compressed files, either;Guy Harris1-21/+7
2011-04-10To fill in a ws_statb64, you must use ws_fstat64.Guy Harris1-1/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-2/+2
2011-04-08Just make the fh member of a wtap_dumper_t a void * for now, and, in allGuy Harris1-9/+9
2011-04-08From Jakub Zawadzki:Guy Harris1-8/+8
2011-04-06From Jakub Zawadzki:Guy Harris1-2/+2
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-73/+86
2011-02-16Fix errors found by the Visual C++ analyzer.Gerald Combs1-2/+2
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