aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Put pcapng_open() right after libpcap_open(); pcap and pcap-ng are ourGuy Harris1-2/+2
2012-04-25Handle wtap_dump_fdopen() as wtap_dump_open() eg callAnders Broman1-0/+36
2012-04-20Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson1-0/+10
2012-04-18If we see a 5View time-stamped header with a bad key, make sure weGuy Harris1-1/+1
2012-03-14Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...Jeff Morriss1-1/+0
2012-03-13Add data structure to hold information from ISB:sAnders Broman1-0/+2
2012-03-07From Martin Kaiser: correct sorting for wiretap's file type listAnders Broman1-6/+8
2012-03-04if_filter isn't a string per se,The first byte of the Option Data keeps a cod...Anders Broman1-1/+3
2012-03-02The additional_file_extensions member of struct file_type_info need notGuy Harris1-1/+1
2012-03-02From Weston Schmidt: Add mpeg-ts capture file format support. https://bugs.wi...Anders Broman1-0/+6
2012-02-21Use wtap_dump_open_ng() in tshark.Michael Tüxen1-1/+1
2012-02-21When saving a file and the are no IDBs, create a default one.Michael Tüxen1-4/+19
2012-02-21Don't dereference idb_inf in wtap_dump_open_ng() whenMichael Tüxen1-4/+9
2012-02-20From Jose Pedro Oliveira fix a typoAnders Broman1-1/+1
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman1-2/+6
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman1-1/+10
2012-01-24Add a routine to Wiretap that takes a file type value and anGuy Harris1-0/+83
2012-01-23In the table of capture file types, have:Guy Harris1-83/+105
2012-01-23Have wtap_file_extension_default_string() return the extension in theGuy Harris1-3/+8
2012-01-23Add default extension names for all file types for which we haveGuy Harris1-13/+13
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aGuy Harris1-6/+75
2012-01-21"*.*" as a pattern for a given file type is pointless, as it doesn'tGuy Harris1-21/+21
2012-01-21Get rid of an unused file type. If somebody wants it in the officialGuy Harris1-4/+0
2012-01-14NetMon 1.x format does *not* support per-packet encapsulation.Guy Harris1-2/+2
2012-01-14Get rid of unused WTAP_FILE_WTAP file type.Guy Harris1-8/+4
2011-10-26Initial support for .aps files from Aethra Telecommunications' PC108Guy Harris1-1/+7
2011-10-12From Robert Bullen: Fix for: Two minor bugs in Wiretap library:Bill Meier1-1/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-1/+1
2011-08-31From Andrew Kampjes via bug 6260:Stig Bjørlykke1-1/+1
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-1/+2
2011-06-10Fix capinfo: ** ERROR **: Unknown capture file type 61Jakub Zawadzki1-1/+5
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).Jakub Zawadzki1-2/+2
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