Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
README
Package: mrtg-2.13.2.zip [view]
Upload User: shbosideng
Upload Date: 2013-05-04
Package Size: 1555k
Code Size: 1k
Category:
SNMP
Development Platform:
C/C++
- From: Ilya Konstantinov <future@galanet.net>
- Date: 06 Sep 2000 18:53:33 -0200
- I have tweaked the ipchainacc perl script provided in MRTG's contrib for our
- own use at our LUG, and I thought the rest of the users might find my
- changes helpful.
- Changes:
- 1. Made it account BYTES instead of PACKETS, like it used to do before.
- 2. It now accepts (optional) two command-line arguments to make it
- return results for the 2nd etc. rules in the chain, so for example,
- I can insert rules into the 'acctin' and 'acctout' chains which'll match
- traffic with destination and source (respectively) port set to 80, so I
- could
- see how much traffic passes through HTTP only.
- so:
- ipchainacc 1 1
- should return counters of 2nd acctin and 2nd acctout rules.