aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-06Create (fake)interface information when loading a libpcap file it might be ne...etxrab1-1/+27
2012-07-20Add a routine that, given a set of packet encapsulation types, returnsguy1-13/+32
2012-07-11AARGH. There are two lumps of (almost-)identical code to handleguy1-41/+26
2012-07-10Set the time units per second correctly if, in wtap_dump_open_ng(),guy1-1/+1
2012-07-09The names "etherpeek" and "airopeek" are a bit misleading, as theguy1-10/+10
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-36/+177
2012-03-07From Martin Kaiser: correct sorting for wiretap's file type listetxrab1-6/+8
2012-03-04if_filter isn't a string per se,The first byte of the Option Data keeps a cod...etxrab1-1/+3
2012-03-02The additional_file_extensions member of struct file_type_info need notguy1-1/+1
2012-03-02From Weston Schmidt: Add mpeg-ts capture file format support. https://bugs.wi...etxrab1-0/+6
2012-02-21Use wtap_dump_open_ng() in tshark.tuexen1-1/+1
2012-02-21When saving a file and the are no IDBs, create a default one.tuexen1-4/+19
2012-02-21Don't dereference idb_inf in wtap_dump_open_ng() whentuexen1-4/+9
2012-02-20From Jose Pedro Oliveira fix a typoetxrab1-1/+1
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...etxrab1-2/+6
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.etxrab1-1/+10
2012-01-24Add a routine to Wiretap that takes a file type value and anguy1-0/+83
2012-01-23In the table of capture file types, have:guy1-83/+105
2012-01-23Have wtap_file_extension_default_string() return the extension in theguy1-3/+8
2012-01-23Add default extension names for all file types for which we haveguy1-13/+13
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aguy1-6/+75
2012-01-21"*.*" as a pattern for a given file type is pointless, as it doesn'tguy1-21/+21
2012-01-21Get rid of an unused file type. If somebody wants it in the officialguy1-4/+0
2012-01-14NetMon 1.x format does *not* support per-packet encapsulation.guy1-2/+2
2012-01-14Get rid of unused WTAP_FILE_WTAP file type.guy1-8/+4
2011-10-26Initial support for .aps files from Aethra Telecommunications' PC108guy1-1/+7
2011-10-12From Robert Bullen: Fix for: Two minor bugs in Wiretap library:wmeier1-1/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy1-1/+1
2011-08-31From Andrew Kampjes via bug 6260:stig1-1/+1
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orgerald1-1/+2
2011-06-10Fix capinfo: ** ERROR **: Unknown capture file type 61darkjames1-1/+5
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).darkjames1-2/+2
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatguy1-5/+6
2011-05-09If a gzipped file's name ends in .caz, don't check the CRC - it'sguy1-9/+8
2011-05-03From Tom Brezinski - fix for bug 5869:guy1-2/+2
2011-04-21In a dump_open routine, you don't need to seek to the beginning of theguy1-4/+4
2011-04-20Sigh. The "data" element of a GArray is, alas, a "gchar *", not a "voidguy1-4/+4
2011-04-14Check for _setmode() failing, Just In Case. Squelches some MSVC staticguy1-10/+32
2011-04-12From Jakub Zawadzki: speed up random access to gzipped files, as per theguy1-4/+7
2011-04-12"This file format can't be written to a pipe" and "this file formatguy1-22/+33
2011-04-11Don't use the zlib I/O routines for writing compressed files, either;guy1-21/+7
2011-04-10To fill in a ws_statb64, you must use ws_fstat64.guy1-1/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64guy1-2/+2
2011-04-08Just make the fh member of a wtap_dumper_t a void * for now, and, in allguy1-9/+9
2011-04-08From Jakub Zawadzki:guy1-8/+8
2011-04-06From Jakub Zawadzki:guy1-2/+2
2011-03-24Add initial pcapng name resolution record support. Wireshark has readgerald1-73/+86
2011-02-16Fix errors found by the Visual C++ analyzer.gerald1-2/+2
2011-01-31Return a string (even though abort is called first) to pacify gcc.martinm1-0/+1