Ethereal

[Ethereal-dev] small bugfix for plugin-api
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: May 2003


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;

Powered by MHonArc 2.6.10