Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
[obnox/wireshark/wip.git] / wiretap /
2011-12-28 geraldPrepend the sita_phdr fields with "sita_" to make them...
2011-12-27 wmeierTighten up format string used for date/time parse;
2011-12-22 guyThe encapsulation following WTAP_ENCAP_ARCNET is
2011-12-15 guyIf stuff above the Wiretap library can't handle packet...
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-13 guyCrank up the maximum frame table size to 512*2^20 packe...
2011-12-13 guyAdd missing checks for a too-large packet, so we don...
2011-12-13 guyCheck for a bogus record size. Fixes bug 6670.
2011-12-13 guyAdd an arbitrary limit on the maximum size of the frame...
2011-12-13 guyAdd missing checks for a too-large packet, so we don...
2011-12-13 guyAdd missing check for a too-large packet, so we don...
2011-12-13 guyAdd missing check for a too-large packet, so we don...
2011-12-03 guyUpdate some comments to reflect current reality (as...
2011-12-02 jakefrom Petr Sumbera:
2011-11-18 guyFail if somebody tries to write out a packet with an...
2011-11-18 guyMake sure pcap-ng supports a particular encapsulation...
2011-11-17 guyAdd checks to make sure we don't overflow the maximum...
2011-11-17 guyRename pletonll() to reflect what it actually does...
2011-11-17 guyA new macro needed by the WTAP_ENCAP_PER_PACKET support...
2011-11-17 guyAdd support for writing WTAP_ENCAP_PER_PACKET files...
2011-11-17 guyReturn *some* error if we end up trying to seek before...
2011-11-17 guyPut back the check for dates that can be represented...
2011-11-17 cmaynardRevert part of r39883 to avoid dereferencing a NULL...
2011-11-16 guySupport nanosecond-resolution time for NetMon 2.x forma...
2011-11-16 guyOK, this should do it.
2011-11-16 guyFix build on Windows.
2011-11-16 guyAnother place where we have to protect against MSVC...
2011-11-16 guyAnother place where we have to protect against MSVC...
2011-11-13 guyClean up white space.
2011-11-12 wmeierAdd entries for WTAP_ENCAP_NETANALYZER... to encap_tabl...
2011-11-12 etxrabFrom Holger Pfrommer:
2011-11-11 wmeierAdd (missing) "mime" entry to encap_table_base[].
2011-11-04 guyUpdates based on stuff seen in a new capture.
2011-10-28 guyIt appears that the "packet" records are actually ...
2011-10-28 guyThe version string field isn't followed by 20 bytes...
2011-10-27 guyFix cut-and-pasteo that happened not to cause a problem...
2011-10-26 guyAdd some debugging code; the current code doesn't work...
2011-10-26 guyPut the magic number into the aethra_hdr structure...
2011-10-26 guyAdd the code to read Aethra files.
2011-10-26 guyOk, we found what appears to be the capture start time...
2011-10-26 guyIt appears that the octet in the record header after...
2011-10-26 guyAvoid warnings.
2011-10-26 guyInitial support for .aps files from Aethra Telecommunic...
2011-10-21 geraldFrom Huzaifa Sidhpurwala of Red Hat Security Response...
2011-10-14 stigRemoved newencap as it's unused.
2011-10-12 etxrabFrom Tobias Witek:
2011-10-12 wmeierFrom Robert Bullen: Fix for: Two minor bugs in Wiretap...
2011-10-04 etxrabFrom Andrew Kampjes:
2011-09-21 wmeierFix ex "modeline" so it works;
2011-09-13 martinmSkip extra info if present (IP with LTE PDCP threading...
2011-09-06 guyDon't synthesize a CRC if the packet already has one.
2011-09-03 stigCheck return value from wtap_dump_file_write.
2011-09-01 guyMerge pcap_fill_in_pseudo_header() into pcap_read_post_...
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-09-01 guySet eth.fcs_len in the pseudo-header for Ethernet packets.
2011-08-31 guyNot ideal, but OK for now - alignbytes, at that point...
2011-08-31 stigTry using gint64 for alignbytes.
2011-08-31 stigFrom Andrew Kampjes via bug 6260:
2011-08-30 guyHandle multiple extension headers when calculating...
2011-08-30 guyA zero snaplen means "snaplen unknown", as in "the...
2011-08-16 morrissBased on patch from Denis Ovsienko via
2011-08-11 morrissFrom Hanspeter via https://bugs.wireshark.org/bugzilla...
2011-07-12 martinmSpeed up (slightly) reading of long text lines.
2011-07-10 guyMove the definitions of LANalyzer records to lanalyzer.c.
2011-07-10 guyDefine a structure for the record header, and read...
2011-07-10 guyAt that point in the code, bytes_read isn't the total...
2011-07-08 martinmChange the way we scan past characters before the direc...
2011-07-04 guyExplain a bit more what this does.
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-17 geraldMake pcap-ng the default. Add a compile-time option...
2011-06-16 alagoutteFrom Kevin Kayes via https://bugs.wireshark.org/bugzill...
2011-06-15 guyTry to squelch some compiler warnings.
2011-06-15 guySquelch some compiler warnings.
2011-06-15 guyStrings are not writable, and the compiler warns that...
2011-06-10 darkjamesFix capinfo: ** ERROR **: Unknown capture file type 61
2011-06-09 guyThe only place where we care about zlib is file_wrapper...
2011-06-09 darkjamesFix possible compilation errors.
2011-06-09 darkjames- Add something to columns when using mime-encap
2011-06-09 darkjames- Replace jpeg_jfif decoder, with more generic mime_fil...
2011-06-09 geraldMove the copyright notice and the config.h include...
2011-06-09 geraldMake sure we don't write invalid record lengths.
2011-06-08 geraldLimit the lengths of some of our patterns. Fixes an...
2011-06-07 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-06-07 etxrabAdd more missing files.
2011-06-06 geraldAdd links to libtool's recommendations for library...
2011-06-04 rbalintFix wiretap headers to allow error-free ABI dumping.
2011-06-04 rbalintReorganize dumpabi targets to keep temporary files
2011-05-31 wmeierFix some gcc 'old-style function definition' warnings.
2011-05-31 cmaynardDeclare the snapshot_length as unsigned.
2011-05-31 rbalintAdd dumpabi target to Makefiles in wsutil, epan and...
2011-05-29 etxrabRemove unused varable:
2011-05-29 etxrabFrom Martin Warnes:
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...
next