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

Wireshark-bugs: [Wireshark-bugs] [Bug 8375] New: packet-pres.c - Should be in ASN1_DISSECTOR_SRC

Date: Thu, 21 Feb 2013 22:30:04 +0000
Bug ID 8375
Summary packet-pres.c - Should be in ASN1_DISSECTOR_SRC
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
[~/wireshark-trunk] edwin@t43>svn info
Path: .
Working Copy Root Path: /usr/home/edwin/wireshark-trunk
URL: https://anonsvn.wireshark.org/wireshark/trunk
Repository Root: https://anonsvn.wireshark.org/wireshark
Repository UUID: f5534014-38df-0310-8fa8-9805f1628bb7
Revision: 47745
Node Kind: directory
Schedule: normal
Last Changed Author: guy
Last Changed Rev: 47745
Last Changed Date: 2013-02-19 18:06:55 +1100 (Tue, 19 Feb 2013)

--
In epan/dissectors/Makefile.common, the file packet-pres.c is in DISSECTOR_SRC
but it should be in ASN1_DISSECTOR_SRC.

>From the top of the file:

/* Do not modify this file.                                                  
*/
/* It is created automatically by the ASN.1 to Wireshark dissector compiler  
*/
/* packet-pres.c                                                             
*/
/* ../../tools/asn2wrs.py -b -p pres -c ./pres.cnf -s ./packet-pres-template -D
. -O ../../epan/dissectors ISO8823-PRESENTATION.asn ISO9576-PRESENTATION.asn */

/* Input file: packet-pres-template.c */

#line 1 "../../asn1/pres/packet-pres-template.c"
/* packet-pres.c


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