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

Date: Wed, 24 Jun 2015 01:14:17 +0000
Bug ID 11304
Summary ASN.1 dissectors are not generated from template with cmake
Product Wireshark
Version Git
Hardware All
OS All
Status UNCONFIRMED
Severity Major
Priority Medium
Component Build process
Assignee [email protected]
Reporter [email protected]

Build Information:
wireshark v1.99.8rc0-90-g99ab5c9 (and also v1.99.8rc0-94-g93592e4)
cmake version 3.2.3
--
With cmake, the ASN.1 dissectors are not regenerated.

mkdir build && cd build
echo '/* test */' >> asn1/h225/packet-h225-template.c
cmake .. && make -C asn1

Expected result:
epan/dissectors/packet-h225.c should be regenerated.

Actual result:
File is not updated.


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