Update to V9.0.0 (2009-12)
[obnox/wireshark/wip.git] / wiretap /
2009-12-23 guyThe maker of *Peek is WildPackets, InterCap and all...
2009-12-17 stigFrom Petr Sumbera:
2009-12-09 sfisherWhen reading NetMon capture files version 2.1 and highe...
2009-12-08 sfisherFrom Felix Obenhuber via bug #4299: SocketCAN dissector...
2009-12-04 wmeierRevise #31172 slightly to clarify #define dependencies
2009-12-04 wmeierFrom: babi
2009-12-04 wmeierFrom: Ravi Kondamuru:
2009-12-03 stigRenamed some wtap defines:
2009-12-03 stigAdded missing WTAP_ENCAP_DPNSS and WTAP_ENCAP_PACKETLOG...
2009-12-03 stigFrom Petr Sumbera via bug 4284:
2009-11-18 stigSwitch HighHdr and LowHdr to build correct absolute...
2009-11-18 stigAnother try to treat the two 32bit time values (low...
2009-11-18 guyIf no error is returned by a Wiretap routine, err_info...
2009-11-17 stigFrom Ravi Kondamuru via bug 3540:
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-09 stigRemoved an unused assignment.
2009-11-09 stigRemoved an unused variable.
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-26 guyNote in comments that the dct2000_file_externals_t...
2009-10-26 guyUpdate URL for LANalyzer file format.
2009-10-26 martinmTry to fix win64 buildbot. Both fgets() and gzgets...
2009-10-26 martinmGet rid of capture.catapult_dct2000, move start time...
2009-10-26 guyGlobal variables considered harmful - we don't want...
2009-10-26 martinmFormatting changes only.
2009-10-26 etxrabFix:
2009-10-26 martinmAdd support for showing/filtering/resaving logged LTE...
2009-10-18 stigFixed data type for a buffer.
2009-10-18 stigFixed data type for asciibuf.
2009-10-18 stigRemoved non-ASCII characters.
2009-10-17 stigFrom Marton Nemeth:
2009-10-01 stig(minor) Indent fix.
2009-09-30 stigRemoved an unneeded assignment.
2009-09-29 stigRead nsecs as a signed value.
2009-09-25 guyTreat 13 as if it came from OpenBSD except on BSD/OS...
2009-09-24 etxrabUpdate *.vcproj to visual studio 8
2009-09-23 stigBuild wiretap with cmake on OSX.
2009-09-23 jmayerMore fixes for OSX - might work now :-)
2009-09-17 guyWe pass the file handle to snoop_read_shomiti_wireless_...
2009-09-17 guyWe need an err_info argument to snoop_read_shomiti_wire...
2009-09-17 guyDo *NOT* skip the rest of the header by reading into...
2009-09-17 morrissFrom Clay Jones via https://bugs.wireshark.org/bugzilla...
2009-09-08 jmayer- now wireshark compiles with cmake as well
2009-09-02 jmayerBeginnings of getting cmake to build stuff in epan.
2009-08-30 krjOn Windows a shared library in divided into a DLL part...
2009-08-26 wmeier#include <stdio.h> no longer req'd.
2009-08-23 jakeFrom kahou:
2009-08-10 guyUpdate a comment - a bad packet size could also be...
2009-08-10 geraldDon't try to allocate more than WTAP_MAX_PACKET_SIZE...
2009-08-07 jmayer* Tue May 26 2009 cmorve69@yahoo.es
2009-07-26 guyNote that libpcap fails if it tries to read a file...
2009-07-16 stigFrom Kahou via bug 3739:
2009-07-16 etxrabMove th /MP flag setting to LOCAL_CFLAGS set in configu...
2009-07-15 etxrabAdd /MP flag to make use of multi cores.
2009-07-02 guyDon't dump out the raw link-layer type when noting...
2009-07-02 tuexenPatch from Alex Badea for Bug 3645.
2009-06-28 tuexenAdd support for DLT_PPP_WITH_DIR. This fixes bug 3619.
2009-06-28 tuexenStop loading a pcapng file with multiple section header...
2009-06-27 tuexenAccept file snaplen larger than WTAP_MAX_PACKET_SIZE,
2009-06-27 tuexenFix copy/paste error introduced in rev. 28863.
2009-06-27 tuexenAnother cleanup. We are now back to Ulf's original
2009-06-27 tuexenCleanup. Should be included in Wireshark 1.2.1 and...
2009-06-27 tuexenAdd support for writing pcapng files with multiple
2009-06-27 tuexenThis patch
2009-06-27 tuexenIf all interfaces use the same encapsulation, use
2009-06-27 tuexenThis commit
2009-06-26 tuexenDisable debug output.
2009-06-26 tuexen* Allocate enough memory for reading a packet.
2009-06-24 jakeFrom Duncan Salerno:
2009-06-22 tuexenImprove heuristic for packetlogger file format detection.
2009-06-22 tuexenAdd protection code to avoid crashed when .erf files
2009-06-18 tuexenFix for bug 3539: Address as signess issue for fcs_len.
2009-06-17 tuexenClean up a comment.
2009-06-16 tuexenWhitespace cleanups.
2009-06-16 stigSupport per packet dumping in wtap_encap_string() and...
2009-06-15 geraldFrom Ben Winslow via bug 3535:
2009-06-15 jmayerRename all of the ascend files:
2009-06-15 tuexenFix bug reported by Stig: per packet encapsulation for
2009-06-11 tuexenWhen writing pcapng files use correct interface index
2009-06-04 wmeierFix Windows build warning:
2009-06-02 stigOptimized check if file is a nstrace file.
2009-06-02 guyWhen doing a seek-and-read, don't check the packet...
2009-06-02 galBetter heuristics for detecting BER encoded file, espec...
2009-06-02 stigCorrected nspm_signature_version() again.
2009-06-02 stigAvoid infinite loop in nspm_signature_version().
2009-06-02 guyNo newlines in the additional-error-information string...
2009-06-01 stigTry Jakub's casting with GPOINTER_TO_INT().
2009-06-01 stigAdding casts, take 3.
2009-06-01 stigAdding casts, take 2.
2009-06-01 stigAdded/Changed some more casts to build.
2009-06-01 stigAdded some casts to remove some warnings.
2009-06-01 stigFrom Ravi Kondamuru via bug 3457:
2009-05-31 sfisherChange my e-mail address
2009-05-29 jmayerResume work on CMake for Wireshark. Finally found and...
2009-05-25 sakeFix for bug 3469:
2009-05-25 stigAdded missing daintree-sna.h to Makefile.
2009-05-24 stigFrom Fred Fierling (bug 3486):
2009-05-22 tuexenFrom Aaron Turner: Use wtap_wtap_encap_to_pcap_encap...
2009-05-22 geraldFrom Kovarththanan Rajaratnam via bug 2680:
2009-05-21 geraldFrom Kovarththanan Rajaratnam via bug 2676:
2009-05-05 tuexenOne more debug output.
next