aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-02-07 16:01:26 +0000
committerBill Meier <wmeier@newsguy.com>2009-02-07 16:01:26 +0000
commitee908a7abd1637cad1b451617b1c83cc75f55b5c (patch)
tree83c40653e7ff2a47c1a79ce9c364953dcfb9a7f5 /epan/dissectors/packet-tcap.c
parent42d8daee194ecaebfd075d71681c5e71f32a556a (diff)
#include <epan/conversation.h> not req'd ...
svn path=/trunk/; revision=27392
Diffstat (limited to 'epan/dissectors/packet-tcap.c')
-rw-r--r--epan/dissectors/packet-tcap.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/epan/dissectors/packet-tcap.c b/epan/dissectors/packet-tcap.c
index edc6721dba..cc07aa2186 100644
--- a/epan/dissectors/packet-tcap.c
+++ b/epan/dissectors/packet-tcap.c
@@ -40,7 +40,6 @@
#include <glib.h>
#include <epan/packet.h>
#include <epan/prefs.h>
-#include <epan/conversation.h>
#include <epan/oids.h>
#include <epan/asn1.h>
#include <epan/strutil.h>
@@ -140,7 +139,7 @@ static int hf_tcap_AARQ_protocol_version_version1 = -1;
static int hf_tcap_AARE_protocol_version_version1 = -1;
/*--- End of included file: packet-tcap-hf.c ---*/
-#line 64 "packet-tcap-template.c"
+#line 63 "packet-tcap-template.c"
/* Initialize the subtree pointers */
static gint ett_tcap = -1;
@@ -195,7 +194,7 @@ static gint ett_tcap_ABRT_user_information = -1;
static gint ett_tcap_Associate_source_diagnostic = -1;
/*--- End of included file: packet-tcap-ett.c ---*/
-#line 80 "packet-tcap-template.c"
+#line 79 "packet-tcap-template.c"
#define MAX_SSN 254
static range_t *global_ssn_range;
@@ -1419,7 +1418,7 @@ static void dissect_DialoguePDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
/*--- End of included file: packet-tcap-fn.c ---*/
-#line 143 "packet-tcap-template.c"
+#line 142 "packet-tcap-template.c"
@@ -1542,7 +1541,7 @@ proto_reg_handoff_tcap(void)
/*--- End of included file: packet-tcap-dis-tab.c ---*/
-#line 258 "packet-tcap-template.c"
+#line 257 "packet-tcap-template.c"
}
static void init_tcap(void);
@@ -1873,7 +1872,7 @@ proto_register_tcap(void)
"", HFILL }},
/*--- End of included file: packet-tcap-hfarr.c ---*/
-#line 320 "packet-tcap-template.c"
+#line 319 "packet-tcap-template.c"
};
/* Setup protocol subtree array */
@@ -1922,7 +1921,7 @@ proto_register_tcap(void)
&ett_tcap_Associate_source_diagnostic,
/*--- End of included file: packet-tcap-ettarr.c ---*/
-#line 330 "packet-tcap-template.c"
+#line 329 "packet-tcap-template.c"
};
/*static enum_val_t tcap_options[] = {