[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: Add tcptrack.
From: |
guix-commits |
Subject: |
04/07: gnu: Add tcptrack. |
Date: |
Fri, 1 Sep 2023 11:11:17 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 2e568050d7dab28879f97e6e9078f7bca3073732
Author: Jakob Kirsch <jakob.kirsch@web.de>
AuthorDate: Wed Jun 21 22:14:55 2023 +0200
gnu: Add tcptrack.
* gnu/packages/admin.scm (tcptrack): New variable.
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Jelle Licht <jlicht@fsfe.org>
---
gnu/packages/admin.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a538432d44..604cd70c02 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4276,6 +4276,28 @@ on systems running the Linux kernel.")
(supported-systems '("i686-linux" "x86_64-linux"))
(license license:gpl2)))
+(define-public tcptrack
+ (package
+ (name "tcptrack")
+ (version "1.4.3")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bchretien/tcptrack")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "08lh3l67wn4kq9q0nfspc7rj0jvp9dzwjgxpvqliwcif8cy5mi45"))))
+ (build-system gnu-build-system)
+ (inputs (list libpcap ncurses))
+ (synopsis "TCP connections sniffer")
+ (description
+ "Tcptrack is a sniffer which displays information about TCP connections
+it sees on a network interface. This is a fork of Steve Benson’s tcptrack.")
+ (home-page "https://github.com/bchretien/tcptrack")
+ (license license:lgpl2.1+)))
+
(define-public masscan
(package
(name "masscan")
- branch master updated (4e531e55dc -> 4d4bf9ab1f), guix-commits, 2023/09/01
- 05/07: gnu: Add libcppgenerate., guix-commits, 2023/09/01
- 04/07: gnu: Add tcptrack.,
guix-commits <=
- 07/07: gnu: sound-juicer: Update to 3.40.0., guix-commits, 2023/09/01
- 01/07: doc: cookbook: Document the configuration of a Yubikey with KeePassXC., guix-commits, 2023/09/01
- 03/07: gnu: Add usbrelay., guix-commits, 2023/09/01
- 06/07: gnu: dbus-cxx: Update to 2.4.0., guix-commits, 2023/09/01
- 02/07: cookbook: Add a recipe for running Guix System on a Kimsufi server., guix-commits, 2023/09/01