Do a deep copy in wtap_block_add_custom_option().
[metze/wireshark/wip.git] / wiretap / wtap-int.h
2016-06-01 Michael MannAdd data structures necessary to support multiple Name...
2016-06-01 Michael MannAdd data structures necessary to support multiple Secti...
2016-02-23 Michael MannMaking wiretap option blocks more generic.
2016-01-29 Guy HarrisNo need for a routine to return a GSList of extensions...
2015-11-10 Guy HarrisAdd a comment for is_stdout.
2015-11-10 Guy HarrisSkip only the actual file descriptor close when writing...
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-11-08 Guy HarrisMore unnecessary <stdio.h> includes.
2015-08-20 Hadriel KaplanRemove unused struct member from wtap
2015-08-06 Hadriel KaplanPcapng: support Name Resolution Block options
2015-02-28 Guy HarrisRemove some unneeded includes of <sys/time.h>.
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-17 Peter Wuwiretap: remove unused code, drop number_of_interfaces
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-19 Michael MannAdd capture file reader/writer support for Lua so scrip...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-29 Jakub ZawadzkiReplace macros: BSWAP16, BSWAP32, BSWAP64 with glib...
2013-11-29 Jakub ZawadzkiExpand macros: htoles(), htolel(), htolell()
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-09-22 Anders BromanGet rid of struct addrinfo, use the hastables for name...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-03-17 Anders BromanFrom beroset:
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-28 Balint ReczeyExport libwiretap symbols using WS_DLL_PUBLIC define
2012-10-18 Guy HarrisWrap lines a little differently.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-04-26 Guy HarrisPut the pseudo-header information for Veriwave packets...
2012-04-18 Guy HarrisFix some indentation errors from the previous change.
2012-04-18 Guy HarrisGet rid of tabs, so we don't have to worry about 4...
2012-02-20 Anders BromanHandle reading and writing of multiple IDB:s, write...
2012-02-15 Anders BromanMake it possible to get inforamtion from the read SHB...
2012-02-13 Anders BromanWhite space changes.
2012-02-11 Anders BromanAdd the abillity to read and write option comments...
2012-02-09 Anders BromanAdd pcapng variables to wtap_pkthdr.
2012-01-21 Guy HarrisReplace wtap_file_extensions_string() with a routine...
2011-11-17 Guy HarrisRename pletonll() to reflect what it actually does...
2011-11-17 Guy HarrisA new macro needed by the WTAP_ENCAP_PER_PACKET support...
2011-09-21 Bill MeierFix ex "modeline" so it works;
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-06-09 Guy HarrisThe only place where we care about zlib is file_wrapper...
2011-06-04 Balint ReczeyFix wiretap headers to allow error-free ABI dumping.
2011-05-31 Chris MaynardDeclare the snapshot_length as unsigned.
2011-05-09 Guy HarrisGet rid of the fd member of a wth structure; the FILE_T...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 Guy HarrisFrom Jakub Zawadzki: speed up random access to gzipped...
2011-04-10 Guy HarrisMove the definition of the structure pointed to by...
2011-04-08 Guy HarrisJust make the fh member of a wtap_dumper_t a void ...
2011-04-08 Guy HarrisFrom Jakub Zawadzki:
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2011-03-24 Gerald CombsAdd initial pcapng name resolution record support....
2010-06-06 Guy HarrisMove the seekback stuff out of esc_read() to the one...
2010-06-06 Guy HarrisRename wtap_dump_file_write_all() to wtap_dump_file_wri...
2010-04-21 Guy HarrisFrom Chris Maynard:
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2010-02-24 Guy HarrisMove the definition of the private data structure from...
2010-02-24 Guy HarrisDefine the private data structures for some particular...
2009-10-26 Martin MathiesonGet rid of capture.catapult_dct2000, move start time...
2009-06-27 Michael TüxenAdd support for writing pcapng files with multiple
2009-06-18 Michael TüxenFix for bug 3539: Address as signess issue for fcs_len.
2009-06-01 Stig BjørlykkeFrom Ravi Kondamuru via bug 3457:
2009-05-22 Gerald CombsFrom Kovarththanan Rajaratnam via bug 2680:
2009-05-03 Michael TüxenUse a dynamic glib array instead of a static C array for
2009-05-02 Michael TüxenWhitespace change.
2009-03-09 Gerald CombsP64 fixes.
2008-10-24 Bill MeierWindows build: #include winsock2.h only when needed.
2008-02-10 Guy HarrisDo the time calculations with 64-bit integers, rather...
2008-02-09 Bill MeierFix (Sun) compiler warnings as reported by David Kirkby...
2008-01-20 Stephen FisherIntroduce BSWAP64() and use it in the pcapng code
2008-01-18 Ulf Lampingdecode IDB options (if_tsaccur and if_fcslen)
2008-01-13 Ulf Lampingadd very experimental support for pcapng "PCAP Next...
2007-10-08 Anders BromanFrom Florent DROUIN:
2007-08-21 Richard van der... From Shaun Jackman <sjackman@gmail.com> / bug 1753:
2007-06-08 Guy HarrisFrom Stephen Donnelly of Endace:
2007-05-29 Bill MeierAnother sniffer timestamp display fix; addresses bug...
2007-05-28 Guy HarrisThrow in some casts to suppress warnings.
2007-05-28 Guy HarrisChange the Wiretap code so that it doesn't dereference
2007-05-05 Ulf Lampingfix win32 build by using wtap_get_num_file_types()...
2007-03-25 Guy HarrisAll private data for a capture in a Wiretap module...
2006-12-25 Guy HarrisFix indentation.
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-04-14 Anders BromanFrom Martin Mathieson:
2005-11-25 Anders BromanFrom Martin Warnes:
2005-10-22 Guy HarrisAdd #defines for the DOS Sniffer network types and...
2005-09-14 Ulf Lampingadded compression support for capture file output....
2005-09-09 Guy HarrisFrom Bill Meier:
2005-08-30 Ulf LampingAdd support for slightly modified libpcap file format...
2005-08-26 Guy HarrisEthereal now requires 64-bit integer support, so get...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-06-17 Luis Ontanon- Write rf5 files (I don't think tektronix software...
2005-06-10 Luis OntanonInitial checkin of the 32 bit tektronix k12 binary...
next