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.