aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-05-01 22:05:11 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-05-01 22:05:11 +0000
commit1cf1f16391a327b1a74045c60c492c39ab7569f0 (patch)
tree5bef9b4ab380f93035ddf293d1f1afe92695c153 /asn1/h225
parent8a2810c15a808a37a63ad5162cfbd5af2d38b461 (diff)
Split out common asn1 stuff to asn1.h and include that where needed.
svn path=/trunk/; revision=21635
Diffstat (limited to 'asn1/h225')
-rw-r--r--asn1/h225/h225-exp.cnf2
-rw-r--r--asn1/h225/packet-h225-template.c1
-rw-r--r--asn1/h225/packet-h225-template.h1
3 files changed, 3 insertions, 1 deletions
diff --git a/asn1/h225/h225-exp.cnf b/asn1/h225/h225-exp.cnf
index ab3249cbce..53f2afa27b 100644
--- a/asn1/h225/h225-exp.cnf
+++ b/asn1/h225/h225-exp.cnf
@@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
-# ./h225-exp.cnf
+# .\h225-exp.cnf
# ../../tools/asn2wrs.py -e -p h225 -c h225.cnf -s packet-h225-template H323-MESSAGES.asn
#.MODULE
diff --git a/asn1/h225/packet-h225-template.c b/asn1/h225/packet-h225-template.c
index cc0f3c077a..3ee6bea2f5 100644
--- a/asn1/h225/packet-h225-template.c
+++ b/asn1/h225/packet-h225-template.c
@@ -46,6 +46,7 @@
#include <epan/prefs.h>
#include <epan/oid_resolv.h>
#include <epan/next_tvb.h>
+#include <epan/asn1.h>
#include "tap.h"
#include "packet-tpkt.h"
#include "packet-per.h"
diff --git a/asn1/h225/packet-h225-template.h b/asn1/h225/packet-h225-template.h
index d62e6abee7..763085ea55 100644
--- a/asn1/h225/packet-h225-template.h
+++ b/asn1/h225/packet-h225-template.h
@@ -76,6 +76,7 @@ typedef struct _h225_packet_info {
* libwireshark.dll, we need a special declaration.
*/
+#include <epan/asn1.h>
#include <epan/dissectors/packet-per.h>
#include "packet-h225-exp.h"