aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h283.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-11-04 22:28:52 +0000
committerBill Meier <wmeier@newsguy.com>2008-11-04 22:28:52 +0000
commit09e139a234f0fb5233b1e0418342ef0a1c358859 (patch)
tree97f17a4af115ed40b8afb6e7a270d86792e7073f /epan/dissectors/packet-h283.c
parent017f36d61bd8f72f3eb06f962245385dc0a5ed38 (diff)
asn2wrs generated files changed as a result of recent asn1 template changes
svn path=/trunk/; revision=26698
Diffstat (limited to 'epan/dissectors/packet-h283.c')
-rw-r--r--epan/dissectors/packet-h283.c18
1 files changed, 8 insertions, 10 deletions
diff --git a/epan/dissectors/packet-h283.c b/epan/dissectors/packet-h283.c
index b54d0abfc9..7a20653c96 100644
--- a/epan/dissectors/packet-h283.c
+++ b/epan/dissectors/packet-h283.c
@@ -115,13 +115,10 @@ static gint ett_h283_NonStandardMessage = -1;
/*--- End of included file: packet-h283-ett.c ---*/
#line 53 "packet-h283-template.c"
-/* Dissectors */
-static dissector_handle_t h283_udp_handle = NULL;
-
/* Subdissectors */
-static dissector_handle_t rdc_pdu_handle = NULL;
-static dissector_handle_t rdc_device_list_handle = NULL;
-static dissector_handle_t data_handle = NULL;
+static dissector_handle_t rdc_pdu_handle;
+static dissector_handle_t rdc_device_list_handle;
+static dissector_handle_t data_handle;
static gboolean info_is_set;
@@ -574,7 +571,7 @@ static int dissect_LCTPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
/*--- End of included file: packet-h283-fn.c ---*/
-#line 65 "packet-h283-template.c"
+#line 62 "packet-h283-template.c"
static int
dissect_h283_udp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
@@ -731,7 +728,7 @@ void proto_register_h283(void) {
"h283.NULL", HFILL }},
/*--- End of included file: packet-h283-hfarr.c ---*/
-#line 89 "packet-h283-template.c"
+#line 86 "packet-h283-template.c"
};
/* List of subtrees */
@@ -756,7 +753,7 @@ void proto_register_h283(void) {
&ett_h283_NonStandardMessage,
/*--- End of included file: packet-h283-ettarr.c ---*/
-#line 95 "packet-h283-template.c"
+#line 92 "packet-h283-template.c"
};
/* Register protocol */
@@ -767,14 +764,15 @@ void proto_register_h283(void) {
proto_register_subtree_array(ett, array_length(ett));
new_register_dissector(PFNAME, dissect_h283_udp, proto_h283);
- h283_udp_handle = find_dissector(PFNAME);
}
/*--- proto_reg_handoff_h283 -------------------------------------------*/
void proto_reg_handoff_h283(void)
{
+ dissector_handle_t h283_udp_handle;
+ h283_udp_handle = find_dissector(PFNAME);
dissector_add_handle("udp.port", h283_udp_handle);
rdc_pdu_handle = find_dissector("rdc");