aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Put the pseudo-header information for Veriwave packets into the bufferGuy Harris1-0/+10
2012-04-18Fix some indentation errors from the previous change.Guy Harris1-3/+3
2012-04-18Get rid of tabs, so we don't have to worry about 4-space vs. 8-space tabs.Guy Harris1-160/+161
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman1-3/+11
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman1-3/+5
2012-02-13White space changes.Anders Broman1-4/+4
2012-02-11Add the abillity to read and write option comments unedited.Anders Broman1-21/+21
2012-02-09Add pcapng variables to wtap_pkthdr.Anders Broman1-4/+6
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aGuy Harris1-0/+3
2011-11-17Rename pletonll() to reflect what it actually does, namely convert aGuy Harris1-2/+2
2011-11-17A new macro needed by the WTAP_ENCAP_PER_PACKET support for writingGuy Harris1-0/+8
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-1/+1
2011-06-09The only place where we care about zlib is file_wrappers.c; includeGuy Harris1-4/+0
2011-06-04Fix wiretap headers to allow error-free ABI dumping.Balint Reczey1-2/+0
2011-05-31Declare the snapshot_length as unsigned.Chris Maynard1-1/+1
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris1-1/+4
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-4/+4
2011-04-12From Jakub Zawadzki: speed up random access to gzipped files, as per theGuy Harris1-0/+1
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