Add tcpxtract. A tool for extracting files from network traffic.

This commit is contained in:
MANTANI Nobutaka 2006-01-03 19:25:23 +00:00
parent 93a94fa7f6
commit 45d4c341a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152676
4 changed files with 33 additions and 0 deletions

View file

@ -757,6 +757,7 @@
SUBDIR += tcptraceroute
SUBDIR += tcpview
SUBDIR += tcpwatch
SUBDIR += tcpxtract
SUBDIR += tdetect
SUBDIR += telnetx
SUBDIR += telserv

23
net/tcpxtract/Makefile Normal file
View file

@ -0,0 +1,23 @@
# New ports collection makefile for: tcpxtract
# Date created: 3 January 2006
# Whom: MANTANI Nobutaka <nobutaka@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= tcpxtract
PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nobutaka@freebsd.org
COMMENT= A tool for extracting files from network traffic
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
MAN1= tcpxtract.1
PLIST_FILES= bin/tcpxtract etc/tcpxtract.conf
.include <bsd.port.mk>

3
net/tcpxtract/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (tcpxtract-1.0.1.tar.gz) = 1d8fe172d4590c33a157798e08dc0ccd
SHA256 (tcpxtract-1.0.1.tar.gz) = 613aa6be39772b236d89c5ef377c27b10ac44d1c34731105599283862dfc05be
SIZE (tcpxtract-1.0.1.tar.gz) = 127102

6
net/tcpxtract/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
tcpxtract is a tool for extracting files from network traffic based on file
signatures. It supports 26 file formats and you can add new format by editing
its config file. You can extract files from live network or pcap format capture
file.
WWW: http://tcpxtract.sourceforge.net/