Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] compiling asn.1 dissectors in Linux

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 11 Apr 2016 11:01:23 -0700
On Apr 11, 2016, at 10:48 AM, d3c1978@xxxxxxxxx wrote:

> How do I regenerate ASN.1 based dissectors when I change some .asn and .cfg files in wireshark/epan/dissectors/asn1/lte-rrc/ ?

	cd epan/dissectors/asn1/lte-rrc
	make

> I know about it in Windows (thanks to Pascal), but now am stuck with Linux (even the directory structure seems to be quite different here).

The only difference in the directory structure is that paths use /, rather than \, as path separators, just like other UN*Xes.  The actual directory *layout* is the same in all OSes.

If you're referring to the "asn1" directory having moved from the top level to being under epan/dissectors on UN*X and epan\dissectors on Windows, that's a relatively recent change that affects *all* platforms.