chiark / gitweb /
pathmtu: New program for determining the MTU to a host.
[tripe] / debian / control
CommitLineData
ef4a1ab7 1Source: tripe
2Section: net
3Priority: extra
37941236 4Maintainer: Mark Wooding <mdw@distorted.org.uk>
6b6ad670 5Build-Depends: catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4),
28461f0e 6 tshark, wireshark-dev (>= 0.10.10), debhelper (>= 4.0.2)
ef4a1ab7 7Standards-Version: 3.1.1
8
9Package: tripe
10Architecture: any
59cc63ec 11Depends: ${shlibs:Depends}, makedev (>= 2.3.1-63)
ef4a1ab7 12Recommends: catacomb-bin
13Suggests: pkstream
14Description: Trivial IP Encryption: a simple virtual private network
15 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
16 and authenticity of packets it sends and receives.
17 .
e04c2d50 18 This package contains the main daemon, support programs, and documentation.
42da2a58 19 It ideally wants a 2.4 series kernel with the TUN/TAP driver enabled, but
20 it will work with any kernel which speaks SLIP.
ef4a1ab7 21
22Package: pkstream
23Architecture: any
24Depends: ${shlibs:Depends}
25Suggests: fw | ssh | stunnel
26Description: Forward UDP packets over a stream
27 Pkstream is a simple program which transmits and receives UDP datagrams
28 over a reliable stream. By default, it will send and receive the
29 packets on standard input and output; it also natively understands TCP
28461f0e 30 sockets. Anything else can probably be fudged up with a port forwarder.
ef4a1ab7 31
c64d8cd5
MW
32Package: pathmtu
33Architecture: any
34Depends: ${shlibs:Depends}
35Description: Discover the path MTU to a given host
36 Pathmtu is a simple utility which prints the path MTU to a given host, i.e.,
37 the size of the largest IP packet which can be sent to the host without
38 needing to be fragmented.
39
49f86fe4
MW
40Package: tripe-uslip
41Architecture: any
42Depends: ${shlibs:Depends}
43Recommends: tripe
44Description: Trivial IP Encryption: a simple virtual private network
45 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
46 and authenticity of packets it sends and receives.
47 .
48 The tripe-uslip tool provides a fake SLIP tunnel which can be driven from
49 scripts and is useful for testing. `If in doubt, say N here.'
50
28461f0e 51Package: tripe-wireshark
ef4a1ab7 52Architecture: any
6b6ad670 53Depends: wireshark-common (= ${tripe:Wireshark-Version})
28461f0e
MW
54Description: Trivial IP Encryption: a simple virtual private network
55 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
56 and authenticity of packets it sends and receives.
57 .
58 This package contains the protocol analysis plug-in for Wireshark (the new
59 name for Ethereal).
60
61Package: tripe-ethereal
62Architecture: all
63Depends: tripe-wireshark
ef4a1ab7 64Description: Trivial IP Encryption: a simple virtual private network
65 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
66 and authenticity of packets it sends and receives.
67 .
28461f0e
MW
68 This is a dummy package to ease the transition to tripe-wireshark (since
69 Wireshark is apparently the new name for Ethereal). You should probably
70 remove this package.
060ca767 71
72Package: tripemon
73Architecture: all
74Depends: python (>= 2.3), python-gtk2 (>= 2.6), tripe
75Description: Trivial IP Encryption: a simple virtual private network
76 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
77 and authenticity of packets it sends and receives.
78 .
79 This package contains a graphical monitor program for managing and
80 keeping an eye on a TrIPE server.
81
82Package: tripe-keys
83Architecture: all
84Depends: python (>= 2.3), tripe, catacomb-bin, python-catacomb
85Description: Trivial IP Encryption: a simple virtual private network
86 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
87 and authenticity of packets it sends and receives.
88 .
89 This package contains a tool for centrally managing TrIPE keys.