Wireshark-bugs: [Wireshark-bugs] [Bug 11304] ASN.1 dissectors are not generated from template wi

Date: Wed, 24 Jun 2015 15:45:22 +0000

changed bug 11304


What Removed Added
Status UNCONFIRMED CONFIRMED
Ever confirmed   1

Comment # 1 on bug 11304 from
This offending commit is:

commit cc8ed845ed53ed60fa776728f1d7f2659dd311a3
Author: Maarten Bezemer <[email protected]>
Date:   Wed Nov 12 13:39:07 2014 +0100

    Invoke asn2wrs.py using a custom command

    A custom target is defined to be always invalid, so asn2wrs.py is always
invoked.
    A custom command is able to convert input file(s) into output file(s), the
actual command is only invoked in the provided dependencies are changed.
    As an advantage the dependencies are correct, so cmake is able to determine
when the output file is required, so it can be build in time.

    Change-Id: I84be5d408cfc87cf88d67b6073bea439febbe712
    Reviewed-on: https://code.wireshark.org/review/5255
    Reviewed-by: Anders Broman <[email protected]>

reverting it makes it work again.


You are receiving this mail because:
  • You are watching all bug changes.