aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h450.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-04 22:28:52 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-04 22:28:52 +0000
commitc4e970bb460d387035d6099a037828b9cde0bc2f (patch)
tree97f17a4af115ed40b8afb6e7a270d86792e7073f /epan/dissectors/packet-h450.c
parenta0945d912259734cecf18a0523c348882b8881b8 (diff)
asn2wrs generated files changed as a result of recent asn1 template changes
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26698 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h450.c')
-rw-r--r--epan/dissectors/packet-h450.c15
1 files changed, 5 insertions, 10 deletions
diff --git a/epan/dissectors/packet-h450.c b/epan/dissectors/packet-h450.c
index 9602ba0deb..2eecc42ee6 100644
--- a/epan/dissectors/packet-h450.c
+++ b/epan/dissectors/packet-h450.c
@@ -826,9 +826,6 @@ static const value_string h450_str_error[] = {
/* ROSE context */
static rose_ctx_t h450_rose_ctx;
-/* Subdissectors */
-static dissector_handle_t data_handle = NULL;
-
/* Global variables */
@@ -4487,7 +4484,7 @@ static int dissect_h450_12_CmnArg_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-h450-fn.c ---*/
-#line 80 "packet-h450-template.c"
+#line 77 "packet-h450-template.c"
typedef struct _h450_op_t {
gint32 opcode;
@@ -4596,7 +4593,7 @@ static const h450_op_t h450_op_tab[] = {
/* cmnInform */ { 85, dissect_h450_12_CmnArg_PDU, NULL },
/*--- End of included file: packet-h450-table11.c ---*/
-#line 89 "packet-h450-template.c"
+#line 86 "packet-h450-template.c"
};
typedef struct _h450_err_t {
@@ -4688,7 +4685,7 @@ static const h450_err_t h450_err_tab[] = {
/* Unknown or empty loop list ERROR */
/*--- End of included file: packet-h450-table21.c ---*/
-#line 98 "packet-h450-template.c"
+#line 95 "packet-h450-template.c"
};
static const h450_op_t *get_op(gint32 opcode) {
@@ -6281,7 +6278,7 @@ void proto_register_h450(void) {
"h450_12.NULL", HFILL }},
/*--- End of included file: packet-h450-hfarr.c ---*/
-#line 258 "packet-h450-template.c"
+#line 255 "packet-h450-template.c"
};
/* List of subtrees */
@@ -6461,7 +6458,7 @@ void proto_register_h450(void) {
&ett_h450_12_FeatureControl,
/*--- End of included file: packet-h450-ettarr.c ---*/
-#line 263 "packet-h450-template.c"
+#line 260 "packet-h450-template.c"
};
@@ -6494,8 +6491,6 @@ proto_reg_handoff_h450(void)
dissector_handle_t h450_res_handle;
dissector_handle_t h450_err_handle;
- data_handle = find_dissector("data");
-
h450_arg_handle = new_create_dissector_handle(dissect_h450_arg, proto_h450);
h450_res_handle = new_create_dissector_handle(dissect_h450_res, proto_h450);
for (i=0; i<(int)array_length(h450_op_tab); i++) {