mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Initial import of ngrep-lib-1.0.
This library is based on ngrep. Instead of having to worry about the pcap, the options, the syntax, the processing of the IP packets et al. PR: 30154 Submitted by: Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
parent
73ff7800b9
commit
7451753ad4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47902
@ -227,6 +227,7 @@
|
||||
SUBDIR += netsed
|
||||
SUBDIR += nettest
|
||||
SUBDIR += ngrep
|
||||
SUBDIR += ngrep-lib
|
||||
SUBDIR += nocol
|
||||
SUBDIR += ns
|
||||
SUBDIR += nsc
|
||||
|
20
net/ngrep-lib/Makefile
Normal file
20
net/ngrep-lib/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: ngrep-lib
|
||||
# Date created: 28 August 2001
|
||||
# Whom: Edwin Groothuis (edwin@mavetju.org)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ngrep-lib
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.mavetju.org/download/
|
||||
|
||||
MAINTAINER= edwin@mavetju.org
|
||||
|
||||
MAN3= ngrep-lib.3
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+=--prefix=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/ngrep-lib/distinfo
Normal file
1
net/ngrep-lib/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ngrep-lib-1.0.tar.gz) = e0957e79588a3cc6ffef3be8de5e580b
|
1
net/ngrep-lib/pkg-comment
Normal file
1
net/ngrep-lib/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Easy packet filtering library based on ngrep
|
11
net/ngrep-lib/pkg-descr
Normal file
11
net/ngrep-lib/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Easy packet filtering in your programs.
|
||||
|
||||
This library is based on ngrep. Instead of having
|
||||
to worry about the pcap, the options, the syntax, the processing
|
||||
of the IP packets et al, you now have an easy interface:
|
||||
Initialize and run. Let the callback functions handle the rest.
|
||||
|
||||
Edwin Groothuis
|
||||
edwin@mavetju.org
|
||||
|
||||
WWW: http://www.mavetju.org
|
3
net/ngrep-lib/pkg-plist
Normal file
3
net/ngrep-lib/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/libngrep.so.1
|
||||
lib/libngrep.so
|
||||
include/ngrep-lib.h
|
Loading…
x
Reference in New Issue
Block a user