From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5713 :
[obnox/wireshark/wip.git] / wiretap /
2011-02-16 guyReturn an error value for the new error return; it...
2011-02-16 guyCheck the index before storing into the array.
2011-02-16 geraldFix checkapi.
2011-02-16 geraldFix errors found by the Visual C++ analyzer.
2011-02-16 geraldFix a buffer overflow found by the Visual C++ analyzer.
2011-02-12 guyThe lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means...
2011-02-10 guyAdd some information based on a Tektronix manual whose...
2011-02-07 geraldCheck for a large packet_len. Fixes a bug reported...
2011-02-04 guySet the error code and additional information string...
2011-02-04 guySet *err before *err_info - that's how it's done in...
2011-02-04 guySet *err before *err_info - that's how it's done in...
2011-02-04 guySet *err before *err_info - that's how it's done in...
2011-02-04 guyFix indentation.
2011-02-04 guyPut more data into the "additional error information...
2011-02-04 morriss(As in the Windows builds) don't have checkapi check...
2011-02-04 morrissUse g_strdup() instead of strdup()
2011-02-03 geraldFrom Huzaifa Sidhpurwala of the Red Hat Security Respon...
2011-02-02 jakeFrom njohnkev:
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2011-01-31 martinmReturn a string (even though abort is called first...
2011-01-30 wmeierFix various instances of "unreachable code".
2011-01-20 sfisherFix the dead initialization warnings found by clang...
2011-01-05 martinmSupport FP_R8 over ATM, plus a couple of other tidying...
2011-01-03 guyWe must always return an error code on an error; otherw...
2010-12-28 guyIt is not guaranteed that the records in numerical...
2010-12-20 sfisherFix bug #5509: CommView file format now uses reserved...
2010-12-19 jakePrepare for handling DLT_IPV4 and DLT_IPV6.
2010-12-07 morrissFill out libwiretap's DEPENDENCIES line with the rest...
2010-12-07 rbalintMake libtool export only symbols listed in *.def files
2010-11-29 cmaynardFix typos.
2010-11-24 cmaynardAdd support for USB isochronous. From Marton Nemeth...
2010-11-13 etxrabTry to fix the build for text_import_scanner.
2010-11-05 etxrabFrom Robert Bullen:
2010-11-04 jakeFrom Alexis La Goutte:
2010-10-28 etxrabFrom Stephen Donnelly:
2010-10-21 morrissFix a cut-n-pasteo in a comment.
2010-10-20 wmeierFrom Jeff Morriss: Fix crash: WTAP_ERR_BAD_RECORD error...
2010-10-20 wmeierFix bug which caused ascend_open() to return "I/O error...
2010-10-20 wmeierFix a typo in a comment
2010-10-20 wmeierFrom Hadriel Kaplan: Update wiretap/README.developer
2010-10-20 wmeierFrom Hadriel Kaplan: IPFIX file format support.
2010-10-02 guyMake it a bit clearer what's going on - ASCII '0' has...
2010-09-25 jmayer- FindGLIB2.cmake updates from
2010-09-23 jmayerH.sivank:
2010-09-23 jmayerH. Sivank <hsivank@gmail.com>
2010-09-22 morrissVery old versions of libz (such as the one that comes...
2010-08-24 wmeierFix issue which causes daintree-sna frames to be reject...
2010-08-24 etxrabFrom Hamish Moffatt:
2010-08-08 guyAdd a note.
2010-08-07 stigFrom Jon Smirl:
2010-07-30 guyDefine WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file...
2010-07-23 guyAt least in some NetMon 3.4 VPN captures, the per-packe...
2010-07-21 guyThe 32-bit unsigned time offset in version 1.x files...
2010-07-21 guyAccording to mail from Paul Long at Microsoft, in the...
2010-07-19 guyInitial support for Network Monitor 802.11 radio header.
2010-07-18 guyAdd an entry in encap_table_base for SocketCAN.
2010-07-18 guyThe time delta in a NetMon frame header is signed ...
2010-07-18 guyNetMon per-packet link-layer types with 0xE000 in the...
2010-07-18 guyInitial support for the trailer information in versions...
2010-07-16 martinmIt makes (slightly) more sense for comments to be ...
2010-07-14 stigDon't pass tvb data to col_set_str(), as it will not...
2010-06-30 geraldAdd Visual C++ project files to the distribution.
2010-06-06 guyClean up indentation.
2010-06-06 guyGet rid of file_write(); nobody uses it, and file write...
2010-06-06 guyDon't use fwrite directly when writing a dump file...
2010-06-06 guyMove the seekback stuff out of esc_read() to the one...
2010-06-06 guyRename wtap_dump_file_write_all() to wtap_dump_file_wri...
2010-06-05 guyFrom Rolf Fiedler: support for writing EyeSDN trace...
2010-05-16 guyAttempt to handle isochronous descriptors between the...
2010-05-10 martinmFix non-libz build.
2010-05-08 guyAdd wtap_cleareof().
2010-05-07 geraldZlib has an officially-sanctioned way of clearing EOF...
2010-05-07 geraldEOF in zlib 1.2.5 seems to be sticky. When we're tailin...
2010-04-27 etxrabWhitespace changes.
2010-04-26 guyClean up properly if we get an error after allocating...
2010-04-22 guyA bit more information.
2010-04-22 guyMore updates to reflect all the hairy details of Linux...
2010-04-22 guyUpdate a comment to reflect recent changes and to refle...
2010-04-21 guyFrom Chris Maynard:
2010-04-17 stigFrom Jakub Zawadzki:
2010-04-15 stigMake it build without zlib on OSX.
2010-04-08 etxrabFrom Stephen Donnelly:
2010-04-05 guyTreat the first block we read, when opening, specially:
2010-03-28 guyFrom Robert Bullen: give the Bluetooth-H4-with-Linux...
2010-03-25 guyUpdate a comment to discuss how zlib and z_off_t has...
2010-03-18 jmayercmake changes:
2010-02-28 stigAdded svn:ignore targets.
2010-02-27 guyConstify.
2010-02-24 guyMove the definition of the private data structure from...
2010-02-24 guyDefine the private data structures for some particular...
2010-02-23 guyMove the declarations of wtap_pcap_encap_to_wtap_encap...
2010-02-23 guySquelch some compiler warnings (some of which indicate...
2010-02-23 guyDon't use C++ keywords as variable names - prepend...
2010-02-23 guySquelch some (valid) warnings.
2010-02-23 guyFix cast.
2010-02-23 guyAttempt to squelch some compiler warnings.
2010-02-02 etxrabFrom Stephen Donnelly:
2010-02-01 etxrabFrom Tobias Witek:
2010-01-27 guyFix a comment.
2010-01-23 jakeFix for bug 4408:
next