aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-10Move the definition of the structure pointed to by a FILE_T intoGuy Harris1-26/+1
2011-04-08Just make the fh member of a wtap_dumper_t a void * for now, and, in allGuy Harris1-3/+5
2011-04-08From Jakub Zawadzki:Guy Harris1-3/+30
2011-04-06From Jakub Zawadzki:Guy Harris1-2/+2
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-2/+21
2010-06-06Move the seekback stuff out of esc_read() to the one place where it'sGuy Harris1-0/+9
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris1-3/+2
2010-04-21From Chris Maynard:Guy Harris1-1/+17
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-149/+2
2010-02-24Move the definition of the private data structure from wtap-int.h to theGuy Harris1-7/+0
2010-02-24Define the private data structures for some particular capture fileGuy Harris1-48/+0
2009-10-26Get rid of capture.catapult_dct2000, move start time of capture into file_ext...Martin Mathieson1-6/+0
2009-06-27Add support for writing pcapng files with multipleMichael Tüxen1-0/+6
2009-06-18Fix for bug 3539: Address as signess issue for fcs_len.Michael Tüxen1-1/+1
2009-06-01From Ravi Kondamuru via bug 3457: Stig Bjørlykke1-0/+21
2009-05-22From Kovarththanan Rajaratnam via bug 2680:Gerald Combs1-0/+1
2009-05-03Use a dynamic glib array instead of a static C array forMichael Tüxen1-3/+5
2009-05-02Whitespace change.Michael Tüxen1-1/+1
2009-03-09P64 fixes.Gerald Combs1-2/+2
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-1/+2
2008-02-10Do the time calculations with 64-bit integers, rather than in floatingGuy Harris1-1/+1
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1Bill Meier1-1/+1
2008-01-20Introduce BSWAP64() and use it in the pcapng codeStephen Fisher1-1/+10
2008-01-18decode IDB options (if_tsaccur and if_fcslen)Ulf Lamping1-0/+1
2008-01-13add very experimental support for pcapng "PCAP Next Generation Dump File Form...Ulf Lamping1-0/+7
2007-10-08From Florent DROUIN:Anders Broman1-7/+28
2007-08-21From Shaun Jackman <sjackman@gmail.com> / bug 1753:Richard van der Hoff1-1/+1
2007-06-08From Stephen Donnelly of Endace:Guy Harris1-1/+1
2007-05-29Another sniffer timestamp display fix; addresses bug 866 and other reports.Bill Meier1-1/+1
2007-05-28Throw in some casts to suppress warnings.Guy Harris1-7/+7
2007-05-28Change the Wiretap code so that it doesn't dereferenceGuy Harris1-14/+46
2007-05-05fix win32 build by using wtap_get_num_file_types() instead of direct variable...Ulf Lamping1-0/+2
2007-03-25All private data for a capture in a Wiretap module must be per-file, notGuy Harris1-1/+7
2006-12-25Fix indentation.Guy Harris1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-9/+9
2006-04-14From Martin Mathieson:Anders Broman1-0/+11
2005-11-25From Martin Warnes:Anders Broman1-0/+7
2005-10-22Add #defines for the DOS Sniffer network types and for various frameGuy Harris1-1/+1
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-0/+3
2005-09-09From Bill Meier:Guy Harris1-1/+3
2005-08-30Add support for slightly modified libpcap file format with nanosecond resolut...Ulf Lamping1-0/+3
2005-08-26Ethereal now requires 64-bit integer support, so get rid of the tests ofGuy Harris1-10/+2
2005-08-25timestamp display precision:Ulf Lamping1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-2/+4
2005-06-17- Write rf5 files (I don't think tektronix software will be able to read thes...Luis Ontanon1-0/+8
2005-06-10Initial checkin of the 32 bit tektronix k12 binary format (rf5)Luis Ontanon1-0/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-06Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or anGuy Harris1-1/+6
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-3/+3
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping1-3/+3