From 0ee4d0a00abd69e6479a55c12425c92cdf916d71 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Mon, 27 May 2013 20:26:49 +0000 Subject: Postfix FT_NONE fields with "_element" string to reduce number of incompatible filters in ASN.1 dissectors https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402 svn path=/trunk/; revision=49599 --- epan/dissectors/packet-p772.c | 48 +++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'epan/dissectors/packet-p772.c') diff --git a/epan/dissectors/packet-p772.c b/epan/dissectors/packet-p772.c index 1b1e48df9f..6c308ccf1c 100644 --- a/epan/dissectors/packet-p772.c +++ b/epan/dissectors/packet-p772.c @@ -1277,7 +1277,7 @@ void proto_register_p772(void) { FT_UINT32, BASE_DEC, VALS(p22_InformationObject_vals), 0, NULL, HFILL }}, { &hf_p772_Acp127NotificationResponse_PDU, - { "Acp127NotificationResponse", "p772.Acp127NotificationResponse", + { "Acp127NotificationResponse", "p772.Acp127NotificationResponse_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_ExemptedAddressSeq_PDU, @@ -1289,7 +1289,7 @@ void proto_register_p772(void) { FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_DistributionCodes_PDU, - { "DistributionCodes", "p772.DistributionCodes", + { "DistributionCodes", "p772.DistributionCodes_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_HandlingInstructions_PDU, @@ -1317,7 +1317,7 @@ void proto_register_p772(void) { FT_INT32, BASE_DEC, VALS(p772_CopyPrecedence_vals), 0, NULL, HFILL }}, { &hf_p772_MessageType_PDU, - { "MessageType", "p772.MessageType", + { "MessageType", "p772.MessageType_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_AddressListDesignatorSeq_PDU, @@ -1341,7 +1341,7 @@ void proto_register_p772(void) { FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_SecurityInformationLabels_PDU, - { "SecurityInformationLabels", "p772.SecurityInformationLabels", + { "SecurityInformationLabels", "p772.SecurityInformationLabels_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_PriorityLevelQualifier_PDU, @@ -1365,7 +1365,7 @@ void proto_register_p772(void) { FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_ForwardedEncryptedParameters_PDU, - { "ForwardedEncryptedParameters", "p772.ForwardedEncryptedParameters", + { "ForwardedEncryptedParameters", "p772.ForwardedEncryptedParameters_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_ForwardedEncryptedData_PDU, @@ -1373,11 +1373,11 @@ void proto_register_p772(void) { FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_MMMessageParameters_PDU, - { "MMMessageParameters", "p772.MMMessageParameters", + { "MMMessageParameters", "p772.MMMessageParameters_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_MMMessageData_PDU, - { "MMMessageData", "p772.MMMessageData", + { "MMMessageData", "p772.MMMessageData_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_ACP127DataParameters_PDU, @@ -1393,11 +1393,11 @@ void proto_register_p772(void) { FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_mm, - { "mm", "p772.mm", + { "mm", "p772.mm_element", FT_NONE, BASE_NONE, NULL, 0, "IPM", HFILL }}, { &hf_p772_mn, - { "mn", "p772.mn", + { "mn", "p772.mn_element", FT_NONE, BASE_NONE, NULL, 0, "IPN", HFILL }}, { &hf_p772_acp127_notification_type, @@ -1421,11 +1421,11 @@ void proto_register_p772(void) { FT_STRING, BASE_NONE, NULL, 0, "Acp127SuppInfo", HFILL }}, { &hf_p772_AddressListIndicator_item, - { "AddressListDesignator", "p772.AddressListDesignator", + { "AddressListDesignator", "p772.AddressListDesignator_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_ExemptedAddressSeq_item, - { "ExemptedAddress", "p772.ExemptedAddress", + { "ExemptedAddress", "p772.ExemptedAddress_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_sics, @@ -1441,7 +1441,7 @@ void proto_register_p772(void) { FT_UINT32, BASE_DEC, NULL, 0, "SEQUENCE_OF_DistributionExtensionField", HFILL }}, { &hf_p772_dist_Extensions_item, - { "DistributionExtensionField", "p772.DistributionExtensionField", + { "DistributionExtensionField", "p772.DistributionExtensionField_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_dist_type, @@ -1449,7 +1449,7 @@ void proto_register_p772(void) { FT_OID, BASE_NONE, NULL, 0, "OBJECT_IDENTIFIER", HFILL }}, { &hf_p772_dist_value, - { "dist-value", "p772.dist_value", + { "dist-value", "p772.dist_value_element", FT_NONE, BASE_NONE, NULL, 0, "T_dist_value", HFILL }}, { &hf_p772_HandlingInstructions_item, @@ -1469,7 +1469,7 @@ void proto_register_p772(void) { FT_STRING, BASE_NONE, NULL, 0, "MessageIdentifier", HFILL }}, { &hf_p772_AddressListDesignatorSeq_item, - { "AddressListDesignator", "p772.AddressListDesignator", + { "AddressListDesignator", "p772.AddressListDesignator_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_address_list_type, @@ -1477,7 +1477,7 @@ void proto_register_p772(void) { FT_INT32, BASE_DEC, VALS(p772_AddressListType_vals), 0, "AddressListType", HFILL }}, { &hf_p772_listName, - { "listName", "p772.listName", + { "listName", "p772.listName_element", FT_NONE, BASE_NONE, NULL, 0, "ORDescriptor", HFILL }}, { &hf_p772_notificationRequest, @@ -1489,7 +1489,7 @@ void proto_register_p772(void) { FT_INT32, BASE_DEC, VALS(p772_AddressListRequest_vals), 0, "AddressListRequest", HFILL }}, { &hf_p772_OtherRecipientDesignatorSeq_item, - { "OtherRecipientDesignator", "p772.OtherRecipientDesignator", + { "OtherRecipientDesignator", "p772.OtherRecipientDesignator_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_other_recipient_type, @@ -1501,7 +1501,7 @@ void proto_register_p772(void) { FT_STRING, BASE_NONE, NULL, 0, "MilitaryString", HFILL }}, { &hf_p772_PilotInformationSeq_item, - { "PilotInformation", "p772.PilotInformation", + { "PilotInformation", "p772.PilotInformation_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_pilotPrecedence, @@ -1513,11 +1513,11 @@ void proto_register_p772(void) { FT_UINT32, BASE_DEC, NULL, 0, "SEQUENCE_OF_ORDescriptor", HFILL }}, { &hf_p772_pilotRecipient_item, - { "ORDescriptor", "p772.ORDescriptor", + { "ORDescriptor", "p772.ORDescriptor_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_pilotSecurity, - { "pilotSecurity", "p772.pilotSecurity", + { "pilotSecurity", "p772.pilotSecurity_element", FT_NONE, BASE_NONE, NULL, 0, "SecurityLabel", HFILL }}, { &hf_p772_pilotHandling, @@ -1529,11 +1529,11 @@ void proto_register_p772(void) { FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_content_security_label, - { "content-security-label", "p772.content_security_label", + { "content-security-label", "p772.content_security_label_element", FT_NONE, BASE_NONE, NULL, 0, "SecurityLabel", HFILL }}, { &hf_p772_heading_security_label, - { "heading-security-label", "p772.heading_security_label", + { "heading-security-label", "p772.heading_security_label_element", FT_NONE, BASE_NONE, NULL, 0, "SecurityLabel", HFILL }}, { &hf_p772_body_part_security_labels, @@ -1541,11 +1541,11 @@ void proto_register_p772(void) { FT_UINT32, BASE_DEC, NULL, 0, "SEQUENCE_OF_BodyPartSecurityLabel", HFILL }}, { &hf_p772_body_part_security_labels_item, - { "BodyPartSecurityLabel", "p772.BodyPartSecurityLabel", + { "BodyPartSecurityLabel", "p772.BodyPartSecurityLabel_element", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL }}, { &hf_p772_body_part_security_label, - { "body-part-security-label", "p772.body_part_security_label", + { "body-part-security-label", "p772.body_part_security_label_element", FT_NONE, BASE_NONE, NULL, 0, "SecurityLabel", HFILL }}, { &hf_p772_body_part_sequence_number, @@ -1569,7 +1569,7 @@ void proto_register_p772(void) { FT_STRING, BASE_NONE, NULL, 0, "MessageDeliveryTime", HFILL }}, { &hf_p772_delivery_envelope, - { "delivery-envelope", "p772.delivery_envelope", + { "delivery-envelope", "p772.delivery_envelope_element", FT_NONE, BASE_NONE, NULL, 0, "OtherMessageDeliveryFields", HFILL }}, { &hf_p772_Acp127NotificationType_acp127_nn, -- cgit v1.2.3