0bj3ct1veC / pcap-touch-server

Automatically exported from code.google.com/p/pcap-touch-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pcap Touch Server 
by Kara Martens

Released under the GNU GPL v3
https://www.gnu.org/licenses/gpl.html

INSTALL
-------
To install the application run 
	make && make install
The applictaion is now installed at /usr/bin/pcapserver

USAGE
-----
pcapserver [-f pcap filter] [-i interface]
  pcap filter  A filter using the libpcap format,
               filters with spaces should be in quotes.
  interface    The name of the network interface to capture on.

UNINSTALL
---------
make uninstall 
or
rm /usr/bin/pcapserver

About

Automatically exported from code.google.com/p/pcap-touch-server


Languages

Language:C 73.5%Language:Makefile 26.5%