TCPWatch is a utility written in Python that lets you monitor
forwarded TCP connections or HTTP proxy connections. It
displays the sessions in a window with a history of past
connections. It is useful for developing and debugging protocol
implementations and web services.
PR: ports/66673
Submitted by: ports@c0decafe.net
- Rewrite libsmbclient port to not conflict with samba port, stop installing
libsmbclient in samba port
- Split out python extensions into standalone port
PR: ports/65976
Submitted by: Timur I. Bakeyev <timur@gnu.org> (samba-devel maintainer)
Approved by: Koop Mast (samba-libsmbclient maintainer)
user limit and low CPU/Bandwidth requirements.
- Uses a mysql backend (local or remote)
- Ability to use plugins to increase base functionality and flexibility
- Versatile OP commands
PR: ports/66329
Submitted by: Bill Cadwallader <hurbold@yahoo.com>
etunnel is a TCP/UDP connections tunneling tool. It can
make direct tunnels or via proxy server.
PR: ports/66288
Submitted by: Kostas Petrikas <expl@punktas.lt>
and their progress. Each transfer is displayed in a panel showing the filename
and the percentage of transmitted bytes.
PR: ports/66204
Submitted by: Tobias Roth <ports@fsck.ch>
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>
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>
This is port for version 2.3.11 of pppd (includes also chat and
pppstats). Version 2.3.11 is last in 2.3 branch (last which
supports BSD systems from box). Base system contains version
2.3.5 which is waaay outdated. Port is called pppd23 to
distinct from possibly following port for 2.4.*.
It seems that almost all PRs for basesystem pppd are fixed in
2.3.11.
PR: ports/65398
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
QTorrent is a BitTorrent client that uses the Qt widget-set. It
allows you to have several torrents open at the same time from
within the same program window, offering you easy overview,
access and management through a list-mode. Every torrent also
has it's own page where you can control things like upload
speed and upload slots. A page that shows some statistics of
all open torrents is also available.
PR: ports/65007
Submitted by: michael johnson <ahze@ahze.net>
. fix pkg-plist to include installed libraries and new modules
. fix net-snmp configure args
PR: ports/64777, ports/64808
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (#64777)
Ken Stailey <kstailey@yahoo.com> (#64808)
. follow master_site layout changes
Submitted by: lost private email (sorry!)
. introduce a LITE variable and add [t]ethereal-lite slave ports to build
packages that don't depend on the kitchen sink.
cnd or console network display is a curses based real time
display of a networks input and output.
PR: ports/64155
Submitted by: Daniel Bryan <sisko@bsdmail.com>
Net::Ping::External is a module which interfaces with the
"ping" command on many systems. It presently provides a single
function, ping(), that takes in a hostname and (optionally) a
timeout and returns true if the host is alive, and false
otherwise. Unless you have the ability (and willingness) to run
your scripts as the superuser on your system, this module will
probably provide more accurate results than Net::Ping will.
PR: ports/63826
Submitted by: Douglas Thrift <douglas@douglasthrift.net>
What is mDNSResponder?
----------------------
The mDNSResponder project is a component of Rendezvous,
Apple's ease-of-use IP networking initiative:
<http://developer.apple.com/macosx/rendezvous/index.html>
Apple's Rendezvous software derives from the ongoing standardization
work of the IETF Zero Configuration Networking Working Group:
<http://zeroconf.org/>
See rest of readme for other juicy details.
Secial thanks to Apple for making this code available as well as
to the various people inside Apple that made this possible.
show "up" status for a host that is available (ping packets are returned to
you) and "down" status for a host that cannot be pinged.
PR: ports/62962
Submitted by: Sergey Velichkevich <serg@cad.kiev.ua>
Python API to the GeoIP library for obtaining the country,
region, city, latitude, and longitude of any IP address.
PR: ports/63490
Submitted by: Stefan Walter <sw@gegenunendlich.de>