1 Introduction
• Improved packet timestamp accuracy
1.4.4 Firmware 1.00
• Initial release.
1.5 Host Tool Changelog
The host tool’s version can be determined with the ”hw_info” command, or simply running ”nose
--version”.
Note: you can also look at the public git repository’s commit log.
1.5.1 Host tool git master
Unreleased, but publicly available. (Also picked up by Homebrew formulae.)
May be referenced as host tool v1.5 in this document.
Potential incompatibilities and problems
•
Improvements to packet parsing (including firmware v1.09 specifics), which should not cause
any problems, but could
•
Change ”Bytes captured” display in the capture stats, uses different rounding
Bug fixes
•
Skip possibly old data when starting capture
•
Fix description of some hw_info fields
•
Fix undefined behavior in USB error handling path
New features
•
Add --nopad, --bw-bytes, --bw-packets parameters to ”inject” command
•
Add --update parameter to ”hw_info” command
•
Add --capture-speed-test command line option
1.5.2 Host tool v1.4 (60a3f48, windows build 66)
Potential incompatibilities and problems
• Change auto-exit behavior (should be mostly the same for most users, but use with scripting might
be affected)
• Change --exit-on option in an incompatible way
Bug fixes
• Fix sporadic hangs when nose exits (these could even hog the USB device and prevent restarting
capture)
• Handle unusual preamble lengths better (for example, do not cut off data bytes at the start of the
packet on short preamble)
New features
• Option to strip FCS (CRC field) from captured data (--strip-fcs)
6