Add a Manual entry to the Lua menu.
[obnox/wireshark/wip.git] / wiretap /
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:
2010-01-18 wmeierFix gcc -Wshadow warnings ....
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...
next