Fix descriptorsize option not getting applied in fuzztest due to package name
diff --git a/tests/fuzztest/alltypes_pointer.options b/tests/fuzztest/alltypes_pointer.options
index c2942ed..4ee5c52 100644
--- a/tests/fuzztest/alltypes_pointer.options
+++ b/tests/fuzztest/alltypes_pointer.options
@@ -2,4 +2,4 @@
 * type:FT_POINTER
 *.*fbytes fixed_length:true max_size:4
 *.*farray fixed_count:true max_count:5
-DescriptorSize8 descriptorsize:DS_8
+*.DescriptorSize8 descriptorsize:DS_8
diff --git a/tests/fuzztest/alltypes_proto3_pointer.options b/tests/fuzztest/alltypes_proto3_pointer.options
index a7d59bb..ddd7934 100644
--- a/tests/fuzztest/alltypes_proto3_pointer.options
+++ b/tests/fuzztest/alltypes_proto3_pointer.options
@@ -2,4 +2,4 @@
 *.*fbytes fixed_length:true max_size:4
 *.req_limits proto3_singular_msgs:true
 *.*farray fixed_count:true max_count:5
-DescriptorSize8 descriptorsize:DS_8
+*.DescriptorSize8 descriptorsize:DS_8
diff --git a/tests/fuzztest/alltypes_proto3_static.options b/tests/fuzztest/alltypes_proto3_static.options
index b1fdcd4..305837b 100644
--- a/tests/fuzztest/alltypes_proto3_static.options
+++ b/tests/fuzztest/alltypes_proto3_static.options
@@ -3,4 +3,4 @@
 *.*fbytes fixed_length:true max_size:4
 *.req_limits proto3_singular_msgs:true
 *.*farray fixed_count:true max_count:5
-DescriptorSize8 descriptorsize:DS_8
+*.DescriptorSize8 descriptorsize:DS_8
diff --git a/tests/fuzztest/alltypes_static.options b/tests/fuzztest/alltypes_static.options
index dc34415..6b99ae2 100644
--- a/tests/fuzztest/alltypes_static.options
+++ b/tests/fuzztest/alltypes_static.options
@@ -3,4 +3,4 @@
 *.extensions type:FT_IGNORE
 *.*fbytes fixed_length:true max_size:4
 *.*farray fixed_count:true max_count:5
-DescriptorSize8 descriptorsize:DS_8
+*.DescriptorSize8 descriptorsize:DS_8