File: control

package info (click to toggle)
dublin-traceroute 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid
  • size: 764 kB
  • sloc: cpp: 1,170; ansic: 109; python: 95; ruby: 17; sh: 13; makefile: 8
file content (53 lines) | stat: -rw-r--r-- 2,072 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: dublin-traceroute
Section: net
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper (>=11~),
 cmake,
 libpcap-dev,
 libtins4.0 (>=4.0),
 libtins-dev (>=4.0),
 pkg-config,
 libjsoncpp-dev
Standards-Version: 4.2.1
Homepage: https://dublin-traceroute.net
Vcs-Browser: https://salsa.debian.org/debian/dublin-traceroute
Vcs-Git: https://salsa.debian.org/debian/dublin-traceroute.git

Package: dublin-traceroute
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libdublintraceroute0 (= ${binary:Version})
Recommends: libcap2-bin
Description: NAT-aware multipath tracerouting tool
 Dublin Traceroute uses the techniques invented by the authors of
 Paris-traceroute to enumerate the paths of ECMP flow-based load balancing,
 but also introduces a new technique for NAT detection. It forges the IP ID
 in the probe packet and analyzes the responses in order to detect all the
 encountered NATs.

Package: libdublintraceroute0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: NAT-aware multipath tracerouting tool (library)
 Dublin Traceroute uses the techniques invented by the authors of
 Paris-traceroute to enumerate the paths of ECMP flow-based load balancing,
 but also introduces a new technique for NAT detection. It forges the IP ID
 in the probe packet and analyzes the responses in order to detect all the
 encountered NATs.
 This package contains a dynamic library.

Package: libdublintraceroute-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
 libdublintraceroute0 (= ${binary:Version}),
 libjsoncpp-dev,
 libtins-dev
Section: libdevel
Description: NAT-aware multipath tracerouting tool (dev)
 Dublin Traceroute uses the techniques invented by the authors of
 Paris-traceroute to enumerate the paths of ECMP flow-based load balancing,
 but also introduces a new technique for NAT detection. It forges the IP ID
 in the probe packet and analyzes the responses in order to detect all the
 encountered NATs.
 This package contains development files.