diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-04 07:30:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-04 07:30:37 +0000 |
commit | 0849723e380f04e6f5b783d00a7e636a418c2033 (patch) | |
tree | d607a76cd3bed23601a9da267512dab41a6349a2 /net/Makefile | |
parent | 94b7383a089b13291edab8f3e396ea7238302df9 (diff) | |
download | ports-0849723e380f04e6f5b783d00a7e636a418c2033.tar.gz ports-0849723e380f04e6f5b783d00a7e636a418c2033.zip |
Add libpcapnav 0.5,
Libcapnav is a libpcap wrapper library that allows navigation
to arbitrary packets in a tcpdump trace file between reads,
using timestamps or percentage offsets. The API is
intentionally much like that of the pcap library.
PR: ports/66177
Submitted by: Yann Berthier <yb@sainte-barbe.org>
Notes
Notes:
svn path=/head/; revision=108340
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 75edeb925a00..c29ebd9b6be5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -271,6 +271,7 @@ SUBDIR += libosip SUBDIR += libosip2 SUBDIR += libpcap + SUBDIR += libpcapnav SUBDIR += libpdtp SUBDIR += librsync SUBDIR += libsocket++ |