diff options
author | will <will@FreeBSD.org> | 2001-03-11 03:44:15 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-11 03:44:15 +0800 |
commit | 12dd28be8d6c3c0a784bdd6efe1218bf19e247dc (patch) | |
tree | 628b7bc0e4f8e5f356161917243ce2abb08c515b /net/Makefile | |
parent | e49eec295ebfee2017a9796428a1850f592ce248 (diff) | |
download | freebsd-ports-gnome-12dd28be8d6c3c0a784bdd6efe1218bf19e247dc.tar.gz freebsd-ports-gnome-12dd28be8d6c3c0a784bdd6efe1218bf19e247dc.tar.zst freebsd-ports-gnome-12dd28be8d6c3c0a784bdd6efe1218bf19e247dc.zip |
Add netsed 0.01, a program that alters the contents of packets in
real-time.
PR: 24178
Submitted by: Roman Shterenzon <roman@xpert.com>
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 7eae85fae1fe..6a10c85784b9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -173,6 +173,7 @@ SUBDIR += netpipes SUBDIR += netsaint SUBDIR += netsaint-plugins + SUBDIR += netsed SUBDIR += nettest SUBDIR += ngrep SUBDIR += nocol |