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

ArtNet dissection

0

Hi guys,

Where is the Artnet dissection in the new version? I use wireshark for lighting networks who use ArtNet and sACN.

ACN is implemented but Artnet is gone. In older versions of wireshark artnet where implemented but no ACN. Now ACN in but ArtNet out.

How can I put ArtNet back?

Regards

asked 11 Nov '14, 14:48

bigfoot's gravatar image

bigfoot
11112
accept rate: 0%


One Answer:

0

There is still an ArtNet dissector in the code base but you need to do "decode as" on an UDP packet containing an ArtNet packet for it to be invoked. It will also be heuristically detected if the first 8 bytes are "/* Check the 8 byte header "Art-Net\0""

answered 12 Nov '14, 04:26

Anders's gravatar image

Anders ♦
4.6k952
accept rate: 17%

There was actually a bug in the heuristics , fixed in https://code.wireshark.org/review/5257

(12 Nov '14, 05:24) Anders ♦