All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Process multiple addresses per host and ignore MAC addresses.
1.0.0 - 2019-04-15
Adds 'maybe' as a port specification option. Fixes #2.
Bumps minimum Rust version to 1.29 to make use of std::Iter::Flatten
.
0.2.1 - 2018-09-04
- Made all struct fields but
ips
andport_spec
optional inmapping::Host
- Fixed a typo in human output
0.2.0 - 2018-08-02
Refactoring of nmap parser Refactoring of analyzer components
Fixed parser bug for long nmap xml files containing intermediate task tags; cf. #1.
0.1.0 - 2018-07-28
First release