Ports Search

Results 3,5113,520 of 5,161 for /ports-mgmt/.(0.015 seconds)
net/pptpclient-1.8.0 (Score: 0.006224396)
PPTP client for establishing a VPN link with an NT server
This is a port of the "pptp-linux" PPTP client. It can establish a PPP connection with an NT server, tunneled through a PPTP link over the Internet. In effect, it makes the client machine behave as if it were on the same LAN as the server. John Polstra has created the port, including bug fixes that were subsequently integrated in the upstream release, and a patch to use FreeBSD's userland "ppp" package rather than "pppd" which it was originally designed to use. There is no manpage for this package, but you will find some quickstart instructions and example configuration files in "${PREFIX}/share/examples/pptpclient".
net/prosearch-0.19.4 (Score: 0.006224396)
Powerful file search
File search and navigation system RU: http://pro.setun.net/search/
net/netstring-1.14 (Score: 0.006224396)
Python module implementing the netstring protocol
An implementation of the netstrings protocol developed by D.J. Bernstein. netstrings transmits each string as the length followed by : followed by the string.
net/pure-sockets-0.7 (Score: 0.006224396)
Pure language interface to the Berkeley socket functions
Pure interface to the Berkeley socket functions. Provides most of the core functionality, so you can create sockets for both stream and datagram based protocols and use these to transmit messages. Unix-style file sockets are also available if the host system supports them.
net/impacket-0.9.15 (Score: 0.006224396)
Collection of Python classes providing access to network packets
Impacket is a collection of Python classes focused on providing access to network packets. Impacket allows Python developers to craft and decode network packets in simple and consistent manner. It includes support for low-level protocols such as IP, UDP and TCP, as well as higher-level protocols such as NMB and SMB. Impacket is highly effective when used in conjunction with a packet capture utility or package such as Pcapy. Packets can be constructed from scratch, as well as parsed from raw data. Furthermore, the object oriented API makes it simple to work with deep protocol hierarchies.
net/msrplib-0.14.4 (Score: 0.006224396)
Python MSRP client library
The MSRP protocol stack implementation for clients written in python. Message Session Relay Protocol (MSRP) is a protocol for transmitting a series of related instant messages in the context of a session. Message sessions are treated like any other media stream when set up via a rendezvous or session creation protocol such as the Session Initiation Protocol (SIP).
net/pcap-0.6.4 (Score: 0.006224396)
Python interface to LBL Packet Capture library (libpcap)
Python module for the libpcap packet capture library, based on the original python libpcap module by Aaron Rhodes.
net/pcapy-0.10.9 (Score: 0.006224396)
Python pcap extension
Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables Python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets.
net/remmina-plugin-1.0.0 (Score: 0.006224396)
Localized messages for Remmina plugins
net/xmlrpc-0.8.8.3 (Score: 0.006224396)
Fast implementation of the xmlrpc spec for Python
A very fast implementation of the xmlrpc spec for Python (written in C). It supports both blocking and non-blocking clients and servers on Windows and POSIX platforms. Version 0.8.1 is 100% compliant with the www.xmlrpc.com validator.