aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2012-01-19 22:55:46 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2012-01-19 22:55:46 +0000
commit42e55d4533c0757d8e2b5a9602e351e773ab3dd2 (patch)
tree4c4f0a98b61bdbb4b5a5f2f444178a6a8baa7b78 /epan
parent26503be7dcdd4536006d0f5e8f32a0de8caca206 (diff)
Update generated headers changed by last commit
svn path=/trunk/; revision=40596
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-acse.h3
-rw-r--r--epan/dissectors/packet-iax2.h2
-rw-r--r--epan/dissectors/packet-idmp.h2
3 files changed, 5 insertions, 2 deletions
diff --git a/epan/dissectors/packet-acse.h b/epan/dissectors/packet-acse.h
index eb701c6fea..ea9693b751 100644
--- a/epan/dissectors/packet-acse.h
+++ b/epan/dissectors/packet-acse.h
@@ -34,6 +34,7 @@
#ifndef PACKET_ACSE_H
#define PACKET_ACSE_H
+#include <epan/asn1.h>
/*--- Included file: packet-acse-exp.h ---*/
#line 1 "../../asn1/acse/packet-acse-exp.h"
@@ -49,7 +50,7 @@ int dissect_acse_AE_invocation_identifier(gboolean implicit_tag _U_, tvbuff_t *t
int dissect_acse_AP_invocation_identifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
/*--- End of included file: packet-acse-exp.h ---*/
-#line 30 "../../asn1/acse/packet-acse-template.h"
+#line 31 "../../asn1/acse/packet-acse-template.h"
#endif /* PACKET_ACSE_H */
diff --git a/epan/dissectors/packet-iax2.h b/epan/dissectors/packet-iax2.h
index b1000c5f1f..96a56706cc 100644
--- a/epan/dissectors/packet-iax2.h
+++ b/epan/dissectors/packet-iax2.h
@@ -27,7 +27,7 @@
#ifndef _PACKET_IAX2_H
#define _PACKET_IAX2_H
-#include <tap-voip.h>
+#include <epan/tap-voip.h>
/* Max version of IAX protocol we support */
#define IAX_PROTO_VERSION 2
diff --git a/epan/dissectors/packet-idmp.h b/epan/dissectors/packet-idmp.h
index 93c2d2902a..a90baeb442 100644
--- a/epan/dissectors/packet-idmp.h
+++ b/epan/dissectors/packet-idmp.h
@@ -34,6 +34,8 @@
#ifndef PACKET_IDM_H
#define PACKET_IDM_H
+#include <packet-ros.h>
+
void
register_idmp_protocol_info(const char *oid, const ros_info_t *rinfo, int proto _U_, const char *name);