From a1fd8657a57f67ef158e2166847e416c887b632c Mon Sep 17 00:00:00 2001 From: krion Date: Tue, 4 May 2004 07:35:47 +0000 Subject: 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 --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') 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 -- cgit