aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-17Rename pletonll() to reflect what it actually does, namely convert aguy1-2/+2
2011-11-17A new macro needed by the WTAP_ENCAP_PER_PACKET support for writingguy1-0/+8
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy1-1/+1
2011-06-09The only place where we care about zlib is file_wrappers.c; includeguy1-4/+0
2011-06-04Fix wiretap headers to allow error-free ABI dumping.rbalint1-2/+0
2011-05-31Declare the snapshot_length as unsigned.cmaynard1-1/+1
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatguy1-1/+4
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-4/+4
2011-04-12From Jakub Zawadzki: speed up random access to gzipped files, as per theguy1-0/+1
2011-04-10Move the definition of the structure pointed to by a FILE_T intoguy1-26/+1
2011-04-08Just make the fh member of a wtap_dumper_t a void * for now, and, in allguy1-3/+5
2011-04-08From Jakub Zawadzki:guy1-3/+30
2011-04-06From Jakub Zawadzki:guy1-2/+2
2011-03-24Add initial pcapng name resolution record support. Wireshark has readgerald1-2/+21
2010-06-06Move the seekback stuff out of esc_read() to the one place where it'sguy1-0/+9
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveguy1-3/+2
2010-04-21From Chris Maynard:guy1-1/+17
2010-02-27Constify.guy1-149/+2
2010-02-24Move the definition of the private data structure from wtap-int.h to theguy1-7/+0
2010-02-24Define the private data structures for some particular capture fileguy1-48/+0
2009-10-26Get rid of capture.catapult_dct2000, move start time of capture into file_ext...martinm1-6/+0
2009-06-27Add support for writing pcapng files with multipletuexen1-0/+6
2009-06-18Fix for bug 3539: Address as signess issue for fcs_len.tuexen1-1/+1
2009-06-01From Ravi Kondamuru via bug 3457: stig1-0/+21
2009-05-22From Kovarththanan Rajaratnam via bug 2680:gerald1-0/+1
2009-05-03Use a dynamic glib array instead of a static C array fortuexen1-3/+5
2009-05-02Whitespace change.tuexen1-1/+1
2009-03-09P64 fixes.gerald1-2/+2
2008-10-24Windows build: #include winsock2.h only when needed.wmeier1-1/+2
2008-02-10Do the time calculations with 64-bit integers, rather than in floatingguy1-1/+1
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1wmeier1-1/+1
2008-01-20Introduce BSWAP64() and use it in the pcapng codesfisher1-1/+10
2008-01-18decode IDB options (if_tsaccur and if_fcslen)ulfl1-0/+1
2008-01-13add very experimental support for pcapng "PCAP Next Generation Dump File Form...ulfl1-0/+7
2007-10-08From Florent DROUIN:etxrab1-7/+28
2007-08-21From Shaun Jackman <sjackman@gmail.com> / bug 1753:richardv1-1/+1
2007-06-08From Stephen Donnelly of Endace:guy1-1/+1
2007-05-29Another sniffer timestamp display fix; addresses bug 866 and other reports.wmeier1-1/+1
2007-05-28Throw in some casts to suppress warnings.guy1-7/+7
2007-05-28Change the Wiretap code so that it doesn't dereferenceguy1-14/+46
2007-05-05fix win32 build by using wtap_get_num_file_types() instead of direct variable...ulfl1-0/+2
2007-03-25All private data for a capture in a Wiretap module must be per-file, notguy1-1/+7
2006-12-25Fix indentation.guy1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-9/+9
2006-04-14From Martin Mathieson:etxrab1-0/+11
2005-11-25From Martin Warnes:etxrab1-0/+7
2005-10-22Add #defines for the DOS Sniffer network types and for various frameguy1-1/+1
2005-09-14added compression support for capture file output. The Save/As dialog now has...ulfl1-0/+3
2005-09-09From Bill Meier:guy1-1/+3