aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-12-18 11:19:25 +0000
committerGuy Harris <guy@alum.mit.edu>2005-12-18 11:19:25 +0000
commit004eb8b1c153cb6d5e63dddc020e1b02ca43e2fd (patch)
tree1f5f5210ef58e269b8da01099ba6919f8a8d68da /asn1
parent384f0fb6bbe17bf99d29f00ab7b6eb4376e204b1 (diff)
If we're going to use a handle for the data handle, we need to get a
handle for that dissector. This fixes bug 637. svn path=/trunk/; revision=16842
Diffstat (limited to 'asn1')
-rw-r--r--asn1/tcap/packet-tcap-template.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/tcap/packet-tcap-template.c b/asn1/tcap/packet-tcap-template.c
index 44b26b0aa4..ebd171fb53 100644
--- a/asn1/tcap/packet-tcap-template.c
+++ b/asn1/tcap/packet-tcap-template.c
@@ -163,7 +163,8 @@ proto_reg_handoff_tcap(void)
register_ber_oid_name("0.0.17.773.1.1.1",
"itu-t(0) recommendation(0) q(17) 773 as(1) dialogue-as(1) version1(1)");
-
+
+ data_handle = find_dissector("data");
}
static void init_tcap(void);