Skip to content

Releases: fractalb/ripcal

IP subnet to Range conversions

18 Apr 07:26
Compare
Choose a tag to compare

Conversion between IP subnet (CIDR) and IP range (start-address - end-address) is supported

Try to parse input arguments as hexa-decimal numbers without 0x prefix

11 Aug 08:09
Compare
Choose a tag to compare

Try to parse input arguments as hexa-decimal numbers even without 0x prefix if deca-decimal conversion fails
Example:
10020304 #Will be parsed as decimal integer since no 0x prefix
a00203c1 #Will be parsed as hexadecimal number even without 0x prefix because decimal number conversion is not possible.

Make the command act as a filter on no ip-address arguments

06 Aug 16:09
Compare
Choose a tag to compare
Bumped version number.

Updated README

Force conversion types with command line options

14 Jul 05:04
Compare
Choose a tag to compare

v0.1

03 Jul 11:01
03cbdda
Compare
Choose a tag to compare

Initial release