diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-06 06:01:36 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-06 06:01:36 +0800 |
commit | 17e7e7198af8596af1f64b78f01a4245e9793be7 (patch) | |
tree | c36137b0d647561b89184e1785bfc9f00f71469d /net-mgmt/Makefile | |
parent | ed2ad8e545f064cd09f13dfc31c31ad2c80c16e1 (diff) | |
download | freebsd-ports-gnome-17e7e7198af8596af1f64b78f01a4245e9793be7.tar.gz freebsd-ports-gnome-17e7e7198af8596af1f64b78f01a4245e9793be7.tar.zst freebsd-ports-gnome-17e7e7198af8596af1f64b78f01a4245e9793be7.zip |
New port: net-mgmt/cdpsnarf
CDPSnarf is a network sniffer exclusively written to
extract information from CDP packets. It provides all
the information a "show cdp neighbors detail" command
would return on a Cisco router and even more.
Features:
Time intervals between CDP advertisements
Source MAC address
CDP Version
TTL
Checksum
Device ID
Software version
Platform
Addresses
Port ID
Capabilities
Duplex
Save packets in PCAP dump file format
Read packets from PCAP dump files
Debugging information (using the "-d" flag)
Tested with IPv4 and IPv6
WWW: https://github.com/Zapotek/cdpsnarf
PR: 206841
Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index d9678efc474a..fb9ab1249db4 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -28,6 +28,7 @@ SUBDIR += ccnet SUBDIR += cdpd SUBDIR += cdpr + SUBDIR += cdpsnarf SUBDIR += centreon-clib SUBDIR += check_ipmi_sensor SUBDIR += check_logfiles |