aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iax2.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-iax2.h')
-rw-r--r--epan/dissectors/packet-iax2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iax2.h b/epan/dissectors/packet-iax2.h
index fd926a8a80..a1c0f293f9 100644
--- a/epan/dissectors/packet-iax2.h
+++ b/epan/dissectors/packet-iax2.h
@@ -26,6 +26,7 @@
#define __PACKET_IAX2_H__
#include <epan/tap-voip.h>
+#include <epan/conversation.h>
/* Max version of IAX protocol we support */
#define IAX_PROTO_VERSION 2
@@ -255,7 +256,7 @@ typedef struct _iax2_info_t
/* Container for passing data between dissectors */
typedef struct _iax2_dissector_info_t
{
- circuit_type ctype;
+ endpoint_type etype;
guint32 circuit_id;
} iax2_dissector_info_t;