aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
Commit message (Expand)AuthorAgeFilesLines
* Fix wiretap headers to allow error-free ABI dumping.Balint Reczey2011-06-041-2/+0
* Declare the snapshot_length as unsigned.Chris Maynard2011-05-311-1/+1
* Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris2011-05-091-1/+4
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-4/+4
* From Jakub Zawadzki: speed up random access to gzipped files, as per theGuy Harris2011-04-121-0/+1
* Move the definition of the structure pointed to by a FILE_T intoGuy Harris2011-04-101-26/+1
* Just make the fh member of a wtap_dumper_t a void * for now, and, in allGuy Harris2011-04-081-3/+5
* From Jakub Zawadzki:Guy Harris2011-04-081-3/+30
* From Jakub Zawadzki:Guy Harris2011-04-061-2/+2
* Add initial pcapng name resolution record support. Wireshark has readGerald Combs2011-03-241-2/+21
* Move the seekback stuff out of esc_read() to the one place where it'sGuy Harris2010-06-061-0/+9
* Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris2010-06-061-3/+2
* From Chris Maynard:Guy Harris2010-04-211-1/+17
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-149/+2
* Move the definition of the private data structure from wtap-int.h to theGuy Harris2010-02-241-7/+0
* Define the private data structures for some particular capture fileGuy Harris2010-02-241-48/+0
* Get rid of capture.catapult_dct2000, move start time of capture into file_ext...Martin Mathieson2009-10-261-6/+0
* Add support for writing pcapng files with multipleMichael Tüxen2009-06-271-0/+6
* Fix for bug 3539: Address as signess issue for fcs_len.Michael Tüxen2009-06-181-1/+1
* From Ravi Kondamuru via bug 3457: Stig Bjørlykke2009-06-011-0/+21
* From Kovarththanan Rajaratnam via bug 2680:Gerald Combs2009-05-221-0/+1
* Use a dynamic glib array instead of a static C array forMichael Tüxen2009-05-031-3/+5
* Whitespace change.Michael Tüxen2009-05-021-1/+1
* P64 fixes.Gerald Combs2009-03-091-2/+2
* Windows build: #include winsock2.h only when needed.Bill Meier2008-10-241-1/+2
* Do the time calculations with 64-bit integers, rather than in floatingGuy Harris2008-02-101-1/+1
* Fix (Sun) compiler warnings as reported by David Kirkby: Part 1Bill Meier2008-02-091-1/+1
* Introduce BSWAP64() and use it in the pcapng codeStephen Fisher2008-01-201-1/+10
* decode IDB options (if_tsaccur and if_fcslen)Ulf Lamping2008-01-181-0/+1
* add very experimental support for pcapng "PCAP Next Generation Dump File Form...Ulf Lamping2008-01-131-0/+7
* From Florent DROUIN:Anders Broman2007-10-081-7/+28
* From Shaun Jackman <sjackman@gmail.com> / bug 1753:Richard van der Hoff2007-08-211-1/+1
* From Stephen Donnelly of Endace:Guy Harris2007-06-081-1/+1
* Another sniffer timestamp display fix; addresses bug 866 and other reports.Bill Meier2007-05-291-1/+1
* Throw in some casts to suppress warnings.Guy Harris2007-05-281-7/+7
* Change the Wiretap code so that it doesn't dereferenceGuy Harris2007-05-281-14/+46
* fix win32 build by using wtap_get_num_file_types() instead of direct variable...Ulf Lamping2007-05-051-0/+2
* All private data for a capture in a Wiretap module must be per-file, notGuy Harris2007-03-251-1/+7
* Fix indentation.Guy Harris2006-12-251-1/+1
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-9/+9
* From Martin Mathieson:Anders Broman2006-04-141-0/+11
* From Martin Warnes:Anders Broman2005-11-251-0/+7
* Add #defines for the DOS Sniffer network types and for various frameGuy Harris2005-10-221-1/+1
* added compression support for capture file output. The Save/As dialog now has...Ulf Lamping2005-09-141-0/+3
* From Bill Meier:Guy Harris2005-09-091-1/+3
* Add support for slightly modified libpcap file format with nanosecond resolut...Ulf Lamping2005-08-301-0/+3
* Ethereal now requires 64-bit integer support, so get rid of the tests ofGuy Harris2005-08-261-10/+2
* timestamp display precision:Ulf Lamping2005-08-251-1/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-2/+4
* - Write rf5 files (I don't think tektronix software will be able to read thes...Luis Ontanon2005-06-171-0/+8