-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathREADME
69 lines (56 loc) · 1.84 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
CDPSnarf v0.1.6 Cisco Discovery Protocol Sniffer
by Tasos "Zapotek" Laskos
Licensed under the GNU General Public License v2
General
----------
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
-----------
A feature list follows:
o Time intervals between CDP advertisements
o Source MAC address
o CDP Version
o TTL
o Checksum
o Device ID
o Software version
o Platform
o Addresses
o Port ID
o Capabilities
o Duplex
o Save packets in PCAP dump file format
o Read packets from PCAP dump files
o Debugging information (using the "-d" flag)
o Tested with IPv4 and IPv6 [1]
[1] Other protocols will be detected and addresses will be printed in an
IPv6 hexadecimal format
Usage
------
Issue the "make" command to built CDPsnarf from source.
Then issue:
sudo cdpsnarf -i <device>
More options with:
cdpsnarf -h
Requirements
-------------
* PCAP library [http://www.tcpdump.org]
* GCC
Bug reports/Feature requests
-------------------------------
Please send your feedback using GitHub's issue system (http://github.com/Zapotek/cdpsnarf/issues).
I will do my best to apply bugfixes and add new features as fast as possible.
License
---------
CDPSnarf is licensed under the GNU General Public License v2.
See the file "LICENSE" in the same folder for more informaton.
Disclaimer
-----------
CDPSnarf is free software and you are allowed to use it as you see fit.
However, I can't be held responsible for your actions or for any damage
caused by the use of this software.