This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

x8033? What exactly is this?

0

I have a program sending a raw ethernet packet of protocol "0x8033". The info says Ethernet II, so I'm assuming it's an ethernet packet, but I wanted confirmation. What is the 8033?

Here's the packet: No. Time Source Destination Protocol Length Info 4 2.557326000 Dell_b9:54:a3 Broadcast 0x8033 80 Ethernet II

Frame 4: 80 bytes on wire (640 bits), 80 bytes captured (640 bits) on interface 0 Ethernet II, Src: Dell_b9:54:a3 (b8:ca:3a:b9:54:a3), Dst: Broadcast (ff:ff:ff:ff:ff:ff) Data (66 bytes)

0000 21 01 01 42 00 00 0d 6c 06 04 03 00 19 bc b8 ca !..B...l........

0010 3a b9 54 a3 c0 a8 02 63 ff ff ff ff ff ff 00 00 :.T....c........

0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

0040 00 00

asked 03 Apr '14, 09:08

katlucas's gravatar image

katlucas
1112
accept rate: 0%


2 Answers:

1

According to the IEEE, it is an ether type that VIA Systems registered. That, or a system on your network is sending strange ether types :-)

answered 03 Apr '14, 09:12

Jasper's gravatar image

Jasper ♦♦
23.8k551284
accept rate: 18%

Thanks. hmm, yeah. I'm trying to recreate the packet in vb.net and hoping this would give me some insight on how to.

(03 Apr '14, 09:38) katlucas

0

HikVision SADP (discovery protocol) tool, for managing settings on Hikvision IP network cameras.

Cameras broadcast on this protocol. SADP tool (windows only), sends back configuration settings.

answered 12 Nov '16, 16:42

davemc50's gravatar image

davemc50
61
accept rate: 0%