Files
cmand-yarrp/CHANGES
Robert Beverly bcf5f33f6d Fixes for FreeBSD version >=11:
ip(4): "Before FreeBSD 11.0 packets received on raw IP sockets had the ip_len and
     ip_off fields converted to	host byte order.  Packets written to raw IP
     sockets were expected to have ip_len and ip_off in	host byte order."
2020-06-27 09:30:41 -07:00

52 lines
1021 B
Plaintext

yarrp-0.7
---------
* Add IPv6 EH support
* Add ICMP MPLS extension support
* FreeBSD verison >=11 fixes
yarrp-0.6
---------
* Add blocklist support
* Option to accept targets from stdin
* Option to export results to stdout
* Structured yrp output format
* Instance locking
* Fixed rate control
* Add minimum TTL option
* Fast C++ yrp2warts processor
* Bundle libcperm
* Misc stability fixes
yarrp-0.5
---------
* Add fill mode
* Support IPv6 on BSD
* Support multiple simultaneous instances
* Support ICMP echo reply probes
yarrp-0.4
---------
* Multiple IPv6 fixes
* Support IPv6 BGP tables
* Support IPv4 ICMP probing
* Add probe-to-end TTL enhancement
* Microsecond timestamp support
* Record permutation seed in output
* Decoupled probing/receiving support
* Beta Internet6-wide probing support
* Updated yrp2warts utilities
yarrp-0.3
---------
* IPv6 support
* Require libcperm
yarrp-0.2
---------
* Support UDP probing
* Configurable transport destination port
yarrp-0.1
---------
* Initial public release