Ethereal-dev: [Ethereal-dev] H225 vendorIdentifier [PATCH]

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

Date: Fri, 31 Oct 2003 16:09:58 +0100
A patch that solves a problem with vendorIdentifier in some H.225 messages.

--- packet-h225.c	2003-10-31 09:53:14.000000000 -0500
+++ packet-h225.c_martin	2003-10-31 09:44:23.000000000 -0500
@@ -4866,7 +4866,7 @@
 
 static per_sequence_t VendorIdentifier_sequence[] = {
 	{ "vendor", ASN1_EXTENSION_ROOT, ASN1_NOT_OPTIONAL,
-		dissect_h245_h221NonStandard },
+		dissect_h225_h221NonStandard },
 	{ "productId", ASN1_EXTENSION_ROOT, ASN1_OPTIONAL,
 		dissect_h225_productID },
 	{ "versionId", ASN1_EXTENSION_ROOT, ASN1_OPTIONAL,