File: control

package info (click to toggle)
libtrace3 3.0.22-0.1
  • links: PTS
  • area: main
  • in suites: bookworm, trixie
  • size: 4,440 kB
  • sloc: ansic: 24,574; sh: 11,372; cpp: 1,811; makefile: 460; yacc: 96; lex: 50
file content (115 lines) | stat: -rw-r--r-- 4,571 bytes parent folder | download | duplicates (2)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Source: libtrace3
Priority: optional
Maintainer: Matt Brown <mattb@debian.org>
Build-Depends: debhelper (>= 5.0.0), dpkg-dev (>= 1.16.1~), dh-autoreconf,
 libpcap0.8-dev, zlib1g-dev, flex, bison, doxygen, liblzma-dev, graphviz,
 libncurses5-dev, libbz2-dev
Standards-Version: 3.9.6
Section: libs
Homepage: http://research.wand.net.nz/software/libtrace.php

Package: libtrace3-dev
Section: libdevel
Architecture: any
Depends: libtrace3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Provides: libtrace-dev
Conflicts: libtrace-dev
Description: development headers for the libtrace network processing library
 This package contains development headers and other ancillary files for
 the libtrace library.
 .
 libtrace is a library for trace processing. It supports multiple input
 methods, including device capture, raw and gz-compressed trace, and sockets;
 and multiple input formats, including pcap and DAG.
 .
 libtrace is developed by the WAND Network Research Group at Waikato
 University in New Zealand.

Package: libtrace3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: network trace processing library supporting many input formats
 libtrace is a library for trace processing. It supports multiple input
 methods, including device capture, raw and gz-compressed trace, and sockets;
 and multiple input formats.
 .
 libtrace is developed by the WAND Network Research Group at Waikato 
 University in New Zealand.

Package: libpacketdump3-dev
Section: libdevel
Architecture: any
Depends: libpacketdump3 (= ${binary:Version}), ${misc:Depends},
 ${shlibs:Depends}
Provides: libpacketdump-dev
Conflicts: libpacketdump-dev
Description: development headers for the libpacketdump library
 This package contains development headers and other ancillary files for
 the libpacketdump library.
 .
 libpacketdump provides a library which can parse packets and display the 
 packet contents in a nice human-readable form. The output is similar to that
 produced by tcpdump, although the formatting is somewhat more verbose.
 .
 libpacketdump is developed by the WAND Network Research Group at Waikato
 University in New Zealand.

Package: libpacketdump3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: network packet parsing and human-readable display library
 libpacketdump provides a library which can parse packets and display the
 packet contents in a nice human-readable form. The output is similar to that
 produced by tcpdump, although the formatting is somewhat more verbose.
 .
 libpacketdump is developed by the WAND Network Research Group at Waikato 
 University in New Zealand.

Package: libtrace-tools
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: helper utilities for use with the libtrace process library
 libtrace is a library for trace processing. These tools perform many common
 tasks that are required when analysing and manipulating network traces.
 .
 Multiple input methods and formats are supported including device capture, 
 raw and gz-compressed traces, and sockets.
 . 
 libtrace is developed by the WAND Network Research Group at Waikato 
 University in New Zealand.

Package: libwandio1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: multi-threaded file compression and decompression library
 File I/O library that will read and write both compressed and uncompressed
 files. All compression-related operations are performed in a separate thread
 where possible resulting in significant performance gains for tasks where I/O
 is the limiting factor (most simple trace analysis tasks are I/O-limited).
 .
 libwandio is developed by the WAND Network Research Group at Waikato
 University, New Zealand.

Package: libwandio1-dev
Section: libdevel
Architecture: any
Depends: libwandio1 (= ${binary:Version}), ${misc:Depends},
 ${shlibs:Depends}
Provides: libwandio-dev
Conflicts: libwandio-dev
Description: development headers for the libwandio library
 This package contains development headers and other ancillary files for
 the libwandio library.
 .
 libwandio is a file I/O library that will read and write both compressed and
 uncompressed files. All compression-related operations are performed in a
 separate thread where possible resulting in significant performance gains for
 tasks where I/O is the limiting factor (most simple trace analysis tasks are
 I/O-limited).
 .
 libwandio is developed by the WAND Network Research Group at Waikato
 University, New Zealand.