-------------------------------------------------------------------------------
SnmpSniff v1.0, a promiscuous SNMP PDU sniffer.

	Copyright, May 1998, Nuno Leitao (nuno.leitao@convex.pt),
	Convex Informatica e Sistemas Portugal, Tel.: +351 1 4221040

COPYRIGHT NOTICE:
	This code is provided *as is*, the author stands no responsability for
	it's use. You may copy, distribute or modify this code, as long as you
	keep this copyright notice intact.
	This code uses the CMU-SNMP (v.1.10) API,  Copyright 1998 by Carnegie
	Mellon University.
-------------------------------------------------------------------------------

 SnmpSniff is a promiscuous (that is, stands on a LAN and shows all traffic)
SNMP PDU sniffer. It can use the SOCK_PACKET mechanism (avaiable on Linux and
a couple of other systems) or the libpcap capturing facility (you can also use
libpcap on systems that support SOCK_PACKET).
  libpcap can be found on:

	ftp://ftp.ee.lbl.gov/libpcap.tar.Z

  the version we tested it with was 0.4a5, it should compile on newer versions
also.
  You also need the CMU-SNMP library, SnmpSniff has been tested with
versions 1.7 to 1.11 you can find it in:

	ftp://ftp.net.cmu.edu/pub/snmp

  information about CMU-SNMP can be found at:

	http://www.net.cmu.edu/projects/snmp/

  Importants RFC's you should read to fully understand what we are talking 
about are:

[ SNMPv1 ]
 * RFC 1155: Structure and Identification of Management Information for
 * RFC 1157: A Simple Network Management Protocol (SNMP)

[ SNMPv2 ]
 * RFC 1901: Introduction to Community-based SNMPv2
 * RFC 1902: Structure of Management Information for SNMPv2
 * RFC 1903: Textual Conventions for SNMPv2
 * RFC 1904: Conformance Statements for SNMPv2
 * RFC 1905: Protocol Operations for SNMPv2
 * RFC 1906: Transport Mappings for SNMPv2
 * RFC 1907: Management Information Base for SNMPv2
 * RFC 1908: Coexistence between SNMPv1 and SNMPv2

