Wireshark mailing list archives
about DissectorTable
From: hacken Tao <taokeqin () gmail com>
Date: Wed, 21 Apr 2010 23:41:55 +0800
Hi ALL,I want use lua to write a dissector for wireshark.I meet a
problem,hope some one can help?
I can redissect dns protocol as fellowing:
1, create a new Protoļ¼and use
2, tab = DissectorTable:get("udp.port") to get the udp.port table,then use
3, tab:add(53,mydissector) to add my dissector
it works!
BUT if i want to redissect the ARP protocol, when i use
DissectorTable:get(name),I do not know which name is correct?? if i am in a
wrong way,how??
are there some functions or docs that can show all the Dissectors and
DissectorTable??
thanks!
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- about DissectorTable hacken Tao (Apr 21)
- Re: about DissectorTable Guy Harris (Apr 21)
- Re: about DissectorTable hacken Tao (Apr 21)
- Re: about DissectorTable Guy Harris (Apr 21)
