Revert "Fix MSVC build errors related to symbol visibility"
[metze/wireshark/wip.git] / wiretap / wtap-int.h
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...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-02-06 Guy HarrisWhether frames in an AiroPeek V9 802.11 capture have...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-05 Ulf Lamping removed some MSVC warnings (level 3)
2003-11-06 Guy HarrisFrom Scott Emberley: support for writing Network Instru...
2003-10-24 Guy HarrisMove the version number checking for libpcap files...
2003-10-01 Guy HarrisHave a pseudo-header for Ethernet packets, giving the...
2003-08-26 Guy HarrisFrom Jesper Peterson: support for Endace ERF file format.
2003-07-29 Guy HarrisClean up argument names.
2003-07-29 Guy HarrisUse GLib's macros for converting from host byte order...
2003-07-29 Guy HarrisFrom Thierry Martin: support for reading files from...
2003-01-10 Guy HarrisIt looks as if a value of 0xfa in the second byte of...
2003-01-09 Guy HarrisIt appears that ATM sniffer files with 4.x versions...
2003-01-07 Guy HarrisProperly turn the raw ISDN channel number field into...
2002-11-27 Guy HarrisThe arguments to the "pntoh" and "pletoh" macros could...
2002-11-01 Guy HarrisFix up the handling of WAN captures somewhat, based...
2002-10-31 Guy HarrisDiscard the WTAP_ENCAP_LAPD encapsulation type in favor...
2002-10-15 Guy HarrisFrom Jason House: include <winsock2.h> early in "wtap...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-07-31 Jörg MayerUse <zlib.h> instead of "zlib.h"
2002-07-29 Guy HarrisFrom Joerg Mayer:
2002-06-23 Guy HarrisWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-04-08 Guy HarrisAdd an encapsulation type for "802.11 with radio inform...
2002-04-07 Guy HarrisMake the end-of-packet padding a per-capture-file property.
2002-03-05 Guy HarrisMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 Guy HarrisHave "wtap_seek_read()" return 0 on success and -1...
2002-01-18 Guy HarrisThe time base in an EtherPeek capture isn't necessarily...
2002-01-18 Guy HarrisIn the EtherPeek file reader, keep the capture start...
2001-12-13 Gilbert RamirezDon't leak memory when closing a pppdump trace file.
2001-12-04 Guy HarrisMake the bytes-written information from Wiretap a long...
next