File: control

package info (click to toggle)
sipcalc 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 564 kB
  • sloc: ansic: 3,143; sh: 1,166; makefile: 14
file content (33 lines) | stat: -rw-r--r-- 1,289 bytes parent folder | download
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 <dispatch+sipcalc_contact@tracker.debian.org>
Homepage: http://www.routemeister.net/projects/sipcalc/
Build-Depends: debhelper (>= 11~), autoconf
Vcs-Git: https://salsa.debian.org/debian/sipcalc.git
Vcs-Browser: https://salsa.debian.org/debian/sipcalc
Standards-Version: 4.1.2

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.