Ethereal-dev: [Ethereal-dev] small bugfix for plugin-api

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date Prev · Date Next · Thread Prev · Thread Next
Date: Thu, 1 May 2003 11:29:51 +0200 (MEST)
Hello,

attached is a tiny bugfix for "epan/plugins.c"

please check in.

-- 
Best Regards,

Lars Roland
Index: ethereal/epan/plugins.c
===================================================================
RCS file: /cvsroot/ethereal/epan/plugins.c,v
retrieving revision 1.68
diff -u -r1.68 plugins.c
--- ethereal/epan/plugins.c	30 Apr 2003 23:40:42 -0000	1.68
+++ ethereal/epan/plugins.c	1 May 2003 09:20:09 -0000
@@ -510,7 +510,7 @@
 	patable.p_asn1_uint32_decode		= asn1_uint32_decode;
 	patable.p_asn1_bits_decode		= asn1_bits_decode;
 	patable.p_asn1_string_value_decode	= asn1_string_value_decode;
-	patable.p_asn1_string_decode		= asn1_octet_string_decode;
+	patable.p_asn1_string_decode		= asn1_string_decode;
 	patable.p_asn1_octet_string_decode	= asn1_octet_string_decode;
 	patable.p_asn1_subid_decode		= asn1_subid_decode;
 	patable.p_asn1_oid_value_decode		= asn1_oid_value_decode;