Fix a "equality comparison with extraneous parentheses" warning found
[obnox/wireshark/wip.git] / wiretap /
2011-04-22 guy*Properly* get rid of bogus cast.
2011-04-22 guyCast away alignment warnings about pointers where we...
2011-04-22 guyCast away warnings about "struct sockaddr" -> "struct...
2011-04-22 guyMake all the fields in the various structures just...
2011-04-21 guyIn a dump_open routine, you don't need to seek to the...
2011-04-21 guyIn file_wrappers.c, explicitly set err_info to null...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-20 guyAlways check whether NEXT() failed - and rename it...
2011-04-20 guySigh. The "data" element of a GArray is, alas, a ...
2011-04-20 guypntohll() takes a guint8 * as an argument; there's...
2011-04-19 tuexenUnbreak live capture using pcapng.
2011-04-18 cmaynardWrap actual_len inside #ifdef DEBUG_K12 to avoid gcc...
2011-04-18 cmaynardUpdate Motonori Shindo's email address at the author...
2011-04-17 stigMark err as unused in k12text_dump_open().
2011-04-15 guyReturn ENOMEM if we run out of memory. (We're either...
2011-04-14 kukosaExport new file_...() functions from libwiretap.dll
2011-04-14 guyCheck for _setmode() failing, Just In Case. Squelches...
2011-04-12 guy#if 0 out some unused variables; we may make use of...
2011-04-12 guyNow that wtap_read() checks for delayed errors on EOF...
2011-04-12 guyFrom Jakub Zawadski: some small fixes.
2011-04-12 guyUpdate and expand some comments.
2011-04-12 martinmA parameter isn't used if ZLIB isn't enabled.
2011-04-12 guyIf we hit an EOF - wth->subtype_read returns FALSE...
2011-04-12 guyFrom Jakub Zawadzki: speed up random access to gzipped...
2011-04-12 guyAllow wtap_sequential_close() and wtap_close() to retur...
2011-04-12 guy"This file format can't be written to a pipe" and ...
2011-04-11 guyUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-11 guyRemove a no-longer-valid comment (we're not using zlib...
2011-04-11 guyDon't use the zlib I/O routines for writing compressed...
2011-04-10 guyTo fill in a ws_statb64, you must use ws_fstat64.
2011-04-10 guyRename ws_stat to ws_stat64, and make it take a pointer...
2011-04-10 guyDefine ws_statb64 to be the appropriate "struct XXX...
2011-04-10 guyAdd ws_fstat64(), defined to be fstat on UN*X and _fsta...
2011-04-10 guyUse AC_SYS_LARGEFILE to turn on large file support...
2011-04-10 guyPoint to RFC 1952 as a description of the gzip file...
2011-04-10 guyMove the definition of the structure pointed to by...
2011-04-08 guyJust make the fh member of a wtap_dumper_t a void ...
2011-04-08 etxrabMake wtap plugins build on windows again.
2011-04-08 guyChange ng_file_read() to take only one size argument...
2011-04-08 guyTo squelch some compiler warnings, temporarily cast...
2011-04-08 guyFrom Jakub Zawadzki:
2011-04-07 geraldBe more picky about our sscanf integer field widths...
2011-04-07 guyFrom Jakub Zawadzki:
2011-04-06 guyFrom Jakub Zawadzki:
2011-04-06 guyFrom Jakub Zawadzki: fix the type of an argument.
2011-04-06 guyFrom Jakub Zawadzki:
2011-03-31 cmaynardCheck return value of file_seek(). Fixes CID 338.
2011-03-31 cmaynardUse BSWAP16 instead of BSWAP32 for 16-bit values. ...
2011-03-29 morrissDon't put a 196808 byte variable on the stack: instead...
2011-03-29 morrissDon't put a 65536 byte variable on the stack: instead...
2011-03-28 guyMore updates to the wtap_open_offline() comment.
2011-03-28 etxrabUpdate a comment.
2011-03-27 stigAdded a missing break.
2011-03-25 geraldFix Coverity CIDs 810 & 811: uninitialized variables.
2011-03-25 etxrabMake it build on Windows 7
2011-03-24 geraldAdd a missing include.
2011-03-24 geraldAdd initial pcapng name resolution record support....
2011-03-22 guyUse the same style in netscreen_seek_read() that we...
2011-03-21 sakeFix for bug 5762, wireshark asserts on reading juniper...
2011-03-16 martinmAvoid having large buffers on the stack (as noted in...
2011-03-07 wmeierFrom Martin Kaiser: dissector for DVB-CI (Common Interface)
2011-02-25 wmeierFrom Robert Bullen: ... code is not incrementing wtap_d...
2011-02-25 wmeierFrom Robert Bullen: Fix "Potential access violation...
2011-02-25 wmeierRevert SVN #36059; patch from Bug #5698 to be used...
2011-02-25 wmeierFix Bug #5698: "Potential access violation when writing...
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:
next