ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] ASN1-based dissector as plugin

From: Ed Beroset <beroset@xxxxxxxxxxxxxx>
Date: Mon, 08 Feb 2010 20:46:22 -0500

OK, I have added a page and some code to show how it works. The new page is http://wiki.wireshark.org/ASN1_plugin and it works under Linux, but I'm still working on a Windows version. The makefiles are somewhat byzantine. Comments, complaints, suggestions welcome.

Ed
Anders Broman wrote:
Hi,
Additions to the Wiki on how to build asn2wrs generated plugins or
dissectors are most welcome :-)
Regards
Anders

-----Ursprungligt meddelande-----
Fr�n: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] F�r Ed Beroset
Skickat: den 7 februari 2010 19:31
Till: Developer support list for Wireshark
�mne: [Wireshark-dev] ASN1-based dissector as plugin

I've been working on an ASN.1-based dissector lately and got impatient with the slow modify-compile-test cycling, so I have changed it to be an ASN.1-based plugin dissector. I am thinking this technique might be of general use to those building such dissectors, so perhaps a simple sample along these lines would be something I could contribute.

So I have two questions for the group:
1. is this of interest to anyone but me?
2. would an addition to the wiki be the best way to contribute this?

Ed