opa: Add dissectors for Intel’s Omni-Path Architecture (OPA)
[metze/wireshark/wip.git] / wiretap / commview.c
2016-04-30 Guy HarrisNote some cases where we don't need to check the packet...
2015-12-24 Simon BarberRefactor 802.11 radio flags.
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-07-07 Guy HarrisInitialize the 11b presence flag to 0.
2015-07-06 Guy HarrisStub out the US public safety band.
2015-06-25 Guy HarrisClean up 802.11 radio information handling.
2015-06-22 Guy HarrisProvide PHY type and band information in the 802.11...
2015-06-20 Guy HarrisCall the "802.11 radio information" dissector for radio...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-12-18 Guy HarrisRename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRIT...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-10-29 Guy HarrisExpand the 802.11 pseudo-header and support new radio...
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisWhitespace cleanups.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-17 Guy HarrisMerge "read record header" and "read packet data" routi...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-03 Guy HarrisPut back a fix that earlier checkins lost.
2013-05-16 Guy HarrisPull up the code to read the packet data and check...
2013-05-16 Guy HarrisMove the code to read the CommView record header, check...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-26 Guy HarrisIf the attempt to read the record header fails because...
2012-10-17 Jakub ZawadzkiFill some phdr values also when doing random read
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-12 Guy HarrisAnd that also means that we need to split the data...
2012-10-12 Guy HarrisThe "rate" field in the CommView NCF format is 1 byte...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-18 Guy HarrisSet the 802.11 "already decrypted" flag to FALSE for...
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-04-18 Anders BromanGet the Windows build going again. The Netxray "fix...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-09-01 Guy HarrisSet eth.fcs_len in the pseudo-header for Ethernet packets.
2011-05-10 Guy Harrisfile_read() can return -1; don't just blindly add it...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 Guy Harris"This file format can't be written to a pipe" and ...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2011-03-27 Stig BjørlykkeAdded a missing break.
2010-12-20 Stephen FisherFix bug #5509: CommView file format now uses reserved...
2010-06-06 Guy HarrisDon't use fwrite directly when writing a dump file...
2009-05-31 Stephen FisherChange my e-mail address
2008-10-01 Jeff MorrissFix for: https://bugs.wireshark.org/bugzilla/show_bug...
2007-11-27 Stephen FisherAdd support for showing wireless LAN info (signal stren...
2007-11-26 Stephen FisherChange %G to %Y for year in strftime() so it works...
2007-11-26 Stephen FisherAdd writing support for the CommView file format.
2007-11-24 Stephen FisherInitial checkin of support to read TamoSoft's CommView...