lahell/PSDiscoveryProtocol

Incomplete data displayed

TheMNSTR opened this issue · 3 comments

Hi,

I've noticed that the IP Address property is not being displayed, if the CDP neighbor is an IP phone.
In "CaptureCDP" module, it was showing up. Screenshot below.
Is there a way to get that back?

image

If the CDP neighbor is a switch, the IP address is showing up fine.

Please try to reverse commit 74d8670 to see if that fixes your issue.

Please try to reverse commit 74d8670 to see if that fixes your issue.

Yes, that did the trick 🙂 . Thank you 🙂 .

Fixed by commit 5b239f0. The property .IPAddress will now be an array of IPv4 and IPv6 addresses from the Addresses TLV (0x0002). There is also a new property called .Management which will be an array of IPv4 and IPv6 addresses from the Management Addresses TLV (0x0016).