Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
[obnox/wireshark/wip.git] / wiretap /
2012-02-06 etxrabFrom Guy Martin:
2012-01-29 etxrabAdd *.sbr files to the clean target.
2012-01-28 etxrabFrom Tom Brezinski:
2012-01-28 etxrabFrom Tobias Witek:
2012-01-24 guyAdd a routine to Wiretap that takes a file type value...
2012-01-24 morrissFrom njtaylor0101 [AT] gmail.com via https://bugs.wires...
2012-01-23 guyIn the table of capture file types, have:
2012-01-23 guyHave wtap_file_extension_default_string() return the...
2012-01-23 guyAdd default extension names for all file types for...
2012-01-21 guyReplace wtap_file_extensions_string() with a routine...
2012-01-21 guyIt's the Xoraya file type, not the Xoraya encapsulation...
2012-01-21 guy"*.*" as a pattern for a given file type is pointless...
2012-01-21 guyGet rid of an unused file type. If somebody wants...
2012-01-18 guyLine up #define values.
2012-01-18 guyTabs are not *ipso facto* 4 spaces.
2012-01-18 alagoutteFrom Tom Brezinski via https://bugs.wireshark.org/bugzi...
2012-01-14 guywth->phdr.pkt_encap isn't set on a seek-and-read; pass...
2012-01-14 guyNetMon 1.x format does *not* support per-packet encapsu...
2012-01-14 guyGet rid of unused WTAP_FILE_WTAP file type.
2012-01-14 guyWTAP_ENCAP_UNKNOWN should never appear as an actual...
2012-01-13 jmayerSync filelists between autofoo and cmake.
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...
next