diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:13:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:13:05 +0000 |
commit | d89fede3849004be87494c62f2e5b8140c7d69c5 (patch) | |
tree | 5e000e46fe2807586a9ae25d96e7ab043323d91e /debian/control | |
parent | Adding upstream version 4.99.4. (diff) | |
download | tcpdump-d89fede3849004be87494c62f2e5b8140c7d69c5.tar.xz tcpdump-d89fede3849004be87494c62f2e5b8140c7d69c5.zip |
Adding debian version 4.99.4-3.debian/4.99.4-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..368fca9 --- /dev/null +++ b/debian/control @@ -0,0 +1,34 @@ +Source: tcpdump +Section: net +Priority: optional +Maintainer: Romain Francoise <rfrancoise@debian.org> +Build-Depends: debhelper-compat (= 13), + dh-apparmor, + dpkg-dev (>= 1.16.1~), + libpcap0.8-dev (>= 1.9.1), + libssl-dev +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: https://www.tcpdump.org/ +Vcs-Browser: https://salsa.debian.org/rfrancoise/tcpdump +Vcs-Git: https://salsa.debian.org/rfrancoise/tcpdump.git + +Package: tcpdump +Architecture: any +Depends: adduser, + ${misc:Depends}, + ${shlibs:Depends} +Breaks: apparmor-profiles-extra (<< 1.12~) +Replaces: apparmor-profiles-extra (<< 1.12~) +Suggests: apparmor (>= 2.3) +Multi-Arch: foreign +Description: command-line network traffic analyzer + This program allows you to dump the traffic on a network. tcpdump + is able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS + BGP, RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet + types. + . + It can be used to print out the headers of packets on a network + interface, filter packets that match a certain expression. You can + use this tool to track down network problems, to detect attacks + or to monitor network activities. |