This is a quick way of getting cdp or lldp information from a switch by plugging in your network cable in a port. Results may vary, depending on the configuration of the port.
locate your interface with
C:\Program Files\Wireshark> .\tshark.exe -D
start capturing:
PS C:\Program Files\Wireshark> .\tshark.exe -i "\Device\NPF_{***}" \
-Y "(lldp) or (cdp)"
711 15.099343 Cisco_12:31:03 → CDP/VTP/DTP/PAgP/UDLD CDP 502 \
Device ID:switch-01.domain.com Port ID: GigabitEthernet0/3
[user@machine ~]$# tshark -D
[user@machine ~]$#tshark -i eth0 -Y "(lldp) or (cdp)"
if you want to force a packet you can do the following on a cisco switch
switch#show cdp nei gi0/8 det