GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CLOG(8) System Manuals CLOG(8)

clog - tcp connection logger daemon

clog [-h] [-b] [-r] [-p] [-i interface ] [-o outfile ] [-f filter ]

clog is a program that logs all connections on your subnet. It uses the pcap(3) packet capture library to log any SYN packets to a logfile. The output format is designed to be very easily parsed by various text processing tools. The logfiles have the following format:

date|source_host|source_port|dest_host|dest_port

-b
Run clog in the background
-r
Resolve all addressed into hostnames instead of IP addresses
-p
Don't turn on promiscuous mode
-i
Specify what interface to use
-o
Specify what file to log to, default is stdout
-f
Specify a alternate filter expression

Brian Mitchell <brian@saturn.net>

pcap(3)
MAY 1996 Linux

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.