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

Write an ethernet-type lua script

0

when i write like this: local wtap_encap_table = DissectorTable.get("wtap_encap") wtap_encap_table:add(wtap["ETHERNET"], omciproto)

All packets are parsed,How can the specified message be parsed?

asked 01 Dec '16, 18:48

chenhao's gravatar image

chenhao
6112
accept rate: 0%

Does the specified message have an Ethernet type value? Is that what you mean by "an ethernet-type lua script"?

(01 Dec '16, 20:09) Guy Harris ♦♦