First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Capturing CDP packets over USB C? [closed]

  • retag add tags

Hi Guys,

Don't know if it's possible, but I would like to capture CDP packets over USB C. I have HP Elite X2 and unfortunately it doesn't have Ethernet port so I am using I-TEC USB-C/RJ45 converter. Looks like I am getting USB traffic, but is there any way to convert it to more usable data?

Majkel's avatar
3
Majkel
asked 2019-01-15 10:36:34 +0000
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "the question is answered, right answer was accepted" by Majkel 2019-01-17 06:58:03 +0000

Comments

add a comment see more comments

1 Answer

0

CDP is a protocol that runs over Ethernet; it doesn't directly run over USB.

libpcap supports capturing raw USB traffic on several platforms; if that's what you're doing, that's probably not the best way to capture protocols running over Ethernet, such as CDP.

If your "converter" is really a USB-based Ethernet adapter, it should show up in Wireshark as an Ethernet interface. Try capturing on that rather than on a USB bus.

Guy Harris's avatar
19.9k
Guy Harris
answered 2019-01-15 19:08:21 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments