diff options
author | wxs <wxs@FreeBSD.org> | 2008-06-14 07:41:46 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-06-14 07:41:46 +0800 |
commit | 370e2646f9ba5642b4711429fb39b7ba15d9cb5e (patch) | |
tree | faa18df3fdb4835ae3fb8f08bfdbcc058c8add5b /net/Makefile | |
parent | 3ede4db549586e2f73f579916bd011f7925d6ae4 (diff) | |
download | freebsd-ports-gnome-370e2646f9ba5642b4711429fb39b7ba15d9cb5e.tar.gz freebsd-ports-gnome-370e2646f9ba5642b4711429fb39b7ba15d9cb5e.tar.zst freebsd-ports-gnome-370e2646f9ba5642b4711429fb39b7ba15d9cb5e.zip |
Add httpry:
"httpry is a specialized packet sniffer designed for displaying and logging
HTTP traffic. It is not intended to perform analysis itself, but to capture,
parse, and log the traffic for later analysis. It can be run in real-time
displaying the traffic as it is parsed, or as a daemon process that logs to an
output file. It is written to be as lightweight and flexible as possible, so
that it can be easily adaptable to different applications."
WWW: http://dumpsterventures.com/jason/httpry/
Submitted by: Richard Bejtlich (private mail)
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 eecc69424b05..acd62c089995 100644 --- a/net/Makefile +++ b/net/Makefile @@ -213,6 +213,7 @@ SUBDIR += htpdate SUBDIR += http_ping SUBDIR += httping + SUBDIR += httpry SUBDIR += iaxmodem SUBDIR += icmpinfo SUBDIR += icpld |