smb-direct fragmentation
[metze/wireshark/wip.git] / wiretap / commview.c
2014-01-22 guyDon't write out packets that have a "captured length...
2014-01-02 guyNo seek-read routines use the length argument, so elimi...
2013-11-08 guyThe "file types" we have are actually combinations...
2013-06-17 guyMerge "read record header" and "read packet data" routi...
2013-06-16 guyHave the seek-read routines take a Buffer rather than...
2013-06-03 guyPut back a fix that earlier checkins lost.
2013-05-16 guyPull up the code to read the packet data and check...
2013-05-16 guyMove the code to read the CommView record header, check...
2012-12-27 guyDo not call wtap_file_read_unknown_bytes() or
2012-12-26 guyIf the attempt to read the record header fails because...
2012-10-17 darkjamesFill some phdr values also when doing random read
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-12 guyAnd that also means that we need to split the data...
2012-10-12 guyThe "rate" field in the CommView NCF format is 1 byte...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-18 guySet the 802.11 "already decrypted" flag to FALSE for...
2012-05-04 guyfile_seek() used to be a wrapper around fseek() or...
2012-04-18 etxrabGet the Windows build going again. The Netxray "fix...
2012-02-25 guyAdd a presence flag field to the packet information...
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
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-05-10 guyfile_read() can return -1; don't just blindly add it...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 guy"This file format can't be written to a pipe" and ...
2011-04-06 guyFrom Jakub Zawadzki:
2011-03-27 stigAdded a missing break.
2010-12-20 sfisherFix bug #5509: CommView file format now uses reserved...
2010-06-06 guyDon't use fwrite directly when writing a dump file...
2009-05-31 sfisherChange my e-mail address
2008-10-01 morrissFix for: https://bugs.wireshark.org/bugzilla/show_bug...
2007-11-27 sfisherAdd support for showing wireless LAN info (signal stren...
2007-11-26 sfisherChange %G to %Y for year in strftime() so it works...
2007-11-26 sfisherAdd writing support for the CommView file format.
2007-11-24 sfisherInitial checkin of support to read TamoSoft's CommView...