Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate wireshark dissector for protocol with ACN encoding #100

Open
vgheo opened this issue Jul 3, 2017 · 0 comments
Open

generate wireshark dissector for protocol with ACN encoding #100

vgheo opened this issue Jul 3, 2017 · 0 comments

Comments

@vgheo
Copy link
Contributor

vgheo commented Jul 3, 2017

wireshark is a widely-used traffic analyzer.
In order to provide analysis of a specific protocol message encoding, it can be extended with a protocol-specific 'dissector'.
The dissector can be written either in C or LUA.
https://www.wireshark.org/docs/wsdg_html_chunked/ChapterDissection.html
https://www.wireshark.org/docs/wsdg_html_chunked/wsluarm.html

Note: It already supports ASN1 with standard encodings. ( to certain extent).

For ACN encoding, the wireshark dissector framework can be viewed as an alternate target platform.
( besides C , ADA for serialization purposes).
It is an alternative decoding of the protocol (ie - to a tree view ).

asn1scc could support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants