- Write ISB(s) at start and end of capture.
[obnox/wireshark/wip.git] / wiretap /
2012-02-22 etxrab- Write ISB(s) at start and end of capture.
2012-02-22 guyHandle the case where there are no IDBs before the...
2012-02-21 tuexenFix bugs which resulted in the buildbot errors.
2012-02-21 tuexenUse wtap_dump_open_ng() in tshark.
2012-02-21 tuexenWhen saving a file and the are no IDBs, create a defaul...
2012-02-21 tuexenDisable debug output...
2012-02-21 tuexenWhen writing an option in an IDB, also write an endofop...
2012-02-21 tuexenImprove the error handling.
2012-02-21 tuexenDon't dereference idb_inf in wtap_dump_open_ng() when
2012-02-21 tuexenImprove peeking for IDBs.
2012-02-21 guyOnce we've read a valid SHB, we've concluded the file...
2012-02-21 etxrabDeclare opt_cont_buf_len
2012-02-21 etxrabFree the buffer
2012-02-21 etxrabChange comment to Loop ower all IDB:s that appear befor...
2012-02-20 etxrabFrom Jose Pedro Oliveira fix a typo
2012-02-20 etxrabHandle reading and writing of multiple IDB:s, write...
2012-02-16 guyWith the WTAP_ERR_UNSUPPORTED error, Wiretap supplies...
2012-02-16 guyAgain, turn off the debug logging; it messes up the...
2012-02-15 etxrabMake it possible to get inforamtion from the read SHB...
2012-02-14 guyTYPE_PAD records can have zero bytes of payload; don...
2012-02-14 tuexenFrom Anders: Add support for options in the SHB.
2012-02-13 etxrabWhite space changes.
2012-02-13 etxrabDrop count is 64 bits
2012-02-13 morrissFix the crash reported in https://bugs.wireshark.org...
2012-02-12 guyDo not assume tab stops are set every 4 spaces.
2012-02-12 tuexenFix debug output.
2012-02-11 etxrabStore drop count if present.
2012-02-11 etxrabAdd the abillity to read and write option comments...
2012-02-11 guyRevert presumably-unintentional turning on of debug...
2012-02-09 etxrabAdd pcapng variables to wtap_pkthdr.
2012-02-06 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2012-02-06 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2012-02-06 alagoutteFix some Dead Store (Dead assignement/Dead increment...
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:
next