aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ftam.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-18 21:30:42 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-18 21:30:42 +0000
commitb228488bc0b9d5e0c63b15814836f7332f35ce04 (patch)
tree62ba2a1b91519fc94d9c3213b328889b969e0c78 /epan/dissectors/packet-ftam.c
parentdec6ea57aefdcebc4bacd3934606ad0d78da446e (diff)
From Kovarththanan Rajaratnam via bug 3548:
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
Diffstat (limited to 'epan/dissectors/packet-ftam.c')
-rw-r--r--epan/dissectors/packet-ftam.c234
1 files changed, 117 insertions, 117 deletions
diff --git a/epan/dissectors/packet-ftam.c b/epan/dissectors/packet-ftam.c
index 585b6ea9e6..79b9ba9cbc 100644
--- a/epan/dissectors/packet-ftam.c
+++ b/epan/dissectors/packet-ftam.c
@@ -4819,10 +4819,10 @@ void proto_register_ftam(void) {
{
{ &hf_ftam_unstructured_text,
{ "ISO FTAM unstructured text", "ftam.unstructured_text", FT_STRING,
- BASE_DEC, NULL, 0x0, "ISO FTAM unstructured text", HFILL } },
+ BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_ftam_unstructured_binary,
{ "ISO FTAM unstructured binary", "ftam.unstructured_binary", FT_BYTES,
- BASE_DEC, NULL, 0x0, "ISO FTAM unstructured binary", HFILL } },
+ BASE_NONE, NULL, 0x0, NULL, HFILL } },
/*--- Included file: packet-ftam-hfarr.c ---*/
#line 1 "packet-ftam-hfarr.c"
@@ -4868,7 +4868,7 @@ void proto_register_ftam(void) {
"ftam.F_P_ABORT_request", HFILL }},
{ &hf_ftam_protocol_Version,
{ "protocol-Version", "ftam.protocol_Version",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Protocol_Version", HFILL }},
{ &hf_ftam_implementation_information,
{ "implementation-information", "ftam.implementation_information",
@@ -4876,19 +4876,19 @@ void proto_register_ftam(void) {
"ftam.Implementation_Information", HFILL }},
{ &hf_ftam_presentation_tontext_management,
{ "presentation-tontext-management", "ftam.presentation_tontext_management",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"ftam.BOOLEAN", HFILL }},
{ &hf_ftam_service_class,
{ "service-class", "ftam.service_class",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Service_Class", HFILL }},
{ &hf_ftam_functional_units,
{ "functional-units", "ftam.functional_units",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Functional_Units", HFILL }},
{ &hf_ftam_attribute_groups,
{ "attribute-groups", "ftam.attribute_groups",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Attribute_Groups", HFILL }},
{ &hf_ftam_shared_ASE_information,
{ "shared-ASE-information", "ftam.shared_ASE_information",
@@ -5056,7 +5056,7 @@ void proto_register_ftam(void) {
"ftam.Select_Attributes", HFILL }},
{ &hf_ftam_requested_access,
{ "requested-access", "ftam.requested_access",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Access_Request", HFILL }},
{ &hf_ftam_access_passwords,
{ "access-passwords", "ftam.access_passwords",
@@ -5072,7 +5072,7 @@ void proto_register_ftam(void) {
"ftam.Concurrency_Control", HFILL }},
{ &hf_ftam_referent_indicator,
{ "referent-indicator", "ftam.referent_indicator",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"ftam.Referent_Indicator", HFILL }},
{ &hf_ftam_override,
{ "override", "ftam.override",
@@ -5088,7 +5088,7 @@ void proto_register_ftam(void) {
"ftam.Password", HFILL }},
{ &hf_ftam_attribute_names,
{ "attribute-names", "ftam.attribute_names",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Attribute_Names", HFILL }},
{ &hf_ftam_attribute_extension_names,
{ "attribute-extension-names", "ftam.attribute_extension_names",
@@ -5104,7 +5104,7 @@ void proto_register_ftam(void) {
"ftam.Change_Attributes", HFILL }},
{ &hf_ftam_processing_mode,
{ "processing-mode", "ftam.processing_mode",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.T_processing_mode", HFILL }},
{ &hf_ftam_open_contents_type,
{ "contents-type", "ftam.contents_type",
@@ -5120,7 +5120,7 @@ void proto_register_ftam(void) {
"ftam.Contents_Type_Attribute", HFILL }},
{ &hf_ftam_enable_fadu_locking,
{ "enable-fadu-locking", "ftam.enable_fadu_locking",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"ftam.BOOLEAN", HFILL }},
{ &hf_ftam_activity_identifier,
{ "activity-identifier", "ftam.activity_identifier",
@@ -5164,7 +5164,7 @@ void proto_register_ftam(void) {
"ftam.T_response_recovery_mode", HFILL }},
{ &hf_ftam_presentation_action,
{ "presentation-action", "ftam.presentation_action",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"ftam.BOOLEAN", HFILL }},
{ &hf_ftam_threshold,
{ "threshold", "ftam.threshold",
@@ -5408,7 +5408,7 @@ void proto_register_ftam(void) {
"ftam.Object_Type_Attribute", HFILL }},
{ &hf_ftam_permitted_actions,
{ "permitted-actions", "ftam.permitted_actions",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Permitted_Actions_Attribute", HFILL }},
{ &hf_ftam_access_control,
{ "access-control", "ftam.access_control",
@@ -5480,7 +5480,7 @@ void proto_register_ftam(void) {
"ftam.GraphicString", HFILL }},
{ &hf_ftam_octetString,
{ "octetString", "ftam.octetString",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.OCTET_STRING", HFILL }},
{ &hf_ftam_linked_Object,
{ "linked-Object", "ftam.linked_Object",
@@ -5564,7 +5564,7 @@ void proto_register_ftam(void) {
"ftam.Access_Control_Element", HFILL }},
{ &hf_ftam_action_list,
{ "action-list", "ftam.action_list",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Access_Request", HFILL }},
{ &hf_ftam_concurrency_access,
{ "concurrency-access", "ftam.concurrency_access",
@@ -5584,35 +5584,35 @@ void proto_register_ftam(void) {
"ftam.Application_Entity_Title", HFILL }},
{ &hf_ftam_read_key,
{ "read", "ftam.read",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Concurrency_Key", HFILL }},
{ &hf_ftam_insert_key,
{ "insert", "ftam.insert",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Concurrency_Key", HFILL }},
{ &hf_ftam_replace_key,
{ "replace", "ftam.replace",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Concurrency_Key", HFILL }},
{ &hf_ftam_extend_key,
{ "extend", "ftam.extend",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Concurrency_Key", HFILL }},
{ &hf_ftam_erase_key,
{ "erase", "ftam.erase",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Concurrency_Key", HFILL }},
{ &hf_ftam_read_attribute_key,
{ "read-attribute", "ftam.read_attribute",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Concurrency_Key", HFILL }},
{ &hf_ftam_change_attribute_key,
{ "change-attribute", "ftam.change_attribute",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Concurrency_Key", HFILL }},
{ &hf_ftam_delete_Object_key,
{ "delete-Object", "ftam.delete_Object",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Concurrency_Key", HFILL }},
{ &hf_ftam_actual_values2,
{ "actual-values", "ftam.actual_values",
@@ -5804,7 +5804,7 @@ void proto_register_ftam(void) {
"ftam.F_COPY_response", HFILL }},
{ &hf_ftam_reset,
{ "reset", "ftam.reset",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"ftam.BOOLEAN", HFILL }},
{ &hf_ftam_destination_file_directory,
{ "destination-file-directory", "ftam.destination_file_directory",
@@ -5844,7 +5844,7 @@ void proto_register_ftam(void) {
"ftam.Error_Action", HFILL }},
{ &hf_ftam_last_member_indicator,
{ "last-member-indicator", "ftam.last_member_indicator",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"ftam.BOOLEAN", HFILL }},
{ &hf_ftam_shared_ASE_infonnation,
{ "shared-ASE-infonnation", "ftam.shared_ASE_infonnation",
@@ -6004,7 +6004,7 @@ void proto_register_ftam(void) {
"ftam.Attribute_Extensions_Pattern", HFILL }},
{ &hf_ftam_equality_comparision,
{ "equality-comparision", "ftam.equality_comparision",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Equality_Comparision", HFILL }},
{ &hf_ftam_pathname_value,
{ "pathname-value", "ftam.pathname_value",
@@ -6040,15 +6040,15 @@ void proto_register_ftam(void) {
"ftam.INTEGER", HFILL }},
{ &hf_ftam_match_bitstring,
{ "match-bitstring", "ftam.match_bitstring",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.BIT_STRING", HFILL }},
{ &hf_ftam_significance_bitstring,
{ "significance-bitstring", "ftam.significance_bitstring",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.BIT_STRING", HFILL }},
{ &hf_ftam_relational_camparision,
{ "relational-camparision", "ftam.relational_camparision",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Equality_Comparision", HFILL }},
{ &hf_ftam_time_and_date_value,
{ "time-and-date-value", "ftam.time_and_date_value",
@@ -6056,7 +6056,7 @@ void proto_register_ftam(void) {
"ftam.GeneralizedTime", HFILL }},
{ &hf_ftam_relational_comparision,
{ "relational-comparision", "ftam.relational_comparision",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_BYTES, BASE_NONE, NULL, 0,
"ftam.Relational_Comparision", HFILL }},
{ &hf_ftam_integer_value,
{ "integer-value", "ftam.integer_value",
@@ -6068,7 +6068,7 @@ void proto_register_ftam(void) {
"ftam.OBJECT_IDENTIFIER", HFILL }},
{ &hf_ftam_boolean_value,
{ "boolean-value", "ftam.boolean_value",
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"ftam.BOOLEAN", HFILL }},
{ &hf_ftam_document_type_Pattern,
{ "document-type-Pattern", "ftam.document_type_Pattern",
@@ -6145,343 +6145,343 @@ void proto_register_ftam(void) {
{ &hf_ftam_Protocol_Version_U_version_1,
{ "version-1", "ftam.version-1",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Protocol_Version_U_version_2,
{ "version-2", "ftam.version-2",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Service_Class_U_unconstrained_class,
{ "unconstrained-class", "ftam.unconstrained-class",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Service_Class_U_management_class,
{ "management-class", "ftam.management-class",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Service_Class_U_transfer_class,
{ "transfer-class", "ftam.transfer-class",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Service_Class_U_transfer_and_management_class,
{ "transfer-and-management-class", "ftam.transfer-and-management-class",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Service_Class_U_access_class,
{ "access-class", "ftam.access-class",
FT_BOOLEAN, 8, NULL, 0x08,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_read,
{ "read", "ftam.read",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_write,
{ "write", "ftam.write",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_file_access,
{ "file-access", "ftam.file-access",
FT_BOOLEAN, 8, NULL, 0x08,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_limited_file_management,
{ "limited-file-management", "ftam.limited-file-management",
FT_BOOLEAN, 8, NULL, 0x04,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_enhanced_file_management,
{ "enhanced-file-management", "ftam.enhanced-file-management",
FT_BOOLEAN, 8, NULL, 0x02,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_grouping,
{ "grouping", "ftam.grouping",
FT_BOOLEAN, 8, NULL, 0x01,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_fadu_locking,
{ "fadu-locking", "ftam.fadu-locking",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_recovery,
{ "recovery", "ftam.recovery",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_restart_data_transfer,
{ "restart-data-transfer", "ftam.restart-data-transfer",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_limited_filestore_management,
{ "limited-filestore-management", "ftam.limited-filestore-management",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_enhanced_filestore_management,
{ "enhanced-filestore-management", "ftam.enhanced-filestore-management",
FT_BOOLEAN, 8, NULL, 0x08,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_object_manipulation,
{ "object-manipulation", "ftam.object-manipulation",
FT_BOOLEAN, 8, NULL, 0x04,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_group_manipulation,
{ "group-manipulation", "ftam.group-manipulation",
FT_BOOLEAN, 8, NULL, 0x02,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_consecutive_access,
{ "consecutive-access", "ftam.consecutive-access",
FT_BOOLEAN, 8, NULL, 0x01,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Functional_Units_U_concurrent_access,
{ "concurrent-access", "ftam.concurrent-access",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Groups_U_storage,
{ "storage", "ftam.storage",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Groups_U_security,
{ "security", "ftam.security",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Groups_U_private,
{ "private", "ftam.private",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Groups_U_extension,
{ "extension", "ftam.extension",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_T_processing_mode_f_read,
{ "f-read", "ftam.f-read",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_T_processing_mode_f_insert,
{ "f-insert", "ftam.f-insert",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_T_processing_mode_f_replace,
{ "f-replace", "ftam.f-replace",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_T_processing_mode_f_extend,
{ "f-extend", "ftam.f-extend",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_T_processing_mode_f_erase,
{ "f-erase", "ftam.f-erase",
FT_BOOLEAN, 8, NULL, 0x08,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Access_Request_U_read,
{ "read", "ftam.read",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Access_Request_U_insert,
{ "insert", "ftam.insert",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Access_Request_U_replace,
{ "replace", "ftam.replace",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Access_Request_U_extend,
{ "extend", "ftam.extend",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Access_Request_U_erase,
{ "erase", "ftam.erase",
FT_BOOLEAN, 8, NULL, 0x08,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Access_Request_U_read_attribute,
{ "read-attribute", "ftam.read-attribute",
FT_BOOLEAN, 8, NULL, 0x04,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Access_Request_U_change_attribute,
{ "change-attribute", "ftam.change-attribute",
FT_BOOLEAN, 8, NULL, 0x02,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Access_Request_U_delete_Object,
{ "delete-Object", "ftam.delete-Object",
FT_BOOLEAN, 8, NULL, 0x01,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Concurrency_Key_not_required,
{ "not-required", "ftam.not-required",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Concurrency_Key_shared,
{ "shared", "ftam.shared",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Concurrency_Key_exclusive,
{ "exclusive", "ftam.exclusive",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Concurrency_Key_no_access,
{ "no-access", "ftam.no-access",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_read,
{ "read", "ftam.read",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_insert,
{ "insert", "ftam.insert",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_replace,
{ "replace", "ftam.replace",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_extend,
{ "extend", "ftam.extend",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_erase,
{ "erase", "ftam.erase",
FT_BOOLEAN, 8, NULL, 0x08,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_read_attribute,
{ "read-attribute", "ftam.read-attribute",
FT_BOOLEAN, 8, NULL, 0x04,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_change_attribute,
{ "change-attribute", "ftam.change-attribute",
FT_BOOLEAN, 8, NULL, 0x02,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_delete_Object,
{ "delete-Object", "ftam.delete-Object",
FT_BOOLEAN, 8, NULL, 0x01,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_pass,
{ "pass", "ftam.pass",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_link,
{ "link", "ftam.link",
FT_BOOLEAN, 8, NULL, 0x08,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_traversal,
{ "traversal", "ftam.traversal",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_reverse_traversal,
{ "reverse-traversal", "ftam.reverse-traversal",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Permitted_Actions_Attribute_random_Order,
{ "random-Order", "ftam.random-Order",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Equality_Comparision_no_value_available_matches,
{ "no-value-available-matches", "ftam.no-value-available-matches",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Equality_Comparision_equals_matches,
{ "equals-matches", "ftam.equals-matches",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Relational_Comparision_no_value_available_matches,
{ "no-value-available-matches", "ftam.no-value-available-matches",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Relational_Comparision_equals_matches,
{ "equals-matches", "ftam.equals-matches",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Relational_Comparision_less_than_matches,
{ "less-than-matches", "ftam.less-than-matches",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Relational_Comparision_greater_than_matches,
{ "greater-than-matches", "ftam.greater-than-matches",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_pathname,
{ "read-pathname", "ftam.read-pathname",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_Object_type,
{ "read-Object-type", "ftam.read-Object-type",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_permitted_actions,
{ "read-permitted-actions", "ftam.read-permitted-actions",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_contents_type,
{ "read-contents-type", "ftam.read-contents-type",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_linked_Object,
{ "read-linked-Object", "ftam.read-linked-Object",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_Child_objects,
{ "read-Child-objects", "ftam.read-Child-objects",
FT_BOOLEAN, 8, NULL, 0x01,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_primary_pathname,
{ "read-primary-pathname", "ftam.read-primary-pathname",
FT_BOOLEAN, 8, NULL, 0x08,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_storage_account,
{ "read-storage-account", "ftam.read-storage-account",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_date_and_time_of_creation,
{ "read-date-and-time-of-creation", "ftam.read-date-and-time-of-creation",
FT_BOOLEAN, 8, NULL, 0x08,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_date_and_time_of_last_modification,
{ "read-date-and-time-of-last-modification", "ftam.read-date-and-time-of-last-modification",
FT_BOOLEAN, 8, NULL, 0x04,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_date_and_time_of_last_read_access,
{ "read-date-and-time-of-last-read-access", "ftam.read-date-and-time-of-last-read-access",
FT_BOOLEAN, 8, NULL, 0x02,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_date_and_time_of_last_attribute_modification,
{ "read-date-and-time-of-last-attribute-modification", "ftam.read-date-and-time-of-last-attribute-modification",
FT_BOOLEAN, 8, NULL, 0x01,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_identity_of_creator,
{ "read-identity-of-creator", "ftam.read-identity-of-creator",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_identity_of_last_modifier,
{ "read-identity-of-last-modifier", "ftam.read-identity-of-last-modifier",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_identity_of_last_reader,
{ "read-identity-of-last-reader", "ftam.read-identity-of-last-reader",
FT_BOOLEAN, 8, NULL, 0x20,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_identity_of_last_attribute_modifier,
{ "read-identity-of-last-attribute-modifier", "ftam.read-identity-of-last-attribute-modifier",
FT_BOOLEAN, 8, NULL, 0x10,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_Object_availability,
{ "read-Object-availability", "ftam.read-Object-availability",
FT_BOOLEAN, 8, NULL, 0x08,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_Object_size,
{ "read-Object-size", "ftam.read-Object-size",
FT_BOOLEAN, 8, NULL, 0x04,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_future_Object_size,
{ "read-future-Object-size", "ftam.read-future-Object-size",
FT_BOOLEAN, 8, NULL, 0x02,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_access_control,
{ "read-access-control", "ftam.read-access-control",
FT_BOOLEAN, 8, NULL, 0x01,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_path_access_control,
{ "read-path-access-control", "ftam.read-path-access-control",
FT_BOOLEAN, 8, NULL, 0x04,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_l8gal_qualifiCatiOnS,
{ "read-l8gal-qualifiCatiOnS", "ftam.read-l8gal-qualifiCatiOnS",
FT_BOOLEAN, 8, NULL, 0x80,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_ftam_Attribute_Names_read_private_use,
{ "read-private-use", "ftam.read-private-use",
FT_BOOLEAN, 8, NULL, 0x40,
- "", HFILL }},
+ NULL, HFILL }},
/*--- End of included file: packet-ftam-hfarr.c ---*/
#line 134 "packet-ftam-template.c"