1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: sipcalc
Section: net
Priority: optional
Maintainer: Marc Haber <mh+debian-packages@zugschlus.de>
Homepage: http://www.routemeister.net/projects/sipcalc/
Build-Depends: debhelper (>= 9~), autoconf
Vcs-Git: git://git.debian.org/git/collab-maint/sipcalc.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/sipcalc.git;a=summary
Standards-Version: 3.9.3
Package: sipcalc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Advanced console-based ip subnet calculator
Sipcalc is an advanced console-based IP subnet calculator. It can take
multiple forms of input (IPv4/IPv6/interface/hostname) and output a
multitude of information about a given subnet.
.
Features include:
- IPv4
* Retrieving of address information from interfaces.
* Classfull and CIDR output.
* Multiple address and netmask input and output formats (dotted
quad, hex, number of bits).
* Output of broadcast address, network class, Cisco wildcard, hosts/range,
network range.
* The ability to "split" a network based on a smaller netmask, now also with
recursive runs on the generated subnets. (also IPv6)
- IPv6
* Compressed and expanded input and output addresses.
* Standard IPv6 network output.
* v4 in v6 output.
* Reverse DNS address generation.
|