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 |
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 |
Does the specified message have an Ethernet type value? Is that what you mean by "an ethernet-type lua script"?