• 0.2.2 aead20b4a0

    vvelox released this 2019-05-25 01:07:30 -05:00 | 0 commits to master since this release

                 - Net::CIDR now treats ::/0 and 0.0.0.0/0 as the same.
                   t/search.t has been updated to reflect this.
    
    Downloads
  • 0.2.1 4052319faa

    vvelox released this 2019-04-15 21:17:52 -05:00 | 2 commits to master since this release

                 - Add missing depend Net::DNS. (SREZIC, #129196)
    
    Downloads
  • 0.2.0 d4cbe61492

    vvelox released this 2019-04-15 02:34:57 -05:00 | 4 commits to master since this release

    0.2.0 2019-04-15/02:30
    - Minor typo correction(japh).
    - Add PTR search support.
    - Add regexp PTR search support.

    0.1.1 2019-02-26/04:00
    - Apparently Net::CIDR does not like searching IPv4 and IPv6 at the
    same time. Each requested CIDR is now checked on its own. While
    it says the functions will handle both in the docs, apparently
    this does not mean at the same time.

    0.1.0 2019-02-26/00:15
    - Add in handling of % in IPv6 addresses.
    - Add in handling of slightly malformed IPv6 address that netstat
    on FreeBSD seems to sometimes produce, using ':.' for the port
    delimiter instead of '.'. This is not to be confused with ::
    appearing at the end, but like "fe80::4ecc:6aff:.123".

    Downloads
  • 0.0.3 b3bbb47024

    0.0.3 Stable

    vvelox released this 2019-02-25 06:27:23 -06:00 | 18 commits to master since this release

    0.0.3 2019-02-25/06:30
    - Use eval to talk to Net::CIDR as it seems to not always like IPv6.
    This allows it to continue instead of killing the entire op.

    Downloads
  • 0.0.2 2a24162726

    0.0.2 Stable

    vvelox released this 2019-02-24 08:27:47 -06:00 | 19 commits to master since this release

    0.0.2 2019-02-24/08:30
    - Previous issue turned out to be specifically. Added
    addtional handling for UDP as it is stateless. This
    removes '?' from previously. State for for UDP is ''.

    0.0.1 2019-02-24/06:30
    - Handle where FreeBSD does not state LISTEN.
    - Add a missing error flag.
    - If state is not defined use '?'.

    Downloads
  • 0.0.0 06d7442b8b

    0.0.0 Stable

    vvelox released this 2019-02-20 06:00:14 -06:00 | 21 commits to master since this release

    0.0.0 2019-02-20/06:00
    -Initial release.

    Downloads