Put the optional objects in EXTRA..SOURCES instead of EXTRA_DIST.
[metze/wireshark/wip.git] / wiretap /
2010-05-16 Guy HarrisAttempt to handle isochronous descriptors between the...
2010-05-10 Martin MathiesonFix non-libz build.
2010-05-08 Guy HarrisAdd wtap_cleareof().
2010-05-07 Gerald CombsZlib has an officially-sanctioned way of clearing EOF...
2010-05-07 Gerald CombsEOF in zlib 1.2.5 seems to be sticky. When we're tailin...
2010-04-27 Anders BromanWhitespace changes.
2010-04-26 Guy HarrisClean up properly if we get an error after allocating...
2010-04-22 Guy HarrisA bit more information.
2010-04-22 Guy HarrisMore updates to reflect all the hairy details of Linux...
2010-04-22 Guy HarrisUpdate a comment to reflect recent changes and to refle...
2010-04-21 Guy HarrisFrom Chris Maynard:
2010-04-17 Stig BjørlykkeFrom Jakub Zawadzki:
2010-04-15 Stig BjørlykkeMake it build without zlib on OSX.
2010-04-08 Anders BromanFrom Stephen Donnelly:
2010-04-05 Guy HarrisTreat the first block we read, when opening, specially:
2010-03-28 Guy HarrisFrom Robert Bullen: give the Bluetooth-H4-with-Linux...
2010-03-25 Guy HarrisUpdate a comment to discuss how zlib and z_off_t has...
2010-03-18 Jörg Mayercmake changes:
2010-02-27 Guy HarrisFix some types, to squelch compiler warnings (this...
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2010-02-25 Guy HarrisHave parse_ascend() return:
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...
2010-02-23 Guy HarrisMove the declarations of wtap_pcap_encap_to_wtap_encap...
2010-02-23 Guy HarrisSquelch some compiler warnings (some of which indicate...
2010-02-23 Guy HarrisDon't use C++ keywords as variable names - prepend...
2010-02-23 Guy HarrisSquelch some (valid) warnings.
2010-02-23 Guy HarrisFix cast.
2010-02-23 Guy HarrisAttempt to squelch some compiler warnings.
2010-02-02 Anders BromanFrom Stephen Donnelly:
2010-02-01 Anders BromanFrom Tobias Witek:
2010-01-27 Guy HarrisFix a comment.
2010-01-23 Jaap KeuterFix for bug 4408:
2010-01-18 Bill MeierFix gcc -Wshadow warnings ....
2009-12-23 Guy HarrisThe maker of *Peek is WildPackets, InterCap and all...
2009-12-17 Stig BjørlykkeFrom Petr Sumbera:
2009-12-09 Stephen FisherWhen reading NetMon capture files version 2.1 and highe...
2009-12-08 Stephen FisherFrom Felix Obenhuber via bug #4299: SocketCAN dissector...
2009-12-04 Bill MeierRevise #31172 slightly to clarify #define dependencies
2009-12-04 Bill MeierFrom: babi
2009-12-04 Bill MeierFrom: Ravi Kondamuru:
2009-12-03 Stig BjørlykkeRenamed some wtap defines:
2009-12-03 Stig BjørlykkeAdded missing WTAP_ENCAP_DPNSS and WTAP_ENCAP_PACKETLOG...
2009-12-03 Stig BjørlykkeFrom Petr Sumbera via bug 4284:
2009-11-18 Stig BjørlykkeSwitch HighHdr and LowHdr to build correct absolute...
2009-11-18 Stig BjørlykkeAnother try to treat the two 32bit time values (low...
2009-11-18 Guy HarrisIf no error is returned by a Wiretap routine, err_info...
2009-11-17 Stig BjørlykkeFrom Ravi Kondamuru via bug 3540:
2009-11-17 Jörg MayerBeginnings of enabling static builds. Still to do:
2009-11-09 Stig BjørlykkeRemoved an unused assignment.
2009-11-09 Stig BjørlykkeRemoved an unused variable.
2009-11-07 Jörg Mayercmake will now honor -Werror if configured (default...
2009-10-26 Guy HarrisNote in comments that the dct2000_file_externals_t...
2009-10-26 Guy HarrisUpdate URL for LANalyzer file format.
2009-10-26 Martin MathiesonTry to fix win64 buildbot. Both fgets() and gzgets...
2009-10-26 Martin MathiesonGet rid of capture.catapult_dct2000, move start time...
2009-10-26 Guy HarrisGlobal variables considered harmful - we don't want...
2009-10-26 Martin MathiesonFormatting changes only.
2009-10-26 Anders BromanFix:
2009-10-26 Martin MathiesonAdd support for showing/filtering/resaving logged LTE...
2009-10-18 Stig BjørlykkeFixed data type for a buffer.
2009-10-18 Stig BjørlykkeFixed data type for asciibuf.
2009-10-18 Stig BjørlykkeRemoved non-ASCII characters.
2009-10-17 Stig BjørlykkeFrom Marton Nemeth:
2009-10-01 Stig Bjørlykke(minor) Indent fix.
2009-09-30 Stig BjørlykkeRemoved an unneeded assignment.
2009-09-29 Stig BjørlykkeRead nsecs as a signed value.
2009-09-25 Guy HarrisTreat 13 as if it came from OpenBSD except on BSD/OS...
2009-09-24 Anders BromanUpdate *.vcproj to visual studio 8
2009-09-23 Stig BjørlykkeBuild wiretap with cmake on OSX.
2009-09-23 Jörg MayerMore fixes for OSX - might work now :-)
2009-09-17 Guy HarrisWe pass the file handle to snoop_read_shomiti_wireless_...
2009-09-17 Guy HarrisWe need an err_info argument to snoop_read_shomiti_wire...
2009-09-17 Guy HarrisDo *NOT* skip the rest of the header by reading into...
2009-09-17 Jeff MorrissFrom Clay Jones via https://bugs.wireshark.org/bugzilla...
2009-09-08 Jörg Mayer- now wireshark compiles with cmake as well
2009-09-02 Jörg MayerBeginnings of getting cmake to build stuff in epan.
2009-08-30 Kovarththanan Raja... On Windows a shared library in divided into a DLL part...
2009-08-26 Bill Meier#include <stdio.h> no longer req'd.
2009-08-23 Jaap KeuterFrom kahou:
2009-08-10 Guy HarrisUpdate a comment - a bad packet size could also be...
2009-08-10 Gerald CombsDon't try to allocate more than WTAP_MAX_PACKET_SIZE...
2009-08-07 Jörg Mayer* Tue May 26 2009 cmorve69@yahoo.es
2009-07-26 Guy HarrisNote that libpcap fails if it tries to read a file...
2009-07-16 Stig BjørlykkeFrom Kahou via bug 3739:
2009-07-16 Anders BromanMove th /MP flag setting to LOCAL_CFLAGS set in configu...
2009-07-15 Anders BromanAdd /MP flag to make use of multi cores.
2009-07-02 Guy HarrisDon't dump out the raw link-layer type when noting...
2009-07-02 Michael TüxenPatch from Alex Badea for Bug 3645.
2009-06-28 Michael TüxenAdd support for DLT_PPP_WITH_DIR. This fixes bug 3619.
2009-06-28 Michael TüxenStop loading a pcapng file with multiple section header...
2009-06-27 Michael TüxenAccept file snaplen larger than WTAP_MAX_PACKET_SIZE,
2009-06-27 Michael TüxenFix copy/paste error introduced in rev. 28863.
2009-06-27 Michael TüxenAnother cleanup. We are now back to Ulf's original
2009-06-27 Michael TüxenCleanup. Should be included in Wireshark 1.2.1 and...
2009-06-27 Michael TüxenAdd support for writing pcapng files with multiple
2009-06-27 Michael TüxenThis patch
2009-06-27 Michael TüxenIf all interfaces use the same encapsulation, use
2009-06-27 Michael TüxenThis commit
2009-06-26 Michael TüxenDisable debug output.
next