diff options
author | krion <krion@FreeBSD.org> | 2004-05-04 15:35:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-04 15:35:47 +0800 |
commit | a1fd8657a57f67ef158e2166847e416c887b632c (patch) | |
tree | 1291135ad9edcff2739a0bed4d01c15aef5ce95c /net/Makefile | |
parent | a223f6489954c982c1a4db4f1104f430d7ab2d30 (diff) | |
download | freebsd-ports-gnome-a1fd8657a57f67ef158e2166847e416c887b632c.tar.gz freebsd-ports-gnome-a1fd8657a57f67ef158e2166847e416c887b632c.tar.zst freebsd-ports-gnome-a1fd8657a57f67ef158e2166847e416c887b632c.zip |
Add libnetdude 0.6,
The core of the Netdude framework and the place where the
packet manipulations are performed. It allows you to implement
trace file manipulations at a much higher level of abstraction
than code written directly on top of the pcap library.
PR: ports/66178
Submitted by: Yann Berthier <yb@sainte-barbe.org>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c29ebd9b6be5..a0745382c2d2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -266,6 +266,7 @@ SUBDIR += libicq2000 SUBDIR += libnet SUBDIR += libnet-devel + SUBDIR += libnetdude SUBDIR += libnids SUBDIR += libnss-mysql SUBDIR += libosip |