Fix a couple (value) mistakes in a value_string, taking the values from the IDL
[obnox/wireshark/wip.git] / wiretap /
2011-05-17 guyDeclare wtap_dump_has_name_resolution().
2011-05-17 tuexen* Don't declare a used arg as unused.
2011-05-13 geraldFrom Huzaifa Sidhpurwala of the Red Hat Security Respon...
2011-05-11 geraldCheck our original record length. Fixes a crash bug...
2011-05-11 tuexenFix a wrong name in a debug print statement.
2011-05-11 kukosaExport wtap_fstat()
2011-05-10 guyfile_read() can return -1; don't just blindly add it...
2011-05-10 guyfile_read() can return -1; don't just blindly add it...
2011-05-09 guyNote that compressed Windows Sniffer files might have...
2011-05-09 guyGet rid of the fd member of a wth structure; the FILE_T...
2011-05-09 guyFrom Jakub Zawadzki: for file read progress bars, use...
2011-05-09 guyIf a gzipped file's name ends in .caz, don't check...
2011-05-03 guyNote what NetMon 3 actually uses various types for.
2011-05-03 guySet the pseudo-header regardless of whether we have...
2011-05-03 guyIt appears that, in NetMon 802.11 captures, management...
2011-05-03 guySquelch a compiler warning - but note, in a comment...
2011-05-03 guyFix indentation (tab stops are not guaranteed to be...
2011-05-03 guyFrom Tom Brezinski - fix for bug 5869:
2011-04-29 darkjamesconfigure: remove test for gzclearerr (not used anymore...
2011-04-28 etxrabFrom Hans-Christoph Schemmel:
2011-04-28 wmeier#include <stdlib.h> not needed;
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-27 wmeierBased upon a patch from Yaniv Kaul: Comment out unused...
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...
next