Wireshark mailing list archives

dissector.


From: aditya shankar <aditya0555 () gmail com>
Date: Mon, 15 Jul 2013 11:03:04 -0400

Hi Everyone,

I am making a dissector for wireshark in lua for a custom protocol for
overlay messages. The messages do not have a fixed port on which they get
sent.
So in order to add the dissector to the dissector table which other
"pattern" can i use? or is there a way to add multiple ports to this list?

local tcp_dissector_table = DissectorTable.get("tcp.port")
tcp_dissector_table:add(****here*****, OLMessage)

Thanks
a
___________________________________________________________________________
Sent via:    Wireshark-users mailing list <wireshark-users () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
             mailto:wireshark-users-request () wireshark org?subject=unsubscribe

Current thread: