Stop loading a pcapng file with multiple section header blocks.
[metze/wireshark/wip.git] / wiretap / wtap-int.h
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...
2001-12-04 Guy HarrisSupport for stopping capture at specified capture file...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-08-25 Guy HarrisThe return value from "fwrite()" is a "size_t"; make...
2001-02-13 Guy HarrisYou have to define "htolell()" on little-endian platfor...
2001-02-13 Guy HarrisChanges from Chris Jepeway to
2000-11-12 Guy Harris"wtap_loop()" no longer has problems with packet offset...
2000-09-19 Gilbert RamirezAdd support for reading pppd log files in wiretap.
2000-09-07 Gilbert RamirezChange wtap_read() API so that the data offset is set...
2000-08-25 Gilbert RamirezMove #include <time.h> into wtap-int.h instead of requi...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-11 Guy HarrisIf we have a random stream open for a compressed Sniffe...
2000-08-08 Mike HallAdded wiretap support to read the Cisco Secure Intrusio...
2000-07-26 Guy HarrisIn the final scene of the horror movie, just when you...
2000-05-25 Guy HarrisSupport for reading compressed Sniffer files, from...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...