Don't guard col_clear with col_check
[obnox/wireshark/wip.git] / epan / dissectors / packet-ftam.c
1 /* Do not modify this file.                                                   */
2 /* It is created automatically by the ASN.1 to Wireshark dissector compiler   */
3 /* packet-ftam.c                                                              */
4 /* ../../tools/asn2wrs.py -b -p ftam -c ./ftam.cnf -s ./packet-ftam-template -D . ISO8571-FTAM.asn */
5
6 /* Input file: packet-ftam-template.c */
7
8 #line 1 "packet-ftam-template.c"
9 /* packet-ftam_asn1.c
10  * Routine to dissect OSI ISO 8571 FTAM Protocol packets
11  * based on the ASN.1 specification from http://www.itu.int/ITU-T/asn1/database/iso/8571-4/1988/
12  *
13  * also based on original handwritten dissector by
14  * Yuriy Sidelnikov <YSidelnikov@hotmail.com>
15  *
16  * Anders Broman and Ronnie Sahlberg 2005 - 2006
17  *
18  * $Id$
19  *
20  * Wireshark - Network traffic analyzer
21  * By Gerald Combs <gerald@wireshark.org>
22  * Copyright 1998 Gerald Combs
23  *
24  * This program is free software; you can redistribute it and/or
25  * modify it under the terms of the GNU General Public License
26  * as published by the Free Software Foundation; either version 2
27  * of the License, or (at your option) any later version.
28  *
29  * This program is distributed in the hope that it will be useful,
30  * but WITHOUT ANY WARRANTY; without even the implied warranty of
31  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32  * GNU General Public License for more details.
33  *
34  * You should have received a copy of the GNU General Public License
35  * along with this program; if not, write to the Free Software
36  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
37  */
38
39 #ifdef HAVE_CONFIG_H
40 # include "config.h"
41 #endif
42
43 #include <glib.h>
44 #include <epan/packet.h>
45 #include <epan/oids.h>
46 #include <epan/asn1.h>
47
48 #include <stdio.h>
49 #include <string.h>
50
51 #include "packet-ber.h"
52 #include "packet-acse.h"
53 #include "packet-ftam.h"
54
55 #define PNAME  "ISO 8571 FTAM"
56 #define PSNAME "FTAM"
57 #define PFNAME "ftam"
58
59 /* Initialize the protocol and registered fields */
60 int proto_ftam = -1;
61
62 static const char *object_identifier_id;
63 /* Declare the function to avoid a compiler warning */
64 static int dissect_ftam_OR_Set(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_);
65
66 static int hf_ftam_unstructured_text = -1;              /* ISO FTAM unstructured text */
67 static int hf_ftam_unstructured_binary = -1;            /* ISO FTAM unstructured binary */
68
69 /*--- Included file: packet-ftam-hf.c ---*/
70 #line 1 "packet-ftam-hf.c"
71 static int hf_ftam_fTAM_Regime_PDU = -1;          /* FTAM_Regime_PDU */
72 static int hf_ftam_file_PDU = -1;                 /* File_PDU */
73 static int hf_ftam_bulk_Data_PDU = -1;            /* Bulk_Data_PDU */
74 static int hf_ftam_fSM_PDU = -1;                  /* FSM_PDU */
75 static int hf_ftam_f_initialize_request = -1;     /* F_INITIALIZE_request */
76 static int hf_ftam_f_initialize_response = -1;    /* F_INITIALIZE_response */
77 static int hf_ftam_f_terminate_request = -1;      /* F_TERMINATE_request */
78 static int hf_ftam_f_terminate_response = -1;     /* F_TERMINATE_response */
79 static int hf_ftam_f_u_abort_request = -1;        /* F_U_ABORT_request */
80 static int hf_ftam_f_p_abort_request = -1;        /* F_P_ABORT_request */
81 static int hf_ftam_protocol_Version = -1;         /* Protocol_Version */
82 static int hf_ftam_implementation_information = -1;  /* Implementation_Information */
83 static int hf_ftam_presentation_tontext_management = -1;  /* BOOLEAN */
84 static int hf_ftam_service_class = -1;            /* Service_Class */
85 static int hf_ftam_functional_units = -1;         /* Functional_Units */
86 static int hf_ftam_attribute_groups = -1;         /* Attribute_Groups */
87 static int hf_ftam_shared_ASE_information = -1;   /* Shared_ASE_Information */
88 static int hf_ftam_ftam_quality_of_Service = -1;  /* FTAM_Quality_of_Service */
89 static int hf_ftam_contents_type_list = -1;       /* Contents_Type_List */
90 static int hf_ftam_initiator_identity = -1;       /* User_Identity */
91 static int hf_ftam_account = -1;                  /* Account */
92 static int hf_ftam_filestore_password = -1;       /* Password */
93 static int hf_ftam_checkpoint_window = -1;        /* INTEGER */
94 static int hf_ftam_state_result = -1;             /* State_Result */
95 static int hf_ftam_action_result = -1;            /* Action_Result */
96 static int hf_ftam_diagnostic = -1;               /* Diagnostic */
97 static int hf_ftam__untag_item = -1;              /* Contents_Type_List_item */
98 static int hf_ftam_document_type_name = -1;       /* Document_Type_Name */
99 static int hf_ftam_abstract_Syntax_name = -1;     /* Abstract_Syntax_Name */
100 static int hf_ftam_charging = -1;                 /* Charging */
101 static int hf_ftam_f_select_request = -1;         /* F_SELECT_request */
102 static int hf_ftam_f_select_response = -1;        /* F_SELECT_response */
103 static int hf_ftam_f_deselect_request = -1;       /* F_DESELECT_request */
104 static int hf_ftam_f_deselect_response = -1;      /* F_DESELECT_response */
105 static int hf_ftam_f_create_request = -1;         /* F_CREATE_request */
106 static int hf_ftam_f_create_response = -1;        /* F_CREATE_response */
107 static int hf_ftam_f_delete_request = -1;         /* F_DELETE_request */
108 static int hf_ftam_f_delete_response = -1;        /* F_DELETE_response */
109 static int hf_ftam_f_read_attrib_request = -1;    /* F_READ_ATTRIB_request */
110 static int hf_ftam_f_read_attrib_response = -1;   /* F_READ_ATTRIB_response */
111 static int hf_ftam_f_Change_attrib_reques = -1;   /* F_CHANGE_ATTRIB_request */
112 static int hf_ftam_f_Change_attrib_respon = -1;   /* F_CHANGE_ATTRIB_response */
113 static int hf_ftam_f_open_request = -1;           /* F_OPEN_request */
114 static int hf_ftam_f_open_response = -1;          /* F_OPEN_response */
115 static int hf_ftam_f_close_request = -1;          /* F_CLOSE_request */
116 static int hf_ftam_f_close_response = -1;         /* F_CLOSE_response */
117 static int hf_ftam_f_begin_group_request = -1;    /* F_BEGIN_GROUP_request */
118 static int hf_ftam_f_begin_group_response = -1;   /* F_BEGIN_GROUP_response */
119 static int hf_ftam_f_end_group_request = -1;      /* F_END_GROUP_request */
120 static int hf_ftam_f_end_group_response = -1;     /* F_END_GROUP_response */
121 static int hf_ftam_f_recover_request = -1;        /* F_RECOVER_request */
122 static int hf_ftam_f_recover_response = -1;       /* F_RECOVER_response */
123 static int hf_ftam_f_locate_request = -1;         /* F_LOCATE_request */
124 static int hf_ftam_f_locate_response = -1;        /* F_LOCATE_response */
125 static int hf_ftam_f_erase_request = -1;          /* F_ERASE_request */
126 static int hf_ftam_f_erase_response = -1;         /* F_ERASE_response */
127 static int hf_ftam_select_attributes = -1;        /* Select_Attributes */
128 static int hf_ftam_requested_access = -1;         /* Access_Request */
129 static int hf_ftam_access_passwords = -1;         /* Access_Passwords */
130 static int hf_ftam_path_access_passwords = -1;    /* Path_Access_Passwords */
131 static int hf_ftam_concurrency_control = -1;      /* Concurrency_Control */
132 static int hf_ftam_referent_indicator = -1;       /* Referent_Indicator */
133 static int hf_ftam_override = -1;                 /* Override */
134 static int hf_ftam_initial_attributes = -1;       /* Create_Attributes */
135 static int hf_ftam_create_password = -1;          /* Password */
136 static int hf_ftam_attribute_names = -1;          /* Attribute_Names */
137 static int hf_ftam_attribute_extension_names = -1;  /* Attribute_Extension_Names */
138 static int hf_ftam_read_attributes = -1;          /* Read_Attributes */
139 static int hf_ftam_attributes = -1;               /* Change_Attributes */
140 static int hf_ftam_processing_mode = -1;          /* T_processing_mode */
141 static int hf_ftam_open_contents_type = -1;       /* T_open_contents_type */
142 static int hf_ftam_unknown = -1;                  /* NULL */
143 static int hf_ftam_proposed = -1;                 /* Contents_Type_Attribute */
144 static int hf_ftam_enable_fadu_locking = -1;      /* BOOLEAN */
145 static int hf_ftam_activity_identifier = -1;      /* Activity_Identifier */
146 static int hf_ftam_request_recovery_mode = -1;    /* T_request_recovery_mode */
147 static int hf_ftam_remove_contexts = -1;          /* SET_OF_Abstract_Syntax_Name */
148 static int hf_ftam_remove_contexts_item = -1;     /* Abstract_Syntax_Name */
149 static int hf_ftam_define_contexts = -1;          /* SET_OF_Abstract_Syntax_Name */
150 static int hf_ftam_define_contexts_item = -1;     /* Abstract_Syntax_Name */
151 static int hf_ftam_degree_of_overlap = -1;        /* Degree_Of_Overlap */
152 static int hf_ftam_transfer_window = -1;          /* INTEGER */
153 static int hf_ftam_contents_type = -1;            /* Contents_Type_Attribute */
154 static int hf_ftam_response_recovery_mode = -1;   /* T_response_recovery_mode */
155 static int hf_ftam_presentation_action = -1;      /* BOOLEAN */
156 static int hf_ftam_threshold = -1;                /* INTEGER */
157 static int hf_ftam_bulk_transfer_number = -1;     /* INTEGER */
158 static int hf_ftam_recovefy_Point = -1;           /* INTEGER */
159 static int hf_ftam_concurrent_bulk_transfer_number = -1;  /* INTEGER */
160 static int hf_ftam_concurrent_recovery_point = -1;  /* INTEGER */
161 static int hf_ftam_last_transfer_end_read_response = -1;  /* INTEGER */
162 static int hf_ftam_last_transfer_end_write_response = -1;  /* INTEGER */
163 static int hf_ftam_recovety_Point = -1;           /* INTEGER */
164 static int hf_ftam_last_transfer_end_read_request = -1;  /* INTEGER */
165 static int hf_ftam_last_transfer_end_write_request = -1;  /* INTEGER */
166 static int hf_ftam_file_access_data_unit_identity = -1;  /* FADU_Identity */
167 static int hf_ftam_fadu_lock = -1;                /* FADU_Lock */
168 static int hf_ftam_f_read_request = -1;           /* F_READ_request */
169 static int hf_ftam_f_write_request = -1;          /* F_WRITE_request */
170 static int hf_ftam_f_data_end_request = -1;       /* F_DATA_END_request */
171 static int hf_ftam_f_transfer_end_request = -1;   /* F_TRANSFER_END_request */
172 static int hf_ftam_f_transfer_end_response = -1;  /* F_TRANSFER_END_response */
173 static int hf_ftam_f_cancel_request = -1;         /* F_CANCEL_request */
174 static int hf_ftam_f_cancel_response = -1;        /* F_CANCEL_response */
175 static int hf_ftam_f_restart_request = -1;        /* F_RESTART_request */
176 static int hf_ftam_f_restart_response = -1;       /* F_RESTART_response */
177 static int hf_ftam_read_access_context = -1;      /* Access_Context */
178 static int hf_ftam_transfer_number = -1;          /* INTEGER */
179 static int hf_ftam_file_access_data_unit_Operation = -1;  /* T_file_access_data_unit_Operation */
180 static int hf_ftam_request_type = -1;             /* Request_Type */
181 static int hf_ftam_checkpoint_identifier = -1;    /* INTEGER */
182 static int hf_ftam_access_context = -1;           /* T_access_context */
183 static int hf_ftam_level_number = -1;             /* INTEGER */
184 static int hf_ftam_read_password = -1;            /* Password */
185 static int hf_ftam_insert_password = -1;          /* Password */
186 static int hf_ftam_replace_password = -1;         /* Password */
187 static int hf_ftam_extend_password = -1;          /* Password */
188 static int hf_ftam_erase_password = -1;           /* Password */
189 static int hf_ftam_read_attribute_password = -1;  /* Password */
190 static int hf_ftam_change_attribute_password = -1;  /* Password */
191 static int hf_ftam_delete_password = -1;          /* Password */
192 static int hf_ftam_pass_passwords = -1;           /* Pass_Passwords */
193 static int hf_ftam_link_password = -1;            /* Password */
194 static int hf_ftam_pathname = -1;                 /* Pathname_Attribute */
195 static int hf_ftam_storage_account = -1;          /* Account_Attribute */
196 static int hf_ftam_object_availability = -1;      /* Object_Availability_Attribute */
197 static int hf_ftam_future_Object_size = -1;       /* Object_Size_Attribute */
198 static int hf_ftam_change_attributes_access_control = -1;  /* Access_Control_Change_Attribute */
199 static int hf_ftam_change_path_access_control = -1;  /* Access_Control_Change_Attribute */
200 static int hf_ftam_legal_qualification = -1;      /* Legal_Qualification_Attribute */
201 static int hf_ftam_private_use = -1;              /* Private_Use_Attribute */
202 static int hf_ftam_attribute_extensions = -1;     /* Attribute_Extensions */
203 static int hf_ftam__untag_item_01 = -1;           /* Charging_item */
204 static int hf_ftam_resource_identifier = -1;      /* GraphicString */
205 static int hf_ftam_charging_unit = -1;            /* GraphicString */
206 static int hf_ftam_charging_value = -1;           /* INTEGER */
207 static int hf_ftam_read = -1;                     /* Lock */
208 static int hf_ftam_insert = -1;                   /* Lock */
209 static int hf_ftam_replace = -1;                  /* Lock */
210 static int hf_ftam_extend = -1;                   /* Lock */
211 static int hf_ftam_erase = -1;                    /* Lock */
212 static int hf_ftam_read_attribute = -1;           /* Lock */
213 static int hf_ftam_change_attribute = -1;         /* Lock */
214 static int hf_ftam_delete_Object = -1;            /* Lock */
215 static int hf_ftam_object_type = -1;              /* Object_Type_Attribute */
216 static int hf_ftam_permitted_actions = -1;        /* Permitted_Actions_Attribute */
217 static int hf_ftam_access_control = -1;           /* Access_Control_Attribute */
218 static int hf_ftam_path_access_control = -1;      /* Access_Control_Attribute */
219 static int hf_ftam__untag_item_02 = -1;           /* Diagnostic_item */
220 static int hf_ftam_diagnostic_type = -1;          /* T_diagnostic_type */
221 static int hf_ftam_error_identifier = -1;         /* INTEGER */
222 static int hf_ftam_error_observer = -1;           /* Entity_Reference */
223 static int hf_ftam_error_Source = -1;             /* Entity_Reference */
224 static int hf_ftam_suggested_delay = -1;          /* INTEGER */
225 static int hf_ftam_further_details = -1;          /* GraphicString */
226 static int hf_ftam_first_last = -1;               /* T_first_last */
227 static int hf_ftam_relative = -1;                 /* T_relative */
228 static int hf_ftam_begin_end = -1;                /* T_begin_end */
229 static int hf_ftam_single_name = -1;              /* Node_Name */
230 static int hf_ftam_name_list = -1;                /* SEQUENCE_OF_Node_Name */
231 static int hf_ftam_name_list_item = -1;           /* Node_Name */
232 static int hf_ftam_fadu_number = -1;              /* INTEGER */
233 static int hf_ftam_graphicString = -1;            /* GraphicString */
234 static int hf_ftam_octetString = -1;              /* OCTET_STRING */
235 static int hf_ftam_linked_Object = -1;            /* Pathname_Attribute */
236 static int hf_ftam_child_objects = -1;            /* Child_Objects_Attribute */
237 static int hf_ftam_primaty_pathname = -1;         /* Pathname_Attribute */
238 static int hf_ftam_date_and_time_of_creation = -1;  /* Date_and_Time_Attribute */
239 static int hf_ftam_date_and_time_of_last_modification = -1;  /* Date_and_Time_Attribute */
240 static int hf_ftam_date_and_time_of_last_read_access = -1;  /* Date_and_Time_Attribute */
241 static int hf_ftam_date_and_time_of_last_attribute_modification = -1;  /* Date_and_Time_Attribute */
242 static int hf_ftam_identity_of_creator = -1;      /* User_Identity_Attribute */
243 static int hf_ftam_identity_of_last_modifier = -1;  /* User_Identity_Attribute */
244 static int hf_ftam_identity_of_last_reader = -1;  /* User_Identity_Attribute */
245 static int hf_ftam_identity_last_attribute_modifier = -1;  /* User_Identity_Attribute */
246 static int hf_ftam_object_size = -1;              /* Object_Size_Attribute */
247 static int hf_ftam_no_value_available = -1;       /* NULL */
248 static int hf_ftam_actual_values3 = -1;           /* SET_OF_Access_Control_Element */
249 static int hf_ftam_actual_values3_item = -1;      /* Access_Control_Element */
250 static int hf_ftam_actual_values1 = -1;           /* T_actual_values1 */
251 static int hf_ftam_insert_values = -1;            /* SET_OF_Access_Control_Element */
252 static int hf_ftam_insert_values_item = -1;       /* Access_Control_Element */
253 static int hf_ftam_delete_values = -1;            /* SET_OF_Access_Control_Element */
254 static int hf_ftam_delete_values_item = -1;       /* Access_Control_Element */
255 static int hf_ftam_action_list = -1;              /* Access_Request */
256 static int hf_ftam_concurrency_access = -1;       /* Concurrency_Access */
257 static int hf_ftam_identity = -1;                 /* User_Identity */
258 static int hf_ftam_passwords = -1;                /* Access_Passwords */
259 static int hf_ftam_location = -1;                 /* Application_Entity_Title */
260 static int hf_ftam_read_key = -1;                 /* Concurrency_Key */
261 static int hf_ftam_insert_key = -1;               /* Concurrency_Key */
262 static int hf_ftam_replace_key = -1;              /* Concurrency_Key */
263 static int hf_ftam_extend_key = -1;               /* Concurrency_Key */
264 static int hf_ftam_erase_key = -1;                /* Concurrency_Key */
265 static int hf_ftam_read_attribute_key = -1;       /* Concurrency_Key */
266 static int hf_ftam_change_attribute_key = -1;     /* Concurrency_Key */
267 static int hf_ftam_delete_Object_key = -1;        /* Concurrency_Key */
268 static int hf_ftam_actual_values2 = -1;           /* Account */
269 static int hf_ftam_document_type = -1;            /* T_document_type */
270 static int hf_ftam_parameter = -1;                /* T_parameter */
271 static int hf_ftam_constraint_set_and_abstract_Syntax = -1;  /* T_constraint_set_and_abstract_Syntax */
272 static int hf_ftam_constraint_set_name = -1;      /* Constraint_Set_Name */
273 static int hf_ftam_actual_values5 = -1;           /* GeneralizedTime */
274 static int hf_ftam_actual_values8 = -1;           /* T_actual_values8 */
275 static int hf_ftam_incomplete_pathname = -1;      /* Pathname */
276 static int hf_ftam_complete_pathname = -1;        /* Pathname */
277 static int hf_ftam_actual_values7 = -1;           /* INTEGER */
278 static int hf_ftam_actual_values9 = -1;           /* GraphicString */
279 static int hf_ftam_abstract_Syntax_not_supported = -1;  /* NULL */
280 static int hf_ftam_actual_values4 = -1;           /* EXTERNAL */
281 static int hf_ftam_actual_values6 = -1;           /* User_Identity */
282 static int hf_ftam_Child_Objects_Attribute_item = -1;  /* GraphicString */
283 static int hf_ftam_f_Change_prefix_request = -1;  /* F_CHANGE_PREFIX_request */
284 static int hf_ftam_f_Change_prefix_response = -1;  /* F_CHANGE_PREFIX_response */
285 static int hf_ftam_f_list_request = -1;           /* F_LIST_request */
286 static int hf_ftam_f_list_response = -1;          /* F_LIST_response */
287 static int hf_ftam_f_group_select_request = -1;   /* F_GROUP_SELECT_request */
288 static int hf_ftam_f_group_select_response = -1;  /* F_GROUP_SELECT_response */
289 static int hf_ftam_f_group_delete_request = -1;   /* F_GROUP_DELETE_request */
290 static int hf_ftam_f_group_delete_response = -1;  /* F_GROUP_DELETE_response */
291 static int hf_ftam_f_group_move_request = -1;     /* F_GROUP_MOVE_request */
292 static int hf_ftam_f_group_move_response = -1;    /* F_GROUP_MOVE_response */
293 static int hf_ftam_f_group_copy_request = -1;     /* F_GROUP_COPY_request */
294 static int hf_ftam_f_group_copy_response = -1;    /* F_GROUP_COPY_response */
295 static int hf_ftam_f_group_list_request = -1;     /* F_GROUP_LIST_request */
296 static int hf_ftam_f_group_list_response = -1;    /* F_GROUP_LIST_response */
297 static int hf_ftam_f_group_Change_attrib_request = -1;  /* F_GROUP_CHANGE_ATTRIB_request */
298 static int hf_ftam_f_group_Change_attrib_response = -1;  /* F_GROUP_CHANGE_ATTRIB_response */
299 static int hf_ftam_f_select_another_request = -1;  /* F_SELECT_ANOTHER_request */
300 static int hf_ftam_f_select_another_response = -1;  /* F_SELECT_ANOTHER_response */
301 static int hf_ftam_f_create_directory_request = -1;  /* F_CREATE_DIRECTORY_request */
302 static int hf_ftam_f_create_directory_response = -1;  /* F_CREATE_DIRECTORY_response */
303 static int hf_ftam_f_link_request = -1;           /* F_LINK_request */
304 static int hf_ftam_f_link_response = -1;          /* F_LINK_response */
305 static int hf_ftam_f_unlink_request = -1;         /* F_UNLINK_request */
306 static int hf_ftam_f_unlink_response = -1;        /* F_UNLINK_response */
307 static int hf_ftam_f_read_link_attrib_request = -1;  /* F_READ_LINK_ATTRIB_request */
308 static int hf_ftam_f_read_link_attrib_response = -1;  /* F_READ_LINK_ATTRIB_response */
309 static int hf_ftam_f_Change_link_attrib_request = -1;  /* F_CHANGE_LINK_ATTRIB_request */
310 static int hf_ftam_f_Change_Iink_attrib_response = -1;  /* F_CHANGE_LINK_ATTRIB_response */
311 static int hf_ftam_f_move_request = -1;           /* F_MOVE_request */
312 static int hf_ftam_f_move_response = -1;          /* F_MOVE_response */
313 static int hf_ftam_f_copy_request = -1;           /* F_COPY_request */
314 static int hf_ftam_f_copy_response = -1;          /* F_COPY_response */
315 static int hf_ftam_reset = -1;                    /* BOOLEAN */
316 static int hf_ftam_destination_file_directory = -1;  /* Destination_File_Directory */
317 static int hf_ftam_attribute_value_asset_tions = -1;  /* Attribute_Value_Assertions */
318 static int hf_ftam_scope = -1;                    /* Scope */
319 static int hf_ftam_objects_attributes_list = -1;  /* Objects_Attributes_List */
320 static int hf_ftam_attribute_value_assertions = -1;  /* Attribute_Value_Assertions */
321 static int hf_ftam_maximum_set_size = -1;         /* INTEGER */
322 static int hf_ftam_request_Operation_result = -1;  /* Request_Operation_Result */
323 static int hf_ftam_operation_result = -1;         /* Operation_Result */
324 static int hf_ftam_error_action = -1;             /* Error_Action */
325 static int hf_ftam_last_member_indicator = -1;    /* BOOLEAN */
326 static int hf_ftam_shared_ASE_infonnation = -1;   /* Shared_ASE_Information */
327 static int hf_ftam_target_object = -1;            /* Pathname_Attribute */
328 static int hf_ftam_target_Object = -1;            /* Pathname_Attribute */
329 static int hf_ftam_read_link_attributes = -1;     /* Read_Attributes */
330 static int hf_ftam_Attribute_Extension_Names_item = -1;  /* Attribute_Extension_Set_Name */
331 static int hf_ftam_extension_set_identifier = -1;  /* Extension_Set_Identifier */
332 static int hf_ftam_extension_attribute_names = -1;  /* SEQUENCE_OF_Extension_Attribute_identifier */
333 static int hf_ftam_extension_attribute_names_item = -1;  /* Extension_Attribute_identifier */
334 static int hf_ftam_Attribute_Extensions_item = -1;  /* Attribute_Extension_Set */
335 static int hf_ftam_extension_set_attributes = -1;  /* SEQUENCE_OF_Extension_Attribute */
336 static int hf_ftam_extension_set_attributes_item = -1;  /* Extension_Attribute */
337 static int hf_ftam_extension_attribute_identifier = -1;  /* T_extension_attribute_identifier */
338 static int hf_ftam_extension_attribute = -1;      /* T_extension_attribute */
339 static int hf_ftam__untag_item_03 = -1;           /* T__untag_item */
340 static int hf_ftam_root_directory = -1;           /* Pathname_Attribute */
341 static int hf_ftam_retrieval_scope = -1;          /* T_retrieval_scope */
342 static int hf_ftam_OR_Set_item = -1;              /* AND_Set */
343 static int hf_ftam_AND_Set_item = -1;             /* AND_Set_item */
344 static int hf_ftam_pathname_Pattern = -1;         /* Pathname_Pattern */
345 static int hf_ftam_object_type_Pattern = -1;      /* Integer_Pattern */
346 static int hf_ftam_permitted_actions_Pattern = -1;  /* Bitstring_Pattern */
347 static int hf_ftam_contents_type_Pattern = -1;    /* Contents_Type_Pattern */
348 static int hf_ftam_linked_Object_Pattern = -1;    /* Pathname_Pattern */
349 static int hf_ftam_child_objects_Pattern = -1;    /* Pathname_Pattern */
350 static int hf_ftam_primaty_pathname_Pattern = -1;  /* Pathname_Pattern */
351 static int hf_ftam_storage_account_Pattern = -1;  /* String_Pattern */
352 static int hf_ftam_date_and_time_of_creation_Pattern = -1;  /* Date_and_Time_Pattern */
353 static int hf_ftam_date_and_time_of_last_modification_Pattern = -1;  /* Date_and_Time_Pattern */
354 static int hf_ftam_date_and_time_of_last_read_access_Pattern = -1;  /* Date_and_Time_Pattern */
355 static int hf_ftam_date_and_time_of_last_attribute_modification_Pattern = -1;  /* Date_and_Time_Pattern */
356 static int hf_ftam_identity_of_creator_Pattern = -1;  /* User_Identity_Pattern */
357 static int hf_ftam_identity_of_last_modifier_Pattern = -1;  /* User_Identity_Pattern */
358 static int hf_ftam_identity_of_last_reader_Pattern = -1;  /* User_Identity_Pattern */
359 static int hf_ftam_identity_of_last_attribute_modifier_Pattern = -1;  /* User_Identity_Pattern */
360 static int hf_ftam_object_availabiiity_Pattern = -1;  /* Boolean_Pattern */
361 static int hf_ftam_object_size_Pattern = -1;      /* Integer_Pattern */
362 static int hf_ftam_future_object_size_Pattern = -1;  /* Integer_Pattern */
363 static int hf_ftam_legal_quailfication_Pattern = -1;  /* String_Pattern */
364 static int hf_ftam_attribute_extensions_pattern = -1;  /* Attribute_Extensions_Pattern */
365 static int hf_ftam_equality_comparision = -1;     /* Equality_Comparision */
366 static int hf_ftam_pathname_value = -1;           /* T_pathname_value */
367 static int hf_ftam_pathname_value_item = -1;      /* T_pathname_value_item */
368 static int hf_ftam_string_match = -1;             /* String_Pattern */
369 static int hf_ftam_any_match = -1;                /* NULL */
370 static int hf_ftam_string_value = -1;             /* T_string_value */
371 static int hf_ftam_string_value_item = -1;        /* T_string_value_item */
372 static int hf_ftam_substring_match = -1;          /* GraphicString */
373 static int hf_ftam_number_of_characters_match = -1;  /* INTEGER */
374 static int hf_ftam_match_bitstring = -1;          /* BIT_STRING */
375 static int hf_ftam_significance_bitstring = -1;   /* BIT_STRING */
376 static int hf_ftam_relational_camparision = -1;   /* Equality_Comparision */
377 static int hf_ftam_time_and_date_value = -1;      /* GeneralizedTime */
378 static int hf_ftam_relational_comparision = -1;   /* Relational_Comparision */
379 static int hf_ftam_integer_value = -1;            /* INTEGER */
380 static int hf_ftam_object_identifier_value = -1;  /* OBJECT_IDENTIFIER */
381 static int hf_ftam_boolean_value = -1;            /* BOOLEAN */
382 static int hf_ftam_document_type_Pattern = -1;    /* Object_Identifier_Pattern */
383 static int hf_ftam_constraint_set_abstract_Syntax_Pattern = -1;  /* T_constraint_set_abstract_Syntax_Pattern */
384 static int hf_ftam_constraint_Set_Pattern = -1;   /* Object_Identifier_Pattern */
385 static int hf_ftam_abstract_Syntax_Pattern = -1;  /* Object_Identifier_Pattern */
386 static int hf_ftam_Attribute_Extensions_Pattern_item = -1;  /* Attribute_Extensions_Pattern_item */
387 static int hf_ftam_extension_set_attribute_Patterns = -1;  /* T_extension_set_attribute_Patterns */
388 static int hf_ftam_extension_set_attribute_Patterns_item = -1;  /* T_extension_set_attribute_Patterns_item */
389 static int hf_ftam_attribute_extension_attribute_identifier = -1;  /* T_attribute_extension_attribute_identifier */
390 static int hf_ftam_extension_attribute_Pattern = -1;  /* T_extension_attribute_Pattern */
391 static int hf_ftam__untag_item_04 = -1;           /* Read_Attributes */
392 static int hf_ftam_success_Object_count = -1;     /* INTEGER */
393 static int hf_ftam_success_Object_names = -1;     /* SEQUENCE_OF_Pathname */
394 static int hf_ftam_success_Object_names_item = -1;  /* Pathname */
395 static int hf_ftam_Pathname_item = -1;            /* GraphicString */
396 static int hf_ftam_Pass_Passwords_item = -1;      /* Password */
397 static int hf_ftam__untag_item_05 = -1;           /* Path_Access_Passwords_item */
398 static int hf_ftam_ap = -1;                       /* AP_title */
399 static int hf_ftam_ae = -1;                       /* AE_qualifier */
400 /* named bits */
401 static int hf_ftam_Protocol_Version_U_version_1 = -1;
402 static int hf_ftam_Protocol_Version_U_version_2 = -1;
403 static int hf_ftam_Service_Class_U_unconstrained_class = -1;
404 static int hf_ftam_Service_Class_U_management_class = -1;
405 static int hf_ftam_Service_Class_U_transfer_class = -1;
406 static int hf_ftam_Service_Class_U_transfer_and_management_class = -1;
407 static int hf_ftam_Service_Class_U_access_class = -1;
408 static int hf_ftam_Functional_Units_U_read = -1;
409 static int hf_ftam_Functional_Units_U_write = -1;
410 static int hf_ftam_Functional_Units_U_file_access = -1;
411 static int hf_ftam_Functional_Units_U_limited_file_management = -1;
412 static int hf_ftam_Functional_Units_U_enhanced_file_management = -1;
413 static int hf_ftam_Functional_Units_U_grouping = -1;
414 static int hf_ftam_Functional_Units_U_fadu_locking = -1;
415 static int hf_ftam_Functional_Units_U_recovery = -1;
416 static int hf_ftam_Functional_Units_U_restart_data_transfer = -1;
417 static int hf_ftam_Functional_Units_U_limited_filestore_management = -1;
418 static int hf_ftam_Functional_Units_U_enhanced_filestore_management = -1;
419 static int hf_ftam_Functional_Units_U_object_manipulation = -1;
420 static int hf_ftam_Functional_Units_U_group_manipulation = -1;
421 static int hf_ftam_Functional_Units_U_consecutive_access = -1;
422 static int hf_ftam_Functional_Units_U_concurrent_access = -1;
423 static int hf_ftam_Attribute_Groups_U_storage = -1;
424 static int hf_ftam_Attribute_Groups_U_security = -1;
425 static int hf_ftam_Attribute_Groups_U_private = -1;
426 static int hf_ftam_Attribute_Groups_U_extension = -1;
427 static int hf_ftam_T_processing_mode_f_read = -1;
428 static int hf_ftam_T_processing_mode_f_insert = -1;
429 static int hf_ftam_T_processing_mode_f_replace = -1;
430 static int hf_ftam_T_processing_mode_f_extend = -1;
431 static int hf_ftam_T_processing_mode_f_erase = -1;
432 static int hf_ftam_Access_Request_U_read = -1;
433 static int hf_ftam_Access_Request_U_insert = -1;
434 static int hf_ftam_Access_Request_U_replace = -1;
435 static int hf_ftam_Access_Request_U_extend = -1;
436 static int hf_ftam_Access_Request_U_erase = -1;
437 static int hf_ftam_Access_Request_U_read_attribute = -1;
438 static int hf_ftam_Access_Request_U_change_attribute = -1;
439 static int hf_ftam_Access_Request_U_delete_Object = -1;
440 static int hf_ftam_Concurrency_Key_not_required = -1;
441 static int hf_ftam_Concurrency_Key_shared = -1;
442 static int hf_ftam_Concurrency_Key_exclusive = -1;
443 static int hf_ftam_Concurrency_Key_no_access = -1;
444 static int hf_ftam_Permitted_Actions_Attribute_read = -1;
445 static int hf_ftam_Permitted_Actions_Attribute_insert = -1;
446 static int hf_ftam_Permitted_Actions_Attribute_replace = -1;
447 static int hf_ftam_Permitted_Actions_Attribute_extend = -1;
448 static int hf_ftam_Permitted_Actions_Attribute_erase = -1;
449 static int hf_ftam_Permitted_Actions_Attribute_read_attribute = -1;
450 static int hf_ftam_Permitted_Actions_Attribute_change_attribute = -1;
451 static int hf_ftam_Permitted_Actions_Attribute_delete_Object = -1;
452 static int hf_ftam_Permitted_Actions_Attribute_pass = -1;
453 static int hf_ftam_Permitted_Actions_Attribute_link = -1;
454 static int hf_ftam_Permitted_Actions_Attribute_traversal = -1;
455 static int hf_ftam_Permitted_Actions_Attribute_reverse_traversal = -1;
456 static int hf_ftam_Permitted_Actions_Attribute_random_Order = -1;
457 static int hf_ftam_Equality_Comparision_no_value_available_matches = -1;
458 static int hf_ftam_Equality_Comparision_equals_matches = -1;
459 static int hf_ftam_Relational_Comparision_no_value_available_matches = -1;
460 static int hf_ftam_Relational_Comparision_equals_matches = -1;
461 static int hf_ftam_Relational_Comparision_less_than_matches = -1;
462 static int hf_ftam_Relational_Comparision_greater_than_matches = -1;
463 static int hf_ftam_Attribute_Names_read_pathname = -1;
464 static int hf_ftam_Attribute_Names_read_Object_type = -1;
465 static int hf_ftam_Attribute_Names_read_permitted_actions = -1;
466 static int hf_ftam_Attribute_Names_read_contents_type = -1;
467 static int hf_ftam_Attribute_Names_read_linked_Object = -1;
468 static int hf_ftam_Attribute_Names_read_Child_objects = -1;
469 static int hf_ftam_Attribute_Names_read_primary_pathname = -1;
470 static int hf_ftam_Attribute_Names_read_storage_account = -1;
471 static int hf_ftam_Attribute_Names_read_date_and_time_of_creation = -1;
472 static int hf_ftam_Attribute_Names_read_date_and_time_of_last_modification = -1;
473 static int hf_ftam_Attribute_Names_read_date_and_time_of_last_read_access = -1;
474 static int hf_ftam_Attribute_Names_read_date_and_time_of_last_attribute_modification = -1;
475 static int hf_ftam_Attribute_Names_read_identity_of_creator = -1;
476 static int hf_ftam_Attribute_Names_read_identity_of_last_modifier = -1;
477 static int hf_ftam_Attribute_Names_read_identity_of_last_reader = -1;
478 static int hf_ftam_Attribute_Names_read_identity_of_last_attribute_modifier = -1;
479 static int hf_ftam_Attribute_Names_read_Object_availability = -1;
480 static int hf_ftam_Attribute_Names_read_Object_size = -1;
481 static int hf_ftam_Attribute_Names_read_future_Object_size = -1;
482 static int hf_ftam_Attribute_Names_read_access_control = -1;
483 static int hf_ftam_Attribute_Names_read_path_access_control = -1;
484 static int hf_ftam_Attribute_Names_read_l8gal_qualifiCatiOnS = -1;
485 static int hf_ftam_Attribute_Names_read_private_use = -1;
486
487 /*--- End of included file: packet-ftam-hf.c ---*/
488 #line 61 "packet-ftam-template.c"
489
490 /* Initialize the subtree pointers */
491 static gint ett_ftam = -1;
492
493 /*--- Included file: packet-ftam-ett.c ---*/
494 #line 1 "packet-ftam-ett.c"
495 static gint ett_ftam_PDU = -1;
496 static gint ett_ftam_FTAM_Regime_PDU = -1;
497 static gint ett_ftam_F_INITIALIZE_request = -1;
498 static gint ett_ftam_F_INITIALIZE_response = -1;
499 static gint ett_ftam_Protocol_Version_U = -1;
500 static gint ett_ftam_Service_Class_U = -1;
501 static gint ett_ftam_Functional_Units_U = -1;
502 static gint ett_ftam_Attribute_Groups_U = -1;
503 static gint ett_ftam_Contents_Type_List_U = -1;
504 static gint ett_ftam_Contents_Type_List_item = -1;
505 static gint ett_ftam_F_TERMINATE_request = -1;
506 static gint ett_ftam_F_TERMINATE_response = -1;
507 static gint ett_ftam_F_U_ABORT_request = -1;
508 static gint ett_ftam_F_P_ABORT_request = -1;
509 static gint ett_ftam_File_PDU = -1;
510 static gint ett_ftam_F_SELECT_request = -1;
511 static gint ett_ftam_F_SELECT_response = -1;
512 static gint ett_ftam_F_DESELECT_request = -1;
513 static gint ett_ftam_F_DESELECT_response = -1;
514 static gint ett_ftam_F_CREATE_request = -1;
515 static gint ett_ftam_F_CREATE_response = -1;
516 static gint ett_ftam_F_DELETE_request = -1;
517 static gint ett_ftam_F_DELETE_response = -1;
518 static gint ett_ftam_F_READ_ATTRIB_request = -1;
519 static gint ett_ftam_F_READ_ATTRIB_response = -1;
520 static gint ett_ftam_F_CHANGE_ATTRIB_request = -1;
521 static gint ett_ftam_F_CHANGE_ATTRIB_response = -1;
522 static gint ett_ftam_F_OPEN_request = -1;
523 static gint ett_ftam_T_processing_mode = -1;
524 static gint ett_ftam_T_open_contents_type = -1;
525 static gint ett_ftam_SET_OF_Abstract_Syntax_Name = -1;
526 static gint ett_ftam_F_OPEN_response = -1;
527 static gint ett_ftam_F_CLOSE_request = -1;
528 static gint ett_ftam_F_CLOSE_response = -1;
529 static gint ett_ftam_F_BEGIN_GROUP_request = -1;
530 static gint ett_ftam_F_BEGIN_GROUP_response = -1;
531 static gint ett_ftam_F_END_GROUP_request = -1;
532 static gint ett_ftam_F_END_GROUP_response = -1;
533 static gint ett_ftam_F_RECOVER_request = -1;
534 static gint ett_ftam_F_RECOVER_response = -1;
535 static gint ett_ftam_F_LOCATE_request = -1;
536 static gint ett_ftam_F_LOCATE_response = -1;
537 static gint ett_ftam_F_ERASE_request = -1;
538 static gint ett_ftam_F_ERASE_response = -1;
539 static gint ett_ftam_Bulk_Data_PDU = -1;
540 static gint ett_ftam_F_READ_request = -1;
541 static gint ett_ftam_F_WRITE_request = -1;
542 static gint ett_ftam_F_DATA_END_request = -1;
543 static gint ett_ftam_F_TRANSFER_END_request = -1;
544 static gint ett_ftam_F_TRANSFER_END_response = -1;
545 static gint ett_ftam_F_CANCEL_request = -1;
546 static gint ett_ftam_F_CANCEL_response = -1;
547 static gint ett_ftam_F_RESTART_request = -1;
548 static gint ett_ftam_F_RESTART_response = -1;
549 static gint ett_ftam_Access_Context_U = -1;
550 static gint ett_ftam_Access_Passwords_U = -1;
551 static gint ett_ftam_Access_Request_U = -1;
552 static gint ett_ftam_Change_Attributes_U = -1;
553 static gint ett_ftam_Charging_U = -1;
554 static gint ett_ftam_Charging_item = -1;
555 static gint ett_ftam_Concurrency_Control_U = -1;
556 static gint ett_ftam_Create_Attributes_U = -1;
557 static gint ett_ftam_Diagnostic_U = -1;
558 static gint ett_ftam_Diagnostic_item = -1;
559 static gint ett_ftam_FADU_Identity_U = -1;
560 static gint ett_ftam_SEQUENCE_OF_Node_Name = -1;
561 static gint ett_ftam_Password_U = -1;
562 static gint ett_ftam_Read_Attributes_U = -1;
563 static gint ett_ftam_Select_Attributes_U = -1;
564 static gint ett_ftam_Access_Control_Attribute = -1;
565 static gint ett_ftam_SET_OF_Access_Control_Element = -1;
566 static gint ett_ftam_Access_Control_Change_Attribute = -1;
567 static gint ett_ftam_T_actual_values1 = -1;
568 static gint ett_ftam_Access_Control_Element = -1;
569 static gint ett_ftam_Concurrency_Access = -1;
570 static gint ett_ftam_Concurrency_Key = -1;
571 static gint ett_ftam_Account_Attribute = -1;
572 static gint ett_ftam_Contents_Type_Attribute = -1;
573 static gint ett_ftam_T_document_type = -1;
574 static gint ett_ftam_T_constraint_set_and_abstract_Syntax = -1;
575 static gint ett_ftam_Date_and_Time_Attribute = -1;
576 static gint ett_ftam_Object_Availability_Attribute = -1;
577 static gint ett_ftam_Pathname_Attribute = -1;
578 static gint ett_ftam_Object_Size_Attribute = -1;
579 static gint ett_ftam_Legal_Qualification_Attribute = -1;
580 static gint ett_ftam_Permitted_Actions_Attribute = -1;
581 static gint ett_ftam_Private_Use_Attribute = -1;
582 static gint ett_ftam_User_Identity_Attribute = -1;
583 static gint ett_ftam_Child_Objects_Attribute = -1;
584 static gint ett_ftam_FSM_PDU = -1;
585 static gint ett_ftam_F_CHANGE_PREFIX_request = -1;
586 static gint ett_ftam_F_CHANGE_PREFIX_response = -1;
587 static gint ett_ftam_F_LIST_request = -1;
588 static gint ett_ftam_F_LIST_response = -1;
589 static gint ett_ftam_F_GROUP_SELECT_request = -1;
590 static gint ett_ftam_F_GROUP_SELECT_response = -1;
591 static gint ett_ftam_F_GROUP_DELETE_request = -1;
592 static gint ett_ftam_F_GROUP_DELETE_response = -1;
593 static gint ett_ftam_F_GROUP_MOVE_request = -1;
594 static gint ett_ftam_F_GROUP_MOVE_response = -1;
595 static gint ett_ftam_F_GROUP_COPY_request = -1;
596 static gint ett_ftam_F_GROUP_COPY_response = -1;
597 static gint ett_ftam_F_GROUP_LIST_request = -1;
598 static gint ett_ftam_F_GROUP_LIST_response = -1;
599 static gint ett_ftam_F_GROUP_CHANGE_ATTRIB_request = -1;
600 static gint ett_ftam_F_GROUP_CHANGE_ATTRIB_response = -1;
601 static gint ett_ftam_F_SELECT_ANOTHER_request = -1;
602 static gint ett_ftam_F_SELECT_ANOTHER_response = -1;
603 static gint ett_ftam_F_CREATE_DIRECTORY_request = -1;
604 static gint ett_ftam_F_CREATE_DIRECTORY_response = -1;
605 static gint ett_ftam_F_LINK_request = -1;
606 static gint ett_ftam_F_LINK_response = -1;
607 static gint ett_ftam_F_UNLINK_request = -1;
608 static gint ett_ftam_F_UNLINK_response = -1;
609 static gint ett_ftam_F_READ_LINK_ATTRIB_request = -1;
610 static gint ett_ftam_F_READ_LINK_ATTRIB_response = -1;
611 static gint ett_ftam_F_CHANGE_LINK_ATTRIB_request = -1;
612 static gint ett_ftam_F_CHANGE_LINK_ATTRIB_response = -1;
613 static gint ett_ftam_F_MOVE_request = -1;
614 static gint ett_ftam_F_MOVE_response = -1;
615 static gint ett_ftam_F_COPY_request = -1;
616 static gint ett_ftam_F_COPY_response = -1;
617 static gint ett_ftam_Attribute_Extension_Names = -1;
618 static gint ett_ftam_Attribute_Extension_Set_Name = -1;
619 static gint ett_ftam_SEQUENCE_OF_Extension_Attribute_identifier = -1;
620 static gint ett_ftam_Attribute_Extensions = -1;
621 static gint ett_ftam_Attribute_Extension_Set = -1;
622 static gint ett_ftam_SEQUENCE_OF_Extension_Attribute = -1;
623 static gint ett_ftam_Extension_Attribute = -1;
624 static gint ett_ftam_Scope_U = -1;
625 static gint ett_ftam_T__untag_item = -1;
626 static gint ett_ftam_OR_Set = -1;
627 static gint ett_ftam_AND_Set = -1;
628 static gint ett_ftam_AND_Set_item = -1;
629 static gint ett_ftam_Equality_Comparision = -1;
630 static gint ett_ftam_Relational_Comparision = -1;
631 static gint ett_ftam_Pathname_Pattern = -1;
632 static gint ett_ftam_T_pathname_value = -1;
633 static gint ett_ftam_T_pathname_value_item = -1;
634 static gint ett_ftam_String_Pattern = -1;
635 static gint ett_ftam_T_string_value = -1;
636 static gint ett_ftam_T_string_value_item = -1;
637 static gint ett_ftam_Bitstring_Pattern = -1;
638 static gint ett_ftam_Date_and_Time_Pattern = -1;
639 static gint ett_ftam_Integer_Pattern = -1;
640 static gint ett_ftam_Object_Identifier_Pattern = -1;
641 static gint ett_ftam_Boolean_Pattern = -1;
642 static gint ett_ftam_Contents_Type_Pattern = -1;
643 static gint ett_ftam_T_constraint_set_abstract_Syntax_Pattern = -1;
644 static gint ett_ftam_Attribute_Extensions_Pattern = -1;
645 static gint ett_ftam_Attribute_Extensions_Pattern_item = -1;
646 static gint ett_ftam_T_extension_set_attribute_Patterns = -1;
647 static gint ett_ftam_T_extension_set_attribute_Patterns_item = -1;
648 static gint ett_ftam_SEQUENCE_OF_Read_Attributes = -1;
649 static gint ett_ftam_Operation_Result_U = -1;
650 static gint ett_ftam_SEQUENCE_OF_Pathname = -1;
651 static gint ett_ftam_Pathname = -1;
652 static gint ett_ftam_Pass_Passwords = -1;
653 static gint ett_ftam_Path_Access_Passwords_U = -1;
654 static gint ett_ftam_Path_Access_Passwords_item = -1;
655 static gint ett_ftam_Attribute_Names = -1;
656 static gint ett_ftam_AE_title = -1;
657
658 /*--- End of included file: packet-ftam-ett.c ---*/
659 #line 65 "packet-ftam-template.c"
660
661
662 /*--- Included file: packet-ftam-fn.c ---*/
663 #line 1 "packet-ftam-fn.c"
664
665 static const asn_namedbit Protocol_Version_U_bits[] = {
666   {  0, &hf_ftam_Protocol_Version_U_version_1, -1, -1, "version-1", NULL },
667   {  1, &hf_ftam_Protocol_Version_U_version_2, -1, -1, "version-2", NULL },
668   { 0, NULL, 0, 0, NULL, NULL }
669 };
670
671 static int
672 dissect_ftam_Protocol_Version_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
673   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
674                                     Protocol_Version_U_bits, hf_index, ett_ftam_Protocol_Version_U,
675                                     NULL);
676
677   return offset;
678 }
679
680
681
682 static int
683 dissect_ftam_Protocol_Version(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
684   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
685                                       hf_index, BER_CLASS_CON, 0, TRUE, dissect_ftam_Protocol_Version_U);
686
687   return offset;
688 }
689
690
691
692 static int
693 dissect_ftam_GraphicString(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
694   offset = dissect_ber_restricted_string(implicit_tag, BER_UNI_TAG_GraphicString,
695                                             actx, tree, tvb, offset, hf_index,
696                                             NULL);
697
698   return offset;
699 }
700
701
702
703 static int
704 dissect_ftam_Implementation_Information(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
705   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
706                                       hf_index, BER_CLASS_CON, 1, TRUE, dissect_ftam_GraphicString);
707
708   return offset;
709 }
710
711
712
713 static int
714 dissect_ftam_BOOLEAN(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
715   offset = dissect_ber_boolean(implicit_tag, actx, tree, tvb, offset, hf_index, NULL);
716
717   return offset;
718 }
719
720
721 static const asn_namedbit Service_Class_U_bits[] = {
722   {  0, &hf_ftam_Service_Class_U_unconstrained_class, -1, -1, "unconstrained-class", NULL },
723   {  1, &hf_ftam_Service_Class_U_management_class, -1, -1, "management-class", NULL },
724   {  2, &hf_ftam_Service_Class_U_transfer_class, -1, -1, "transfer-class", NULL },
725   {  3, &hf_ftam_Service_Class_U_transfer_and_management_class, -1, -1, "transfer-and-management-class", NULL },
726   {  4, &hf_ftam_Service_Class_U_access_class, -1, -1, "access-class", NULL },
727   { 0, NULL, 0, 0, NULL, NULL }
728 };
729
730 static int
731 dissect_ftam_Service_Class_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
732   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
733                                     Service_Class_U_bits, hf_index, ett_ftam_Service_Class_U,
734                                     NULL);
735
736   return offset;
737 }
738
739
740
741 static int
742 dissect_ftam_Service_Class(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
743   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
744                                       hf_index, BER_CLASS_CON, 3, TRUE, dissect_ftam_Service_Class_U);
745
746   return offset;
747 }
748
749
750 static const asn_namedbit Functional_Units_U_bits[] = {
751   {  2, &hf_ftam_Functional_Units_U_read, -1, -1, "read", NULL },
752   {  3, &hf_ftam_Functional_Units_U_write, -1, -1, "write", NULL },
753   {  4, &hf_ftam_Functional_Units_U_file_access, -1, -1, "file-access", NULL },
754   {  5, &hf_ftam_Functional_Units_U_limited_file_management, -1, -1, "limited-file-management", NULL },
755   {  6, &hf_ftam_Functional_Units_U_enhanced_file_management, -1, -1, "enhanced-file-management", NULL },
756   {  7, &hf_ftam_Functional_Units_U_grouping, -1, -1, "grouping", NULL },
757   {  8, &hf_ftam_Functional_Units_U_fadu_locking, -1, -1, "fadu-locking", NULL },
758   {  9, &hf_ftam_Functional_Units_U_recovery, -1, -1, "recovery", NULL },
759   { 10, &hf_ftam_Functional_Units_U_restart_data_transfer, -1, -1, "restart-data-transfer", NULL },
760   { 11, &hf_ftam_Functional_Units_U_limited_filestore_management, -1, -1, "limited-filestore-management", NULL },
761   { 12, &hf_ftam_Functional_Units_U_enhanced_filestore_management, -1, -1, "enhanced-filestore-management", NULL },
762   { 13, &hf_ftam_Functional_Units_U_object_manipulation, -1, -1, "object-manipulation", NULL },
763   { 14, &hf_ftam_Functional_Units_U_group_manipulation, -1, -1, "group-manipulation", NULL },
764   { 15, &hf_ftam_Functional_Units_U_consecutive_access, -1, -1, "consecutive-access", NULL },
765   { 16, &hf_ftam_Functional_Units_U_concurrent_access, -1, -1, "concurrent-access", NULL },
766   { 0, NULL, 0, 0, NULL, NULL }
767 };
768
769 static int
770 dissect_ftam_Functional_Units_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
771   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
772                                     Functional_Units_U_bits, hf_index, ett_ftam_Functional_Units_U,
773                                     NULL);
774
775   return offset;
776 }
777
778
779
780 static int
781 dissect_ftam_Functional_Units(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
782   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
783                                       hf_index, BER_CLASS_CON, 4, TRUE, dissect_ftam_Functional_Units_U);
784
785   return offset;
786 }
787
788
789 static const asn_namedbit Attribute_Groups_U_bits[] = {
790   {  0, &hf_ftam_Attribute_Groups_U_storage, -1, -1, "storage", NULL },
791   {  1, &hf_ftam_Attribute_Groups_U_security, -1, -1, "security", NULL },
792   {  2, &hf_ftam_Attribute_Groups_U_private, -1, -1, "private", NULL },
793   {  3, &hf_ftam_Attribute_Groups_U_extension, -1, -1, "extension", NULL },
794   { 0, NULL, 0, 0, NULL, NULL }
795 };
796
797 static int
798 dissect_ftam_Attribute_Groups_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
799   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
800                                     Attribute_Groups_U_bits, hf_index, ett_ftam_Attribute_Groups_U,
801                                     NULL);
802
803   return offset;
804 }
805
806
807
808 static int
809 dissect_ftam_Attribute_Groups(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
810   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
811                                       hf_index, BER_CLASS_CON, 5, TRUE, dissect_ftam_Attribute_Groups_U);
812
813   return offset;
814 }
815
816
817
818 static int
819 dissect_ftam_EXTERNAL(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
820   offset = dissect_ber_external_type(implicit_tag, tree, tvb, offset, actx, hf_index, NULL);
821
822   return offset;
823 }
824
825
826
827 static int
828 dissect_ftam_Shared_ASE_Information(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
829   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
830                                       hf_index, BER_CLASS_APP, 20, TRUE, dissect_ftam_EXTERNAL);
831
832   return offset;
833 }
834
835
836 static const value_string ftam_FTAM_Quality_of_Service_U_vals[] = {
837   {   0, "no-recovery" },
838   {   1, "class-1-recovery" },
839   {   2, "class-2-recovery" },
840   {   3, "class-3-recovery" },
841   { 0, NULL }
842 };
843
844
845 static int
846 dissect_ftam_FTAM_Quality_of_Service_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
847   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
848                                                 NULL);
849
850   return offset;
851 }
852
853
854
855 static int
856 dissect_ftam_FTAM_Quality_of_Service(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
857   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
858                                       hf_index, BER_CLASS_CON, 6, TRUE, dissect_ftam_FTAM_Quality_of_Service_U);
859
860   return offset;
861 }
862
863
864
865 static int
866 dissect_ftam_OBJECT_IDENTIFIER(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
867   offset = dissect_ber_object_identifier(implicit_tag, actx, tree, tvb, offset, hf_index, NULL);
868
869   return offset;
870 }
871
872
873
874 static int
875 dissect_ftam_Document_Type_Name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
876   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
877                                       hf_index, BER_CLASS_APP, 14, TRUE, dissect_ftam_OBJECT_IDENTIFIER);
878
879   return offset;
880 }
881
882
883
884 static int
885 dissect_ftam_Abstract_Syntax_Name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
886   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
887                                       hf_index, BER_CLASS_APP, 0, TRUE, dissect_ftam_OBJECT_IDENTIFIER);
888
889   return offset;
890 }
891
892
893 static const value_string ftam_Contents_Type_List_item_vals[] = {
894   {  14, "document-type-name" },
895   {   0, "abstract-Syntax-name" },
896   { 0, NULL }
897 };
898
899 static const ber_choice_t Contents_Type_List_item_choice[] = {
900   {  14, &hf_ftam_document_type_name, BER_CLASS_APP, 14, BER_FLAGS_NOOWNTAG, dissect_ftam_Document_Type_Name },
901   {   0, &hf_ftam_abstract_Syntax_name, BER_CLASS_APP, 0, BER_FLAGS_NOOWNTAG, dissect_ftam_Abstract_Syntax_Name },
902   { 0, NULL, 0, 0, 0, NULL }
903 };
904
905 static int
906 dissect_ftam_Contents_Type_List_item(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
907   offset = dissect_ber_choice(actx, tree, tvb, offset,
908                                  Contents_Type_List_item_choice, hf_index, ett_ftam_Contents_Type_List_item,
909                                  NULL);
910
911   return offset;
912 }
913
914
915 static const ber_sequence_t Contents_Type_List_U_sequence_of[1] = {
916   { &hf_ftam__untag_item    , BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG|BER_FLAGS_NOTCHKTAG, dissect_ftam_Contents_Type_List_item },
917 };
918
919 static int
920 dissect_ftam_Contents_Type_List_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
921   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
922                                       Contents_Type_List_U_sequence_of, hf_index, ett_ftam_Contents_Type_List_U);
923
924   return offset;
925 }
926
927
928
929 static int
930 dissect_ftam_Contents_Type_List(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
931   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
932                                       hf_index, BER_CLASS_CON, 7, TRUE, dissect_ftam_Contents_Type_List_U);
933
934   return offset;
935 }
936
937
938
939 static int
940 dissect_ftam_User_Identity(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
941   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
942                                       hf_index, BER_CLASS_APP, 22, TRUE, dissect_ftam_GraphicString);
943
944   return offset;
945 }
946
947
948
949 static int
950 dissect_ftam_Account(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
951   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
952                                       hf_index, BER_CLASS_APP, 4, TRUE, dissect_ftam_GraphicString);
953
954   return offset;
955 }
956
957
958
959 static int
960 dissect_ftam_OCTET_STRING(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
961   offset = dissect_ber_octet_string(implicit_tag, actx, tree, tvb, offset, hf_index,
962                                        NULL);
963
964   return offset;
965 }
966
967
968 static const value_string ftam_Password_U_vals[] = {
969   {   0, "graphicString" },
970   {   1, "octetString" },
971   { 0, NULL }
972 };
973
974 static const ber_choice_t Password_U_choice[] = {
975   {   0, &hf_ftam_graphicString  , BER_CLASS_UNI, BER_UNI_TAG_GraphicString, BER_FLAGS_NOOWNTAG, dissect_ftam_GraphicString },
976   {   1, &hf_ftam_octetString    , BER_CLASS_UNI, BER_UNI_TAG_OCTETSTRING, BER_FLAGS_NOOWNTAG, dissect_ftam_OCTET_STRING },
977   { 0, NULL, 0, 0, 0, NULL }
978 };
979
980 static int
981 dissect_ftam_Password_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
982   offset = dissect_ber_choice(actx, tree, tvb, offset,
983                                  Password_U_choice, hf_index, ett_ftam_Password_U,
984                                  NULL);
985
986   return offset;
987 }
988
989
990
991 static int
992 dissect_ftam_Password(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
993   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
994                                       hf_index, BER_CLASS_APP, 17, FALSE, dissect_ftam_Password_U);
995
996   return offset;
997 }
998
999
1000
1001 static int
1002 dissect_ftam_INTEGER(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1003   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
1004                                                 NULL);
1005
1006   return offset;
1007 }
1008
1009
1010 static const ber_sequence_t F_INITIALIZE_request_sequence[] = {
1011   { &hf_ftam_protocol_Version, BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Protocol_Version },
1012   { &hf_ftam_implementation_information, BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Implementation_Information },
1013   { &hf_ftam_presentation_tontext_management, BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_BOOLEAN },
1014   { &hf_ftam_service_class  , BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Service_Class },
1015   { &hf_ftam_functional_units, BER_CLASS_CON, 4, BER_FLAGS_NOOWNTAG, dissect_ftam_Functional_Units },
1016   { &hf_ftam_attribute_groups, BER_CLASS_CON, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Attribute_Groups },
1017   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
1018   { &hf_ftam_ftam_quality_of_Service, BER_CLASS_CON, 6, BER_FLAGS_NOOWNTAG, dissect_ftam_FTAM_Quality_of_Service },
1019   { &hf_ftam_contents_type_list, BER_CLASS_CON, 7, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Contents_Type_List },
1020   { &hf_ftam_initiator_identity, BER_CLASS_APP, 22, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_User_Identity },
1021   { &hf_ftam_account        , BER_CLASS_APP, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Account },
1022   { &hf_ftam_filestore_password, BER_CLASS_APP, 17, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Password },
1023   { &hf_ftam_checkpoint_window, BER_CLASS_CON, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
1024   { NULL, 0, 0, 0, NULL }
1025 };
1026
1027 static int
1028 dissect_ftam_F_INITIALIZE_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1029   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1030                                    F_INITIALIZE_request_sequence, hf_index, ett_ftam_F_INITIALIZE_request);
1031
1032   return offset;
1033 }
1034
1035
1036 static const value_string ftam_State_Result_U_vals[] = {
1037   {   0, "success" },
1038   {   1, "failure" },
1039   { 0, NULL }
1040 };
1041
1042
1043 static int
1044 dissect_ftam_State_Result_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1045   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
1046                                                 NULL);
1047
1048   return offset;
1049 }
1050
1051
1052
1053 static int
1054 dissect_ftam_State_Result(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1055   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1056                                       hf_index, BER_CLASS_APP, 21, TRUE, dissect_ftam_State_Result_U);
1057
1058   return offset;
1059 }
1060
1061
1062 static const value_string ftam_Action_Result_U_vals[] = {
1063   {   0, "success" },
1064   {   1, "transient-error" },
1065   {   2, "permanent-error" },
1066   { 0, NULL }
1067 };
1068
1069
1070 static int
1071 dissect_ftam_Action_Result_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1072   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
1073                                                 NULL);
1074
1075   return offset;
1076 }
1077
1078
1079
1080 static int
1081 dissect_ftam_Action_Result(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1082   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1083                                       hf_index, BER_CLASS_APP, 5, TRUE, dissect_ftam_Action_Result_U);
1084
1085   return offset;
1086 }
1087
1088
1089 static const value_string ftam_T_diagnostic_type_vals[] = {
1090   {   0, "informative" },
1091   {   1, "transient" },
1092   {   2, "permanent" },
1093   { 0, NULL }
1094 };
1095
1096
1097 static int
1098 dissect_ftam_T_diagnostic_type(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1099   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
1100                                                 NULL);
1101
1102   return offset;
1103 }
1104
1105
1106 static const value_string ftam_Entity_Reference_vals[] = {
1107   {   0, "no-categorization-possible" },
1108   {   1, "initiating-file-service-user" },
1109   {   2, "initiating-file-protocol-machine" },
1110   {   3, "service-supporting-the-file-protocol-machine" },
1111   {   4, "responding-file-protocol-machine" },
1112   {   5, "responding-file-service-user" },
1113   { 0, NULL }
1114 };
1115
1116
1117 static int
1118 dissect_ftam_Entity_Reference(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1119   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
1120                                                 NULL);
1121
1122   return offset;
1123 }
1124
1125
1126 static const ber_sequence_t Diagnostic_item_sequence[] = {
1127   { &hf_ftam_diagnostic_type, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_T_diagnostic_type },
1128   { &hf_ftam_error_identifier, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
1129   { &hf_ftam_error_observer , BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_ftam_Entity_Reference },
1130   { &hf_ftam_error_Source   , BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_ftam_Entity_Reference },
1131   { &hf_ftam_suggested_delay, BER_CLASS_CON, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
1132   { &hf_ftam_further_details, BER_CLASS_CON, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_GraphicString },
1133   { NULL, 0, 0, 0, NULL }
1134 };
1135
1136 static int
1137 dissect_ftam_Diagnostic_item(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1138   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1139                                    Diagnostic_item_sequence, hf_index, ett_ftam_Diagnostic_item);
1140
1141   return offset;
1142 }
1143
1144
1145 static const ber_sequence_t Diagnostic_U_sequence_of[1] = {
1146   { &hf_ftam__untag_item_02 , BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic_item },
1147 };
1148
1149 static int
1150 dissect_ftam_Diagnostic_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1151   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
1152                                       Diagnostic_U_sequence_of, hf_index, ett_ftam_Diagnostic_U);
1153
1154   return offset;
1155 }
1156
1157
1158
1159 static int
1160 dissect_ftam_Diagnostic(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1161   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1162                                       hf_index, BER_CLASS_APP, 13, TRUE, dissect_ftam_Diagnostic_U);
1163
1164   return offset;
1165 }
1166
1167
1168 static const ber_sequence_t F_INITIALIZE_response_sequence[] = {
1169   { &hf_ftam_state_result   , BER_CLASS_APP, 21, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_State_Result },
1170   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
1171   { &hf_ftam_protocol_Version, BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Protocol_Version },
1172   { &hf_ftam_implementation_information, BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Implementation_Information },
1173   { &hf_ftam_presentation_tontext_management, BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_BOOLEAN },
1174   { &hf_ftam_service_class  , BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Service_Class },
1175   { &hf_ftam_functional_units, BER_CLASS_CON, 4, BER_FLAGS_NOOWNTAG, dissect_ftam_Functional_Units },
1176   { &hf_ftam_attribute_groups, BER_CLASS_CON, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Attribute_Groups },
1177   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
1178   { &hf_ftam_ftam_quality_of_Service, BER_CLASS_CON, 6, BER_FLAGS_NOOWNTAG, dissect_ftam_FTAM_Quality_of_Service },
1179   { &hf_ftam_contents_type_list, BER_CLASS_CON, 7, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Contents_Type_List },
1180   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
1181   { &hf_ftam_checkpoint_window, BER_CLASS_CON, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
1182   { NULL, 0, 0, 0, NULL }
1183 };
1184
1185 static int
1186 dissect_ftam_F_INITIALIZE_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1187   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1188                                    F_INITIALIZE_response_sequence, hf_index, ett_ftam_F_INITIALIZE_response);
1189
1190   return offset;
1191 }
1192
1193
1194 static const ber_sequence_t F_TERMINATE_request_sequence[] = {
1195   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
1196   { NULL, 0, 0, 0, NULL }
1197 };
1198
1199 static int
1200 dissect_ftam_F_TERMINATE_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1201   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1202                                    F_TERMINATE_request_sequence, hf_index, ett_ftam_F_TERMINATE_request);
1203
1204   return offset;
1205 }
1206
1207
1208 static const ber_sequence_t Charging_item_sequence[] = {
1209   { &hf_ftam_resource_identifier, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_GraphicString },
1210   { &hf_ftam_charging_unit  , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_GraphicString },
1211   { &hf_ftam_charging_value , BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
1212   { NULL, 0, 0, 0, NULL }
1213 };
1214
1215 static int
1216 dissect_ftam_Charging_item(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1217   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1218                                    Charging_item_sequence, hf_index, ett_ftam_Charging_item);
1219
1220   return offset;
1221 }
1222
1223
1224 static const ber_sequence_t Charging_U_sequence_of[1] = {
1225   { &hf_ftam__untag_item_01 , BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_Charging_item },
1226 };
1227
1228 static int
1229 dissect_ftam_Charging_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1230   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
1231                                       Charging_U_sequence_of, hf_index, ett_ftam_Charging_U);
1232
1233   return offset;
1234 }
1235
1236
1237
1238 static int
1239 dissect_ftam_Charging(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1240   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1241                                       hf_index, BER_CLASS_APP, 9, TRUE, dissect_ftam_Charging_U);
1242
1243   return offset;
1244 }
1245
1246
1247 static const ber_sequence_t F_TERMINATE_response_sequence[] = {
1248   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
1249   { &hf_ftam_charging       , BER_CLASS_APP, 9, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Charging },
1250   { NULL, 0, 0, 0, NULL }
1251 };
1252
1253 static int
1254 dissect_ftam_F_TERMINATE_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1255   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1256                                    F_TERMINATE_response_sequence, hf_index, ett_ftam_F_TERMINATE_response);
1257
1258   return offset;
1259 }
1260
1261
1262 static const ber_sequence_t F_U_ABORT_request_sequence[] = {
1263   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
1264   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
1265   { NULL, 0, 0, 0, NULL }
1266 };
1267
1268 static int
1269 dissect_ftam_F_U_ABORT_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1270   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1271                                    F_U_ABORT_request_sequence, hf_index, ett_ftam_F_U_ABORT_request);
1272
1273   return offset;
1274 }
1275
1276
1277 static const ber_sequence_t F_P_ABORT_request_sequence[] = {
1278   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
1279   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
1280   { NULL, 0, 0, 0, NULL }
1281 };
1282
1283 static int
1284 dissect_ftam_F_P_ABORT_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1285   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1286                                    F_P_ABORT_request_sequence, hf_index, ett_ftam_F_P_ABORT_request);
1287
1288   return offset;
1289 }
1290
1291
1292 static const value_string ftam_FTAM_Regime_PDU_vals[] = {
1293   {   0, "f-initialize-request" },
1294   {   1, "f-initialize-response" },
1295   {   2, "f-terminate-request" },
1296   {   3, "f-terminate-response" },
1297   {   4, "f-u-abort-request" },
1298   {   5, "f-p-abort-request" },
1299   { 0, NULL }
1300 };
1301
1302 static const ber_choice_t FTAM_Regime_PDU_choice[] = {
1303   {   0, &hf_ftam_f_initialize_request, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_F_INITIALIZE_request },
1304   {   1, &hf_ftam_f_initialize_response, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_F_INITIALIZE_response },
1305   {   2, &hf_ftam_f_terminate_request, BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_ftam_F_TERMINATE_request },
1306   {   3, &hf_ftam_f_terminate_response, BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_ftam_F_TERMINATE_response },
1307   {   4, &hf_ftam_f_u_abort_request, BER_CLASS_CON, 4, BER_FLAGS_IMPLTAG, dissect_ftam_F_U_ABORT_request },
1308   {   5, &hf_ftam_f_p_abort_request, BER_CLASS_CON, 5, BER_FLAGS_IMPLTAG, dissect_ftam_F_P_ABORT_request },
1309   { 0, NULL, 0, 0, 0, NULL }
1310 };
1311
1312 static int
1313 dissect_ftam_FTAM_Regime_PDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1314 #line 90 "ftam.cnf"
1315   gint branch_taken;
1316
1317     offset = dissect_ber_choice(actx, tree, tvb, offset,
1318                                  FTAM_Regime_PDU_choice, hf_index, ett_ftam_FTAM_Regime_PDU,
1319                                  &branch_taken);
1320
1321   
1322   if( (branch_taken!=-1) && ftam_FTAM_Regime_PDU_vals[branch_taken].strptr ){
1323         if (check_col(actx->pinfo->cinfo, COL_INFO)) {
1324                 col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %s:", ftam_FTAM_Regime_PDU_vals[branch_taken].strptr);
1325         }
1326   }
1327
1328
1329
1330   return offset;
1331 }
1332
1333
1334 static const ber_sequence_t Pathname_sequence_of[1] = {
1335   { &hf_ftam_Pathname_item  , BER_CLASS_UNI, BER_UNI_TAG_GraphicString, BER_FLAGS_NOOWNTAG, dissect_ftam_GraphicString },
1336 };
1337
1338 int
1339 dissect_ftam_Pathname(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1340   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
1341                                       Pathname_sequence_of, hf_index, ett_ftam_Pathname);
1342
1343   return offset;
1344 }
1345
1346
1347 static const value_string ftam_Pathname_Attribute_vals[] = {
1348   {   0, "incomplete-pathname" },
1349   {   1, "complete-pathname" },
1350   { 0, NULL }
1351 };
1352
1353 static const ber_choice_t Pathname_Attribute_choice[] = {
1354   {   0, &hf_ftam_incomplete_pathname, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Pathname },
1355   {   1, &hf_ftam_complete_pathname, BER_CLASS_APP, 23, BER_FLAGS_IMPLTAG, dissect_ftam_Pathname },
1356   { 0, NULL, 0, 0, 0, NULL }
1357 };
1358
1359 static int
1360 dissect_ftam_Pathname_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1361   offset = dissect_ber_choice(actx, tree, tvb, offset,
1362                                  Pathname_Attribute_choice, hf_index, ett_ftam_Pathname_Attribute,
1363                                  NULL);
1364
1365   return offset;
1366 }
1367
1368
1369 static const ber_sequence_t Select_Attributes_U_sequence[] = {
1370   { &hf_ftam_pathname       , BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG|BER_FLAGS_NOTCHKTAG, dissect_ftam_Pathname_Attribute },
1371   { NULL, 0, 0, 0, NULL }
1372 };
1373
1374 static int
1375 dissect_ftam_Select_Attributes_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1376   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1377                                    Select_Attributes_U_sequence, hf_index, ett_ftam_Select_Attributes_U);
1378
1379   return offset;
1380 }
1381
1382
1383
1384 static int
1385 dissect_ftam_Select_Attributes(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1386   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1387                                       hf_index, BER_CLASS_APP, 19, TRUE, dissect_ftam_Select_Attributes_U);
1388
1389   return offset;
1390 }
1391
1392
1393 static const asn_namedbit Access_Request_U_bits[] = {
1394   {  0, &hf_ftam_Access_Request_U_read, -1, -1, "read", NULL },
1395   {  1, &hf_ftam_Access_Request_U_insert, -1, -1, "insert", NULL },
1396   {  2, &hf_ftam_Access_Request_U_replace, -1, -1, "replace", NULL },
1397   {  3, &hf_ftam_Access_Request_U_extend, -1, -1, "extend", NULL },
1398   {  4, &hf_ftam_Access_Request_U_erase, -1, -1, "erase", NULL },
1399   {  5, &hf_ftam_Access_Request_U_read_attribute, -1, -1, "read-attribute", NULL },
1400   {  6, &hf_ftam_Access_Request_U_change_attribute, -1, -1, "change-attribute", NULL },
1401   {  7, &hf_ftam_Access_Request_U_delete_Object, -1, -1, "delete-Object", NULL },
1402   { 0, NULL, 0, 0, NULL, NULL }
1403 };
1404
1405 static int
1406 dissect_ftam_Access_Request_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1407   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
1408                                     Access_Request_U_bits, hf_index, ett_ftam_Access_Request_U,
1409                                     NULL);
1410
1411   return offset;
1412 }
1413
1414
1415
1416 static int
1417 dissect_ftam_Access_Request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1418   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1419                                       hf_index, BER_CLASS_APP, 3, TRUE, dissect_ftam_Access_Request_U);
1420
1421   return offset;
1422 }
1423
1424
1425 static const ber_sequence_t Pass_Passwords_sequence_of[1] = {
1426   { &hf_ftam_Pass_Passwords_item, BER_CLASS_APP, 17, BER_FLAGS_NOOWNTAG, dissect_ftam_Password },
1427 };
1428
1429 static int
1430 dissect_ftam_Pass_Passwords(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1431   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
1432                                       Pass_Passwords_sequence_of, hf_index, ett_ftam_Pass_Passwords);
1433
1434   return offset;
1435 }
1436
1437
1438 static const ber_sequence_t Access_Passwords_U_sequence[] = {
1439   { &hf_ftam_read_password  , BER_CLASS_CON, 0, 0, dissect_ftam_Password },
1440   { &hf_ftam_insert_password, BER_CLASS_CON, 1, 0, dissect_ftam_Password },
1441   { &hf_ftam_replace_password, BER_CLASS_CON, 2, 0, dissect_ftam_Password },
1442   { &hf_ftam_extend_password, BER_CLASS_CON, 3, 0, dissect_ftam_Password },
1443   { &hf_ftam_erase_password , BER_CLASS_CON, 4, 0, dissect_ftam_Password },
1444   { &hf_ftam_read_attribute_password, BER_CLASS_CON, 5, 0, dissect_ftam_Password },
1445   { &hf_ftam_change_attribute_password, BER_CLASS_CON, 6, 0, dissect_ftam_Password },
1446   { &hf_ftam_delete_password, BER_CLASS_CON, 7, 0, dissect_ftam_Password },
1447   { &hf_ftam_pass_passwords , BER_CLASS_CON, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Pass_Passwords },
1448   { &hf_ftam_link_password  , BER_CLASS_CON, 9, BER_FLAGS_OPTIONAL, dissect_ftam_Password },
1449   { NULL, 0, 0, 0, NULL }
1450 };
1451
1452 static int
1453 dissect_ftam_Access_Passwords_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1454   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1455                                    Access_Passwords_U_sequence, hf_index, ett_ftam_Access_Passwords_U);
1456
1457   return offset;
1458 }
1459
1460
1461
1462 static int
1463 dissect_ftam_Access_Passwords(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1464   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1465                                       hf_index, BER_CLASS_APP, 2, TRUE, dissect_ftam_Access_Passwords_U);
1466
1467   return offset;
1468 }
1469
1470
1471 static const ber_sequence_t Path_Access_Passwords_item_sequence[] = {
1472   { &hf_ftam_read_password  , BER_CLASS_CON, 0, 0, dissect_ftam_Password },
1473   { &hf_ftam_insert_password, BER_CLASS_CON, 1, 0, dissect_ftam_Password },
1474   { &hf_ftam_replace_password, BER_CLASS_CON, 2, 0, dissect_ftam_Password },
1475   { &hf_ftam_extend_password, BER_CLASS_CON, 3, 0, dissect_ftam_Password },
1476   { &hf_ftam_erase_password , BER_CLASS_CON, 4, 0, dissect_ftam_Password },
1477   { &hf_ftam_read_attribute_password, BER_CLASS_CON, 5, 0, dissect_ftam_Password },
1478   { &hf_ftam_change_attribute_password, BER_CLASS_CON, 6, 0, dissect_ftam_Password },
1479   { &hf_ftam_delete_password, BER_CLASS_CON, 7, 0, dissect_ftam_Password },
1480   { &hf_ftam_pass_passwords , BER_CLASS_CON, 8, BER_FLAGS_IMPLTAG, dissect_ftam_Pass_Passwords },
1481   { &hf_ftam_link_password  , BER_CLASS_CON, 9, 0, dissect_ftam_Password },
1482   { NULL, 0, 0, 0, NULL }
1483 };
1484
1485 static int
1486 dissect_ftam_Path_Access_Passwords_item(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1487   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1488                                    Path_Access_Passwords_item_sequence, hf_index, ett_ftam_Path_Access_Passwords_item);
1489
1490   return offset;
1491 }
1492
1493
1494 static const ber_sequence_t Path_Access_Passwords_U_sequence_of[1] = {
1495   { &hf_ftam__untag_item_05 , BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_Path_Access_Passwords_item },
1496 };
1497
1498 static int
1499 dissect_ftam_Path_Access_Passwords_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1500   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
1501                                       Path_Access_Passwords_U_sequence_of, hf_index, ett_ftam_Path_Access_Passwords_U);
1502
1503   return offset;
1504 }
1505
1506
1507
1508 static int
1509 dissect_ftam_Path_Access_Passwords(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1510   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1511                                       hf_index, BER_CLASS_APP, 27, TRUE, dissect_ftam_Path_Access_Passwords_U);
1512
1513   return offset;
1514 }
1515
1516
1517 static const value_string ftam_Lock_vals[] = {
1518   {   0, "not-required" },
1519   {   1, "shared" },
1520   {   2, "exclusive" },
1521   {   3, "no-access" },
1522   { 0, NULL }
1523 };
1524
1525
1526 static int
1527 dissect_ftam_Lock(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1528   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
1529                                                 NULL);
1530
1531   return offset;
1532 }
1533
1534
1535 static const ber_sequence_t Concurrency_Control_U_sequence[] = {
1536   { &hf_ftam_read           , BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Lock },
1537   { &hf_ftam_insert         , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_Lock },
1538   { &hf_ftam_replace        , BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_ftam_Lock },
1539   { &hf_ftam_extend         , BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_ftam_Lock },
1540   { &hf_ftam_erase          , BER_CLASS_CON, 4, BER_FLAGS_IMPLTAG, dissect_ftam_Lock },
1541   { &hf_ftam_read_attribute , BER_CLASS_CON, 5, BER_FLAGS_IMPLTAG, dissect_ftam_Lock },
1542   { &hf_ftam_change_attribute, BER_CLASS_CON, 6, BER_FLAGS_IMPLTAG, dissect_ftam_Lock },
1543   { &hf_ftam_delete_Object  , BER_CLASS_CON, 7, BER_FLAGS_IMPLTAG, dissect_ftam_Lock },
1544   { NULL, 0, 0, 0, NULL }
1545 };
1546
1547 static int
1548 dissect_ftam_Concurrency_Control_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1549   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1550                                    Concurrency_Control_U_sequence, hf_index, ett_ftam_Concurrency_Control_U);
1551
1552   return offset;
1553 }
1554
1555
1556
1557 static int
1558 dissect_ftam_Concurrency_Control(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1559   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1560                                       hf_index, BER_CLASS_APP, 10, TRUE, dissect_ftam_Concurrency_Control_U);
1561
1562   return offset;
1563 }
1564
1565
1566 static const ber_sequence_t F_SELECT_request_sequence[] = {
1567   { &hf_ftam_select_attributes, BER_CLASS_APP, 19, BER_FLAGS_NOOWNTAG, dissect_ftam_Select_Attributes },
1568   { &hf_ftam_requested_access, BER_CLASS_APP, 3, BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Request },
1569   { &hf_ftam_access_passwords, BER_CLASS_APP, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Passwords },
1570   { &hf_ftam_path_access_passwords, BER_CLASS_APP, 27, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Path_Access_Passwords },
1571   { &hf_ftam_concurrency_control, BER_CLASS_APP, 10, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Concurrency_Control },
1572   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
1573   { &hf_ftam_account        , BER_CLASS_APP, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Account },
1574   { NULL, 0, 0, 0, NULL }
1575 };
1576
1577 static int
1578 dissect_ftam_F_SELECT_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1579   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1580                                    F_SELECT_request_sequence, hf_index, ett_ftam_F_SELECT_request);
1581
1582   return offset;
1583 }
1584
1585
1586
1587 static int
1588 dissect_ftam_Referent_Indicator(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1589   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1590                                       hf_index, BER_CLASS_APP, 29, TRUE, dissect_ftam_BOOLEAN);
1591
1592   return offset;
1593 }
1594
1595
1596 static const ber_sequence_t F_SELECT_response_sequence[] = {
1597   { &hf_ftam_state_result   , BER_CLASS_APP, 21, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_State_Result },
1598   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
1599   { &hf_ftam_select_attributes, BER_CLASS_APP, 19, BER_FLAGS_NOOWNTAG, dissect_ftam_Select_Attributes },
1600   { &hf_ftam_referent_indicator, BER_CLASS_APP, 29, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Referent_Indicator },
1601   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
1602   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
1603   { NULL, 0, 0, 0, NULL }
1604 };
1605
1606 static int
1607 dissect_ftam_F_SELECT_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1608   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1609                                    F_SELECT_response_sequence, hf_index, ett_ftam_F_SELECT_response);
1610
1611   return offset;
1612 }
1613
1614
1615 static const ber_sequence_t F_DESELECT_request_sequence[] = {
1616   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
1617   { NULL, 0, 0, 0, NULL }
1618 };
1619
1620 static int
1621 dissect_ftam_F_DESELECT_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1622   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1623                                    F_DESELECT_request_sequence, hf_index, ett_ftam_F_DESELECT_request);
1624
1625   return offset;
1626 }
1627
1628
1629 static const ber_sequence_t F_DESELECT_response_sequence[] = {
1630   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
1631   { &hf_ftam_charging       , BER_CLASS_APP, 9, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Charging },
1632   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
1633   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
1634   { NULL, 0, 0, 0, NULL }
1635 };
1636
1637 static int
1638 dissect_ftam_F_DESELECT_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1639   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1640                                    F_DESELECT_response_sequence, hf_index, ett_ftam_F_DESELECT_response);
1641
1642   return offset;
1643 }
1644
1645
1646 static const value_string ftam_Override_vals[] = {
1647   {   0, "create-failure" },
1648   {   1, "select-old-Object" },
1649   {   2, "delete-and-create-with-old-attributes" },
1650   {   3, "delete-and-create-with-new-attributes" },
1651   { 0, NULL }
1652 };
1653
1654
1655 static int
1656 dissect_ftam_Override(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1657   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
1658                                                 NULL);
1659
1660   return offset;
1661 }
1662
1663
1664 static const value_string ftam_Object_Type_Attribute_vals[] = {
1665   {   0, "file" },
1666   {   1, "file-directory" },
1667   {   2, "reference" },
1668   { 0, NULL }
1669 };
1670
1671
1672 static int
1673 dissect_ftam_Object_Type_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1674   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
1675                                                 NULL);
1676
1677   return offset;
1678 }
1679
1680
1681 static const asn_namedbit Permitted_Actions_Attribute_bits[] = {
1682   {  0, &hf_ftam_Permitted_Actions_Attribute_read, -1, -1, "read", NULL },
1683   {  1, &hf_ftam_Permitted_Actions_Attribute_insert, -1, -1, "insert", NULL },
1684   {  2, &hf_ftam_Permitted_Actions_Attribute_replace, -1, -1, "replace", NULL },
1685   {  3, &hf_ftam_Permitted_Actions_Attribute_extend, -1, -1, "extend", NULL },
1686   {  4, &hf_ftam_Permitted_Actions_Attribute_erase, -1, -1, "erase", NULL },
1687   {  5, &hf_ftam_Permitted_Actions_Attribute_read_attribute, -1, -1, "read-attribute", NULL },
1688   {  6, &hf_ftam_Permitted_Actions_Attribute_change_attribute, -1, -1, "change-attribute", NULL },
1689   {  7, &hf_ftam_Permitted_Actions_Attribute_delete_Object, -1, -1, "delete-Object", NULL },
1690   { 11, &hf_ftam_Permitted_Actions_Attribute_pass, -1, -1, "pass", NULL },
1691   { 12, &hf_ftam_Permitted_Actions_Attribute_link, -1, -1, "link", NULL },
1692   {  8, &hf_ftam_Permitted_Actions_Attribute_traversal, -1, -1, "traversal", NULL },
1693   {  9, &hf_ftam_Permitted_Actions_Attribute_reverse_traversal, -1, -1, "reverse-traversal", NULL },
1694   { 10, &hf_ftam_Permitted_Actions_Attribute_random_Order, -1, -1, "random-Order", NULL },
1695   { 0, NULL, 0, 0, NULL, NULL }
1696 };
1697
1698 int
1699 dissect_ftam_Permitted_Actions_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1700   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
1701                                     Permitted_Actions_Attribute_bits, hf_index, ett_ftam_Permitted_Actions_Attribute,
1702                                     NULL);
1703
1704   return offset;
1705 }
1706
1707
1708
1709 static int
1710 dissect_ftam_T_parameter(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1711 #line 73 "ftam.cnf"
1712   offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree);
1713
1714
1715
1716   return offset;
1717 }
1718
1719
1720 static const ber_sequence_t T_document_type_sequence[] = {
1721   { &hf_ftam_document_type_name, BER_CLASS_APP, 14, BER_FLAGS_NOOWNTAG, dissect_ftam_Document_Type_Name },
1722   { &hf_ftam_parameter      , BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL, dissect_ftam_T_parameter },
1723   { NULL, 0, 0, 0, NULL }
1724 };
1725
1726 static int
1727 dissect_ftam_T_document_type(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1728   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1729                                    T_document_type_sequence, hf_index, ett_ftam_T_document_type);
1730
1731   return offset;
1732 }
1733
1734
1735
1736 static int
1737 dissect_ftam_Constraint_Set_Name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1738   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1739                                       hf_index, BER_CLASS_APP, 11, TRUE, dissect_ftam_OBJECT_IDENTIFIER);
1740
1741   return offset;
1742 }
1743
1744
1745 static const ber_sequence_t T_constraint_set_and_abstract_Syntax_sequence[] = {
1746   { &hf_ftam_constraint_set_name, BER_CLASS_APP, 11, BER_FLAGS_NOOWNTAG, dissect_ftam_Constraint_Set_Name },
1747   { &hf_ftam_abstract_Syntax_name, BER_CLASS_APP, 0, BER_FLAGS_NOOWNTAG, dissect_ftam_Abstract_Syntax_Name },
1748   { NULL, 0, 0, 0, NULL }
1749 };
1750
1751 static int
1752 dissect_ftam_T_constraint_set_and_abstract_Syntax(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1753   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1754                                    T_constraint_set_and_abstract_Syntax_sequence, hf_index, ett_ftam_T_constraint_set_and_abstract_Syntax);
1755
1756   return offset;
1757 }
1758
1759
1760 static const value_string ftam_Contents_Type_Attribute_vals[] = {
1761   {   0, "document-type" },
1762   {   1, "constraint-set-and-abstract-Syntax" },
1763   { 0, NULL }
1764 };
1765
1766 static const ber_choice_t Contents_Type_Attribute_choice[] = {
1767   {   0, &hf_ftam_document_type  , BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_T_document_type },
1768   {   1, &hf_ftam_constraint_set_and_abstract_Syntax, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_T_constraint_set_and_abstract_Syntax },
1769   { 0, NULL, 0, 0, 0, NULL }
1770 };
1771
1772 static int
1773 dissect_ftam_Contents_Type_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1774   offset = dissect_ber_choice(actx, tree, tvb, offset,
1775                                  Contents_Type_Attribute_choice, hf_index, ett_ftam_Contents_Type_Attribute,
1776                                  NULL);
1777
1778   return offset;
1779 }
1780
1781
1782
1783 static int
1784 dissect_ftam_NULL(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1785   offset = dissect_ber_null(implicit_tag, actx, tree, tvb, offset, hf_index);
1786
1787   return offset;
1788 }
1789
1790
1791 static const value_string ftam_Account_Attribute_vals[] = {
1792   {   0, "no-value-available" },
1793   {   1, "actual-values" },
1794   { 0, NULL }
1795 };
1796
1797 static const ber_choice_t Account_Attribute_choice[] = {
1798   {   0, &hf_ftam_no_value_available, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
1799   {   1, &hf_ftam_actual_values2 , BER_CLASS_APP, 4, BER_FLAGS_NOOWNTAG, dissect_ftam_Account },
1800   { 0, NULL, 0, 0, 0, NULL }
1801 };
1802
1803 static int
1804 dissect_ftam_Account_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1805   offset = dissect_ber_choice(actx, tree, tvb, offset,
1806                                  Account_Attribute_choice, hf_index, ett_ftam_Account_Attribute,
1807                                  NULL);
1808
1809   return offset;
1810 }
1811
1812
1813 static const value_string ftam_T_actual_values8_vals[] = {
1814   {   0, "immediate-availability" },
1815   {   1, "deferred-availability" },
1816   { 0, NULL }
1817 };
1818
1819
1820 static int
1821 dissect_ftam_T_actual_values8(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1822   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
1823                                                 NULL);
1824
1825   return offset;
1826 }
1827
1828
1829 const value_string ftam_Object_Availability_Attribute_vals[] = {
1830   {   0, "no-value-available" },
1831   {   1, "actual-values" },
1832   { 0, NULL }
1833 };
1834
1835 static const ber_choice_t Object_Availability_Attribute_choice[] = {
1836   {   0, &hf_ftam_no_value_available, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
1837   {   1, &hf_ftam_actual_values8 , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_T_actual_values8 },
1838   { 0, NULL, 0, 0, 0, NULL }
1839 };
1840
1841 int
1842 dissect_ftam_Object_Availability_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1843   offset = dissect_ber_choice(actx, tree, tvb, offset,
1844                                  Object_Availability_Attribute_choice, hf_index, ett_ftam_Object_Availability_Attribute,
1845                                  NULL);
1846
1847   return offset;
1848 }
1849
1850
1851 const value_string ftam_Object_Size_Attribute_vals[] = {
1852   {   0, "no-value-available" },
1853   {   1, "actual-values" },
1854   { 0, NULL }
1855 };
1856
1857 static const ber_choice_t Object_Size_Attribute_choice[] = {
1858   {   0, &hf_ftam_no_value_available, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
1859   {   1, &hf_ftam_actual_values7 , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
1860   { 0, NULL, 0, 0, 0, NULL }
1861 };
1862
1863 int
1864 dissect_ftam_Object_Size_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1865   offset = dissect_ber_choice(actx, tree, tvb, offset,
1866                                  Object_Size_Attribute_choice, hf_index, ett_ftam_Object_Size_Attribute,
1867                                  NULL);
1868
1869   return offset;
1870 }
1871
1872
1873 static const asn_namedbit Concurrency_Key_bits[] = {
1874   {  0, &hf_ftam_Concurrency_Key_not_required, -1, -1, "not-required", NULL },
1875   {  1, &hf_ftam_Concurrency_Key_shared, -1, -1, "shared", NULL },
1876   {  2, &hf_ftam_Concurrency_Key_exclusive, -1, -1, "exclusive", NULL },
1877   {  3, &hf_ftam_Concurrency_Key_no_access, -1, -1, "no-access", NULL },
1878   { 0, NULL, 0, 0, NULL, NULL }
1879 };
1880
1881 static int
1882 dissect_ftam_Concurrency_Key(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1883   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
1884                                     Concurrency_Key_bits, hf_index, ett_ftam_Concurrency_Key,
1885                                     NULL);
1886
1887   return offset;
1888 }
1889
1890
1891 static const ber_sequence_t Concurrency_Access_sequence[] = {
1892   { &hf_ftam_read_key       , BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Concurrency_Key },
1893   { &hf_ftam_insert_key     , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_Concurrency_Key },
1894   { &hf_ftam_replace_key    , BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_ftam_Concurrency_Key },
1895   { &hf_ftam_extend_key     , BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_ftam_Concurrency_Key },
1896   { &hf_ftam_erase_key      , BER_CLASS_CON, 4, BER_FLAGS_IMPLTAG, dissect_ftam_Concurrency_Key },
1897   { &hf_ftam_read_attribute_key, BER_CLASS_CON, 5, BER_FLAGS_IMPLTAG, dissect_ftam_Concurrency_Key },
1898   { &hf_ftam_change_attribute_key, BER_CLASS_CON, 6, BER_FLAGS_IMPLTAG, dissect_ftam_Concurrency_Key },
1899   { &hf_ftam_delete_Object_key, BER_CLASS_CON, 7, BER_FLAGS_IMPLTAG, dissect_ftam_Concurrency_Key },
1900   { NULL, 0, 0, 0, NULL }
1901 };
1902
1903 int
1904 dissect_ftam_Concurrency_Access(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1905   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1906                                    Concurrency_Access_sequence, hf_index, ett_ftam_Concurrency_Access);
1907
1908   return offset;
1909 }
1910
1911
1912
1913 static int
1914 dissect_ftam_AP_title(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1915 #line 85 "ftam.cnf"
1916         /* XXX have no idea about this one */
1917
1918
1919   return offset;
1920 }
1921
1922
1923
1924 static int
1925 dissect_ftam_AE_qualifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1926 #line 87 "ftam.cnf"
1927         /* XXX have no idea about this one */
1928
1929
1930
1931   return offset;
1932 }
1933
1934
1935 static const ber_sequence_t AE_title_sequence[] = {
1936   { &hf_ftam_ap             , BER_CLASS_ANY, 0, BER_FLAGS_NOOWNTAG, dissect_ftam_AP_title },
1937   { &hf_ftam_ae             , BER_CLASS_ANY, 0, BER_FLAGS_NOOWNTAG, dissect_ftam_AE_qualifier },
1938   { NULL, 0, 0, 0, NULL }
1939 };
1940
1941 static int
1942 dissect_ftam_AE_title(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1943   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1944                                    AE_title_sequence, hf_index, ett_ftam_AE_title);
1945
1946   return offset;
1947 }
1948
1949
1950
1951 static int
1952 dissect_ftam_Application_Entity_Title(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1953   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
1954                                       hf_index, BER_CLASS_APP, 7, FALSE, dissect_ftam_AE_title);
1955
1956   return offset;
1957 }
1958
1959
1960 static const ber_sequence_t Access_Control_Element_sequence[] = {
1961   { &hf_ftam_action_list    , BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Access_Request },
1962   { &hf_ftam_concurrency_access, BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Concurrency_Access },
1963   { &hf_ftam_identity       , BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_User_Identity },
1964   { &hf_ftam_passwords      , BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Access_Passwords },
1965   { &hf_ftam_location       , BER_CLASS_CON, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Application_Entity_Title },
1966   { NULL, 0, 0, 0, NULL }
1967 };
1968
1969 static int
1970 dissect_ftam_Access_Control_Element(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1971   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
1972                                    Access_Control_Element_sequence, hf_index, ett_ftam_Access_Control_Element);
1973
1974   return offset;
1975 }
1976
1977
1978 static const ber_sequence_t SET_OF_Access_Control_Element_set_of[1] = {
1979   { &hf_ftam_actual_values3_item, BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Control_Element },
1980 };
1981
1982 static int
1983 dissect_ftam_SET_OF_Access_Control_Element(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
1984   offset = dissect_ber_set_of(implicit_tag, actx, tree, tvb, offset,
1985                                  SET_OF_Access_Control_Element_set_of, hf_index, ett_ftam_SET_OF_Access_Control_Element);
1986
1987   return offset;
1988 }
1989
1990
1991 static const value_string ftam_Access_Control_Attribute_vals[] = {
1992   {   0, "no-value-available" },
1993   {   1, "actual-values" },
1994   { 0, NULL }
1995 };
1996
1997 static const ber_choice_t Access_Control_Attribute_choice[] = {
1998   {   0, &hf_ftam_no_value_available, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
1999   {   1, &hf_ftam_actual_values3 , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_SET_OF_Access_Control_Element },
2000   { 0, NULL, 0, 0, 0, NULL }
2001 };
2002
2003 static int
2004 dissect_ftam_Access_Control_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2005   offset = dissect_ber_choice(actx, tree, tvb, offset,
2006                                  Access_Control_Attribute_choice, hf_index, ett_ftam_Access_Control_Attribute,
2007                                  NULL);
2008
2009   return offset;
2010 }
2011
2012
2013 const value_string ftam_Legal_Qualification_Attribute_vals[] = {
2014   {   0, "no-value-available" },
2015   {   1, "actual-values" },
2016   { 0, NULL }
2017 };
2018
2019 static const ber_choice_t Legal_Qualification_Attribute_choice[] = {
2020   {   0, &hf_ftam_no_value_available, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
2021   {   1, &hf_ftam_actual_values9 , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_GraphicString },
2022   { 0, NULL, 0, 0, 0, NULL }
2023 };
2024
2025 int
2026 dissect_ftam_Legal_Qualification_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2027   offset = dissect_ber_choice(actx, tree, tvb, offset,
2028                                  Legal_Qualification_Attribute_choice, hf_index, ett_ftam_Legal_Qualification_Attribute,
2029                                  NULL);
2030
2031   return offset;
2032 }
2033
2034
2035 const value_string ftam_Private_Use_Attribute_vals[] = {
2036   {   0, "no-value-available" },
2037   {   1, "abstract-Syntax-not-supported" },
2038   {   2, "actual-values" },
2039   { 0, NULL }
2040 };
2041
2042 static const ber_choice_t Private_Use_Attribute_choice[] = {
2043   {   0, &hf_ftam_no_value_available, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
2044   {   1, &hf_ftam_abstract_Syntax_not_supported, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
2045   {   2, &hf_ftam_actual_values4 , BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_ftam_EXTERNAL },
2046   { 0, NULL, 0, 0, 0, NULL }
2047 };
2048
2049 int
2050 dissect_ftam_Private_Use_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2051   offset = dissect_ber_choice(actx, tree, tvb, offset,
2052                                  Private_Use_Attribute_choice, hf_index, ett_ftam_Private_Use_Attribute,
2053                                  NULL);
2054
2055   return offset;
2056 }
2057
2058
2059
2060 static int
2061 dissect_ftam_Extension_Set_Identifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2062   offset = dissect_ber_object_identifier(implicit_tag, actx, tree, tvb, offset, hf_index, NULL);
2063
2064   return offset;
2065 }
2066
2067
2068
2069 static int
2070 dissect_ftam_T_extension_attribute_identifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2071   offset = dissect_ber_object_identifier_str(implicit_tag, actx, tree, tvb, offset, hf_index, &object_identifier_id);
2072
2073   return offset;
2074 }
2075
2076
2077
2078 static int
2079 dissect_ftam_T_extension_attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2080 #line 76 "ftam.cnf"
2081   offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree);
2082
2083
2084
2085   return offset;
2086 }
2087
2088
2089 static const ber_sequence_t Extension_Attribute_sequence[] = {
2090   { &hf_ftam_extension_attribute_identifier, BER_CLASS_UNI, BER_UNI_TAG_OID, BER_FLAGS_NOOWNTAG, dissect_ftam_T_extension_attribute_identifier },
2091   { &hf_ftam_extension_attribute, BER_CLASS_ANY, 0, BER_FLAGS_NOOWNTAG, dissect_ftam_T_extension_attribute },
2092   { NULL, 0, 0, 0, NULL }
2093 };
2094
2095 static int
2096 dissect_ftam_Extension_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2097   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2098                                    Extension_Attribute_sequence, hf_index, ett_ftam_Extension_Attribute);
2099
2100   return offset;
2101 }
2102
2103
2104 static const ber_sequence_t SEQUENCE_OF_Extension_Attribute_sequence_of[1] = {
2105   { &hf_ftam_extension_set_attributes_item, BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_Extension_Attribute },
2106 };
2107
2108 static int
2109 dissect_ftam_SEQUENCE_OF_Extension_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2110   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
2111                                       SEQUENCE_OF_Extension_Attribute_sequence_of, hf_index, ett_ftam_SEQUENCE_OF_Extension_Attribute);
2112
2113   return offset;
2114 }
2115
2116
2117 static const ber_sequence_t Attribute_Extension_Set_sequence[] = {
2118   { &hf_ftam_extension_set_identifier, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Extension_Set_Identifier },
2119   { &hf_ftam_extension_set_attributes, BER_CLASS_CON, 1, 0, dissect_ftam_SEQUENCE_OF_Extension_Attribute },
2120   { NULL, 0, 0, 0, NULL }
2121 };
2122
2123 static int
2124 dissect_ftam_Attribute_Extension_Set(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2125   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2126                                    Attribute_Extension_Set_sequence, hf_index, ett_ftam_Attribute_Extension_Set);
2127
2128   return offset;
2129 }
2130
2131
2132 static const ber_sequence_t Attribute_Extensions_sequence_of[1] = {
2133   { &hf_ftam_Attribute_Extensions_item, BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_Attribute_Extension_Set },
2134 };
2135
2136 int
2137 dissect_ftam_Attribute_Extensions(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2138   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
2139                                       Attribute_Extensions_sequence_of, hf_index, ett_ftam_Attribute_Extensions);
2140
2141   return offset;
2142 }
2143
2144
2145 static const ber_sequence_t Create_Attributes_U_sequence[] = {
2146   { &hf_ftam_pathname       , BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG|BER_FLAGS_NOTCHKTAG, dissect_ftam_Pathname_Attribute },
2147   { &hf_ftam_object_type    , BER_CLASS_CON, 18, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Object_Type_Attribute },
2148   { &hf_ftam_permitted_actions, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_Permitted_Actions_Attribute },
2149   { &hf_ftam_contents_type  , BER_CLASS_CON, 2, BER_FLAGS_NOTCHKTAG, dissect_ftam_Contents_Type_Attribute },
2150   { &hf_ftam_storage_account, BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Account_Attribute },
2151   { &hf_ftam_object_availability, BER_CLASS_CON, 12, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Object_Availability_Attribute },
2152   { &hf_ftam_future_Object_size, BER_CLASS_CON, 14, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Object_Size_Attribute },
2153   { &hf_ftam_access_control , BER_CLASS_CON, 15, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Access_Control_Attribute },
2154   { &hf_ftam_path_access_control, BER_CLASS_CON, 21, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Access_Control_Attribute },
2155   { &hf_ftam_legal_qualification, BER_CLASS_CON, 16, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Legal_Qualification_Attribute },
2156   { &hf_ftam_private_use    , BER_CLASS_CON, 17, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Private_Use_Attribute },
2157   { &hf_ftam_attribute_extensions, BER_CLASS_CON, 22, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Extensions },
2158   { NULL, 0, 0, 0, NULL }
2159 };
2160
2161 static int
2162 dissect_ftam_Create_Attributes_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2163   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2164                                    Create_Attributes_U_sequence, hf_index, ett_ftam_Create_Attributes_U);
2165
2166   return offset;
2167 }
2168
2169
2170
2171 static int
2172 dissect_ftam_Create_Attributes(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2173   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
2174                                       hf_index, BER_CLASS_APP, 12, TRUE, dissect_ftam_Create_Attributes_U);
2175
2176   return offset;
2177 }
2178
2179
2180 static const ber_sequence_t F_CREATE_request_sequence[] = {
2181   { &hf_ftam_override       , BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Override },
2182   { &hf_ftam_initial_attributes, BER_CLASS_APP, 12, BER_FLAGS_NOOWNTAG, dissect_ftam_Create_Attributes },
2183   { &hf_ftam_create_password, BER_CLASS_APP, 17, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Password },
2184   { &hf_ftam_requested_access, BER_CLASS_APP, 3, BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Request },
2185   { &hf_ftam_access_passwords, BER_CLASS_APP, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Passwords },
2186   { &hf_ftam_path_access_passwords, BER_CLASS_APP, 27, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Path_Access_Passwords },
2187   { &hf_ftam_concurrency_control, BER_CLASS_APP, 10, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Concurrency_Control },
2188   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
2189   { &hf_ftam_account        , BER_CLASS_APP, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Account },
2190   { NULL, 0, 0, 0, NULL }
2191 };
2192
2193 static int
2194 dissect_ftam_F_CREATE_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2195   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2196                                    F_CREATE_request_sequence, hf_index, ett_ftam_F_CREATE_request);
2197
2198   return offset;
2199 }
2200
2201
2202 static const ber_sequence_t F_CREATE_response_sequence[] = {
2203   { &hf_ftam_state_result   , BER_CLASS_APP, 21, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_State_Result },
2204   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
2205   { &hf_ftam_initial_attributes, BER_CLASS_APP, 12, BER_FLAGS_NOOWNTAG, dissect_ftam_Create_Attributes },
2206   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
2207   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
2208   { NULL, 0, 0, 0, NULL }
2209 };
2210
2211 static int
2212 dissect_ftam_F_CREATE_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2213   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2214                                    F_CREATE_response_sequence, hf_index, ett_ftam_F_CREATE_response);
2215
2216   return offset;
2217 }
2218
2219
2220 static const ber_sequence_t F_DELETE_request_sequence[] = {
2221   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
2222   { NULL, 0, 0, 0, NULL }
2223 };
2224
2225 static int
2226 dissect_ftam_F_DELETE_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2227   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2228                                    F_DELETE_request_sequence, hf_index, ett_ftam_F_DELETE_request);
2229
2230   return offset;
2231 }
2232
2233
2234 static const ber_sequence_t F_DELETE_response_sequence[] = {
2235   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
2236   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
2237   { &hf_ftam_charging       , BER_CLASS_APP, 9, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Charging },
2238   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
2239   { NULL, 0, 0, 0, NULL }
2240 };
2241
2242 static int
2243 dissect_ftam_F_DELETE_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2244   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2245                                    F_DELETE_response_sequence, hf_index, ett_ftam_F_DELETE_response);
2246
2247   return offset;
2248 }
2249
2250
2251 static const asn_namedbit Attribute_Names_bits[] = {
2252   {  0, &hf_ftam_Attribute_Names_read_pathname, -1, -1, "read-pathname", NULL },
2253   { 18, &hf_ftam_Attribute_Names_read_Object_type, -1, -1, "read-Object-type", NULL },
2254   {  1, &hf_ftam_Attribute_Names_read_permitted_actions, -1, -1, "read-permitted-actions", NULL },
2255   {  2, &hf_ftam_Attribute_Names_read_contents_type, -1, -1, "read-contents-type", NULL },
2256   { 19, &hf_ftam_Attribute_Names_read_linked_Object, -1, -1, "read-linked-Object", NULL },
2257   { 23, &hf_ftam_Attribute_Names_read_Child_objects, -1, -1, "read-Child-objects", NULL },
2258   { 20, &hf_ftam_Attribute_Names_read_primary_pathname, -1, -1, "read-primary-pathname", NULL },
2259   {  3, &hf_ftam_Attribute_Names_read_storage_account, -1, -1, "read-storage-account", NULL },
2260   {  4, &hf_ftam_Attribute_Names_read_date_and_time_of_creation, -1, -1, "read-date-and-time-of-creation", NULL },
2261   {  5, &hf_ftam_Attribute_Names_read_date_and_time_of_last_modification, -1, -1, "read-date-and-time-of-last-modification", NULL },
2262   {  6, &hf_ftam_Attribute_Names_read_date_and_time_of_last_read_access, -1, -1, "read-date-and-time-of-last-read-access", NULL },
2263   {  7, &hf_ftam_Attribute_Names_read_date_and_time_of_last_attribute_modification, -1, -1, "read-date-and-time-of-last-attribute-modification", NULL },
2264   {  8, &hf_ftam_Attribute_Names_read_identity_of_creator, -1, -1, "read-identity-of-creator", NULL },
2265   {  9, &hf_ftam_Attribute_Names_read_identity_of_last_modifier, -1, -1, "read-identity-of-last-modifier", NULL },
2266   { 10, &hf_ftam_Attribute_Names_read_identity_of_last_reader, -1, -1, "read-identity-of-last-reader", NULL },
2267   { 11, &hf_ftam_Attribute_Names_read_identity_of_last_attribute_modifier, -1, -1, "read-identity-of-last-attribute-modifier", NULL },
2268   { 12, &hf_ftam_Attribute_Names_read_Object_availability, -1, -1, "read-Object-availability", NULL },
2269   { 13, &hf_ftam_Attribute_Names_read_Object_size, -1, -1, "read-Object-size", NULL },
2270   { 14, &hf_ftam_Attribute_Names_read_future_Object_size, -1, -1, "read-future-Object-size", NULL },
2271   { 15, &hf_ftam_Attribute_Names_read_access_control, -1, -1, "read-access-control", NULL },
2272   { 21, &hf_ftam_Attribute_Names_read_path_access_control, -1, -1, "read-path-access-control", NULL },
2273   { 16, &hf_ftam_Attribute_Names_read_l8gal_qualifiCatiOnS, -1, -1, "read-l8gal-qualifiCatiOnS", NULL },
2274   { 17, &hf_ftam_Attribute_Names_read_private_use, -1, -1, "read-private-use", NULL },
2275   { 0, NULL, 0, 0, NULL, NULL }
2276 };
2277
2278 static int
2279 dissect_ftam_Attribute_Names(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2280   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
2281                                     Attribute_Names_bits, hf_index, ett_ftam_Attribute_Names,
2282                                     NULL);
2283
2284   return offset;
2285 }
2286
2287
2288
2289 static int
2290 dissect_ftam_Extension_Attribute_identifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2291   offset = dissect_ber_object_identifier(implicit_tag, actx, tree, tvb, offset, hf_index, NULL);
2292
2293   return offset;
2294 }
2295
2296
2297 static const ber_sequence_t SEQUENCE_OF_Extension_Attribute_identifier_sequence_of[1] = {
2298   { &hf_ftam_extension_attribute_names_item, BER_CLASS_UNI, BER_UNI_TAG_OID, BER_FLAGS_NOOWNTAG, dissect_ftam_Extension_Attribute_identifier },
2299 };
2300
2301 static int
2302 dissect_ftam_SEQUENCE_OF_Extension_Attribute_identifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2303   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
2304                                       SEQUENCE_OF_Extension_Attribute_identifier_sequence_of, hf_index, ett_ftam_SEQUENCE_OF_Extension_Attribute_identifier);
2305
2306   return offset;
2307 }
2308
2309
2310 static const ber_sequence_t Attribute_Extension_Set_Name_sequence[] = {
2311   { &hf_ftam_extension_set_identifier, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Extension_Set_Identifier },
2312   { &hf_ftam_extension_attribute_names, BER_CLASS_CON, 1, 0, dissect_ftam_SEQUENCE_OF_Extension_Attribute_identifier },
2313   { NULL, 0, 0, 0, NULL }
2314 };
2315
2316 static int
2317 dissect_ftam_Attribute_Extension_Set_Name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2318   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2319                                    Attribute_Extension_Set_Name_sequence, hf_index, ett_ftam_Attribute_Extension_Set_Name);
2320
2321   return offset;
2322 }
2323
2324
2325 static const ber_sequence_t Attribute_Extension_Names_sequence_of[1] = {
2326   { &hf_ftam_Attribute_Extension_Names_item, BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_Attribute_Extension_Set_Name },
2327 };
2328
2329 static int
2330 dissect_ftam_Attribute_Extension_Names(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2331   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
2332                                       Attribute_Extension_Names_sequence_of, hf_index, ett_ftam_Attribute_Extension_Names);
2333
2334   return offset;
2335 }
2336
2337
2338 static const ber_sequence_t F_READ_ATTRIB_request_sequence[] = {
2339   { &hf_ftam_attribute_names, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Names },
2340   { &hf_ftam_attribute_extension_names, BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Extension_Names },
2341   { NULL, 0, 0, 0, NULL }
2342 };
2343
2344 static int
2345 dissect_ftam_F_READ_ATTRIB_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2346   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2347                                    F_READ_ATTRIB_request_sequence, hf_index, ett_ftam_F_READ_ATTRIB_request);
2348
2349   return offset;
2350 }
2351
2352
2353 static const ber_sequence_t Child_Objects_Attribute_set_of[1] = {
2354   { &hf_ftam_Child_Objects_Attribute_item, BER_CLASS_UNI, BER_UNI_TAG_GraphicString, BER_FLAGS_NOOWNTAG, dissect_ftam_GraphicString },
2355 };
2356
2357 static int
2358 dissect_ftam_Child_Objects_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2359   offset = dissect_ber_set_of(implicit_tag, actx, tree, tvb, offset,
2360                                  Child_Objects_Attribute_set_of, hf_index, ett_ftam_Child_Objects_Attribute);
2361
2362   return offset;
2363 }
2364
2365
2366
2367 static int
2368 dissect_ftam_GeneralizedTime(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2369   offset = dissect_ber_GeneralizedTime(implicit_tag, actx, tree, tvb, offset, hf_index);
2370
2371   return offset;
2372 }
2373
2374
2375 const value_string ftam_Date_and_Time_Attribute_vals[] = {
2376   {   0, "no-value-available" },
2377   {   1, "actual-values" },
2378   { 0, NULL }
2379 };
2380
2381 static const ber_choice_t Date_and_Time_Attribute_choice[] = {
2382   {   0, &hf_ftam_no_value_available, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
2383   {   1, &hf_ftam_actual_values5 , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_GeneralizedTime },
2384   { 0, NULL, 0, 0, 0, NULL }
2385 };
2386
2387 int
2388 dissect_ftam_Date_and_Time_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2389   offset = dissect_ber_choice(actx, tree, tvb, offset,
2390                                  Date_and_Time_Attribute_choice, hf_index, ett_ftam_Date_and_Time_Attribute,
2391                                  NULL);
2392
2393   return offset;
2394 }
2395
2396
2397 static const value_string ftam_User_Identity_Attribute_vals[] = {
2398   {   0, "no-value-available" },
2399   {   1, "actual-values" },
2400   { 0, NULL }
2401 };
2402
2403 static const ber_choice_t User_Identity_Attribute_choice[] = {
2404   {   0, &hf_ftam_no_value_available, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
2405   {   1, &hf_ftam_actual_values6 , BER_CLASS_APP, 22, BER_FLAGS_NOOWNTAG, dissect_ftam_User_Identity },
2406   { 0, NULL, 0, 0, 0, NULL }
2407 };
2408
2409 static int
2410 dissect_ftam_User_Identity_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2411   offset = dissect_ber_choice(actx, tree, tvb, offset,
2412                                  User_Identity_Attribute_choice, hf_index, ett_ftam_User_Identity_Attribute,
2413                                  NULL);
2414
2415   return offset;
2416 }
2417
2418
2419 static const ber_sequence_t Read_Attributes_U_sequence[] = {
2420   { &hf_ftam_pathname       , BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG|BER_FLAGS_NOTCHKTAG, dissect_ftam_Pathname_Attribute },
2421   { &hf_ftam_object_type    , BER_CLASS_CON, 18, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Object_Type_Attribute },
2422   { &hf_ftam_permitted_actions, BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Permitted_Actions_Attribute },
2423   { &hf_ftam_contents_type  , BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Contents_Type_Attribute },
2424   { &hf_ftam_linked_Object  , BER_CLASS_CON, 19, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Pathname_Attribute },
2425   { &hf_ftam_child_objects  , BER_CLASS_CON, 23, BER_FLAGS_OPTIONAL, dissect_ftam_Child_Objects_Attribute },
2426   { &hf_ftam_primaty_pathname, BER_CLASS_CON, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Pathname_Attribute },
2427   { &hf_ftam_storage_account, BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Account_Attribute },
2428   { &hf_ftam_date_and_time_of_creation, BER_CLASS_CON, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Date_and_Time_Attribute },
2429   { &hf_ftam_date_and_time_of_last_modification, BER_CLASS_CON, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Date_and_Time_Attribute },
2430   { &hf_ftam_date_and_time_of_last_read_access, BER_CLASS_CON, 6, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Date_and_Time_Attribute },
2431   { &hf_ftam_date_and_time_of_last_attribute_modification, BER_CLASS_CON, 7, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Date_and_Time_Attribute },
2432   { &hf_ftam_identity_of_creator, BER_CLASS_CON, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_User_Identity_Attribute },
2433   { &hf_ftam_identity_of_last_modifier, BER_CLASS_CON, 9, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_User_Identity_Attribute },
2434   { &hf_ftam_identity_of_last_reader, BER_CLASS_CON, 10, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_User_Identity_Attribute },
2435   { &hf_ftam_identity_last_attribute_modifier, BER_CLASS_CON, 11, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_User_Identity_Attribute },
2436   { &hf_ftam_object_availability, BER_CLASS_CON, 12, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Object_Availability_Attribute },
2437   { &hf_ftam_object_size    , BER_CLASS_CON, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Object_Size_Attribute },
2438   { &hf_ftam_future_Object_size, BER_CLASS_CON, 14, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Object_Size_Attribute },
2439   { &hf_ftam_access_control , BER_CLASS_CON, 15, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Access_Control_Attribute },
2440   { &hf_ftam_path_access_control, BER_CLASS_CON, 21, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Access_Control_Attribute },
2441   { &hf_ftam_legal_qualification, BER_CLASS_CON, 16, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Legal_Qualification_Attribute },
2442   { &hf_ftam_private_use    , BER_CLASS_CON, 17, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Private_Use_Attribute },
2443   { &hf_ftam_attribute_extensions, BER_CLASS_CON, 22, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Extensions },
2444   { NULL, 0, 0, 0, NULL }
2445 };
2446
2447 static int
2448 dissect_ftam_Read_Attributes_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2449   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2450                                    Read_Attributes_U_sequence, hf_index, ett_ftam_Read_Attributes_U);
2451
2452   return offset;
2453 }
2454
2455
2456
2457 static int
2458 dissect_ftam_Read_Attributes(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2459   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
2460                                       hf_index, BER_CLASS_APP, 18, TRUE, dissect_ftam_Read_Attributes_U);
2461
2462   return offset;
2463 }
2464
2465
2466 static const ber_sequence_t F_READ_ATTRIB_response_sequence[] = {
2467   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
2468   { &hf_ftam_read_attributes, BER_CLASS_APP, 18, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Read_Attributes },
2469   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
2470   { NULL, 0, 0, 0, NULL }
2471 };
2472
2473 static int
2474 dissect_ftam_F_READ_ATTRIB_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2475   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2476                                    F_READ_ATTRIB_response_sequence, hf_index, ett_ftam_F_READ_ATTRIB_response);
2477
2478   return offset;
2479 }
2480
2481
2482 static const ber_sequence_t T_actual_values1_sequence[] = {
2483   { &hf_ftam_insert_values  , BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_SET_OF_Access_Control_Element },
2484   { &hf_ftam_delete_values  , BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_SET_OF_Access_Control_Element },
2485   { NULL, 0, 0, 0, NULL }
2486 };
2487
2488 static int
2489 dissect_ftam_T_actual_values1(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2490   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2491                                    T_actual_values1_sequence, hf_index, ett_ftam_T_actual_values1);
2492
2493   return offset;
2494 }
2495
2496
2497 static const value_string ftam_Access_Control_Change_Attribute_vals[] = {
2498   {   0, "no-value-available" },
2499   {   1, "actual-values" },
2500   { 0, NULL }
2501 };
2502
2503 static const ber_choice_t Access_Control_Change_Attribute_choice[] = {
2504   {   0, &hf_ftam_no_value_available, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
2505   {   1, &hf_ftam_actual_values1 , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_T_actual_values1 },
2506   { 0, NULL, 0, 0, 0, NULL }
2507 };
2508
2509 static int
2510 dissect_ftam_Access_Control_Change_Attribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2511   offset = dissect_ber_choice(actx, tree, tvb, offset,
2512                                  Access_Control_Change_Attribute_choice, hf_index, ett_ftam_Access_Control_Change_Attribute,
2513                                  NULL);
2514
2515   return offset;
2516 }
2517
2518
2519 static const ber_sequence_t Change_Attributes_U_sequence[] = {
2520   { &hf_ftam_pathname       , BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG|BER_FLAGS_NOTCHKTAG, dissect_ftam_Pathname_Attribute },
2521   { &hf_ftam_storage_account, BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Account_Attribute },
2522   { &hf_ftam_object_availability, BER_CLASS_CON, 12, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Object_Availability_Attribute },
2523   { &hf_ftam_future_Object_size, BER_CLASS_CON, 14, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Object_Size_Attribute },
2524   { &hf_ftam_change_attributes_access_control, BER_CLASS_CON, 15, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Access_Control_Change_Attribute },
2525   { &hf_ftam_change_path_access_control, BER_CLASS_CON, 21, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Access_Control_Change_Attribute },
2526   { &hf_ftam_legal_qualification, BER_CLASS_CON, 16, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Legal_Qualification_Attribute },
2527   { &hf_ftam_private_use    , BER_CLASS_CON, 17, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Private_Use_Attribute },
2528   { &hf_ftam_attribute_extensions, BER_CLASS_CON, 22, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Extensions },
2529   { NULL, 0, 0, 0, NULL }
2530 };
2531
2532 static int
2533 dissect_ftam_Change_Attributes_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2534   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2535                                    Change_Attributes_U_sequence, hf_index, ett_ftam_Change_Attributes_U);
2536
2537   return offset;
2538 }
2539
2540
2541
2542 static int
2543 dissect_ftam_Change_Attributes(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2544   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
2545                                       hf_index, BER_CLASS_APP, 8, TRUE, dissect_ftam_Change_Attributes_U);
2546
2547   return offset;
2548 }
2549
2550
2551 static const ber_sequence_t F_CHANGE_ATTRIB_request_sequence[] = {
2552   { &hf_ftam_attributes     , BER_CLASS_APP, 8, BER_FLAGS_NOOWNTAG, dissect_ftam_Change_Attributes },
2553   { NULL, 0, 0, 0, NULL }
2554 };
2555
2556 static int
2557 dissect_ftam_F_CHANGE_ATTRIB_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2558   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2559                                    F_CHANGE_ATTRIB_request_sequence, hf_index, ett_ftam_F_CHANGE_ATTRIB_request);
2560
2561   return offset;
2562 }
2563
2564
2565 static const ber_sequence_t F_CHANGE_ATTRIB_response_sequence[] = {
2566   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
2567   { &hf_ftam_attributes     , BER_CLASS_APP, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Change_Attributes },
2568   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
2569   { NULL, 0, 0, 0, NULL }
2570 };
2571
2572 static int
2573 dissect_ftam_F_CHANGE_ATTRIB_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2574   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2575                                    F_CHANGE_ATTRIB_response_sequence, hf_index, ett_ftam_F_CHANGE_ATTRIB_response);
2576
2577   return offset;
2578 }
2579
2580
2581 static const asn_namedbit T_processing_mode_bits[] = {
2582   {  0, &hf_ftam_T_processing_mode_f_read, -1, -1, "f-read", NULL },
2583   {  1, &hf_ftam_T_processing_mode_f_insert, -1, -1, "f-insert", NULL },
2584   {  2, &hf_ftam_T_processing_mode_f_replace, -1, -1, "f-replace", NULL },
2585   {  3, &hf_ftam_T_processing_mode_f_extend, -1, -1, "f-extend", NULL },
2586   {  4, &hf_ftam_T_processing_mode_f_erase, -1, -1, "f-erase", NULL },
2587   { 0, NULL, 0, 0, NULL, NULL }
2588 };
2589
2590 static int
2591 dissect_ftam_T_processing_mode(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2592   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
2593                                     T_processing_mode_bits, hf_index, ett_ftam_T_processing_mode,
2594                                     NULL);
2595
2596   return offset;
2597 }
2598
2599
2600 static const value_string ftam_T_open_contents_type_vals[] = {
2601   {   0, "unknown" },
2602   {   1, "proposed" },
2603   { 0, NULL }
2604 };
2605
2606 static const ber_choice_t T_open_contents_type_choice[] = {
2607   {   0, &hf_ftam_unknown        , BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
2608   {   1, &hf_ftam_proposed       , BER_CLASS_CON, 1, 0, dissect_ftam_Contents_Type_Attribute },
2609   { 0, NULL, 0, 0, 0, NULL }
2610 };
2611
2612 static int
2613 dissect_ftam_T_open_contents_type(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2614   offset = dissect_ber_choice(actx, tree, tvb, offset,
2615                                  T_open_contents_type_choice, hf_index, ett_ftam_T_open_contents_type,
2616                                  NULL);
2617
2618   return offset;
2619 }
2620
2621
2622
2623 static int
2624 dissect_ftam_Activity_Identifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2625   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
2626                                       hf_index, BER_CLASS_APP, 6, TRUE, dissect_ftam_INTEGER);
2627
2628   return offset;
2629 }
2630
2631
2632 static const value_string ftam_T_request_recovery_mode_vals[] = {
2633   {   0, "none" },
2634   {   1, "at-start-of-file" },
2635   {   2, "at-any-active-Checkpoint" },
2636   { 0, NULL }
2637 };
2638
2639
2640 static int
2641 dissect_ftam_T_request_recovery_mode(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2642   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
2643                                                 NULL);
2644
2645   return offset;
2646 }
2647
2648
2649 static const ber_sequence_t SET_OF_Abstract_Syntax_Name_set_of[1] = {
2650   { &hf_ftam_remove_contexts_item, BER_CLASS_APP, 0, BER_FLAGS_NOOWNTAG, dissect_ftam_Abstract_Syntax_Name },
2651 };
2652
2653 static int
2654 dissect_ftam_SET_OF_Abstract_Syntax_Name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2655   offset = dissect_ber_set_of(implicit_tag, actx, tree, tvb, offset,
2656                                  SET_OF_Abstract_Syntax_Name_set_of, hf_index, ett_ftam_SET_OF_Abstract_Syntax_Name);
2657
2658   return offset;
2659 }
2660
2661
2662 static const value_string ftam_Degree_Of_Overlap_U_vals[] = {
2663   {   0, "normal" },
2664   {   1, "consecutive" },
2665   {   2, "concurrent" },
2666   { 0, NULL }
2667 };
2668
2669
2670 static int
2671 dissect_ftam_Degree_Of_Overlap_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2672   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
2673                                                 NULL);
2674
2675   return offset;
2676 }
2677
2678
2679
2680 static int
2681 dissect_ftam_Degree_Of_Overlap(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2682   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
2683                                       hf_index, BER_CLASS_APP, 30, TRUE, dissect_ftam_Degree_Of_Overlap_U);
2684
2685   return offset;
2686 }
2687
2688
2689 static const ber_sequence_t F_OPEN_request_sequence[] = {
2690   { &hf_ftam_processing_mode, BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_T_processing_mode },
2691   { &hf_ftam_open_contents_type, BER_CLASS_CON, 1, 0, dissect_ftam_T_open_contents_type },
2692   { &hf_ftam_concurrency_control, BER_CLASS_APP, 10, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Concurrency_Control },
2693   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
2694   { &hf_ftam_enable_fadu_locking, BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_BOOLEAN },
2695   { &hf_ftam_activity_identifier, BER_CLASS_APP, 6, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Activity_Identifier },
2696   { &hf_ftam_request_recovery_mode, BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_T_request_recovery_mode },
2697   { &hf_ftam_remove_contexts, BER_CLASS_CON, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_SET_OF_Abstract_Syntax_Name },
2698   { &hf_ftam_define_contexts, BER_CLASS_CON, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_SET_OF_Abstract_Syntax_Name },
2699   { &hf_ftam_degree_of_overlap, BER_CLASS_APP, 30, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Degree_Of_Overlap },
2700   { &hf_ftam_transfer_window, BER_CLASS_CON, 7, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2701   { NULL, 0, 0, 0, NULL }
2702 };
2703
2704 static int
2705 dissect_ftam_F_OPEN_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2706   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2707                                    F_OPEN_request_sequence, hf_index, ett_ftam_F_OPEN_request);
2708
2709   return offset;
2710 }
2711
2712
2713 static const value_string ftam_T_response_recovery_mode_vals[] = {
2714   {   0, "none" },
2715   {   1, "at-start-of-file" },
2716   {   2, "at-any-active-Checkpoint" },
2717   { 0, NULL }
2718 };
2719
2720
2721 static int
2722 dissect_ftam_T_response_recovery_mode(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2723   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
2724                                                 NULL);
2725
2726   return offset;
2727 }
2728
2729
2730 static const ber_sequence_t F_OPEN_response_sequence[] = {
2731   { &hf_ftam_state_result   , BER_CLASS_APP, 21, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_State_Result },
2732   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
2733   { &hf_ftam_contents_type  , BER_CLASS_CON, 1, BER_FLAGS_NOTCHKTAG, dissect_ftam_Contents_Type_Attribute },
2734   { &hf_ftam_concurrency_control, BER_CLASS_APP, 10, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Concurrency_Control },
2735   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
2736   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
2737   { &hf_ftam_response_recovery_mode, BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_T_response_recovery_mode },
2738   { &hf_ftam_presentation_action, BER_CLASS_CON, 6, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_BOOLEAN },
2739   { &hf_ftam_degree_of_overlap, BER_CLASS_APP, 30, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Degree_Of_Overlap },
2740   { &hf_ftam_transfer_window, BER_CLASS_CON, 7, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2741   { NULL, 0, 0, 0, NULL }
2742 };
2743
2744 static int
2745 dissect_ftam_F_OPEN_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2746   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2747                                    F_OPEN_response_sequence, hf_index, ett_ftam_F_OPEN_response);
2748
2749   return offset;
2750 }
2751
2752
2753 static const ber_sequence_t F_CLOSE_request_sequence[] = {
2754   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
2755   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
2756   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
2757   { NULL, 0, 0, 0, NULL }
2758 };
2759
2760 static int
2761 dissect_ftam_F_CLOSE_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2762   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2763                                    F_CLOSE_request_sequence, hf_index, ett_ftam_F_CLOSE_request);
2764
2765   return offset;
2766 }
2767
2768
2769 static const ber_sequence_t F_CLOSE_response_sequence[] = {
2770   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
2771   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
2772   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
2773   { NULL, 0, 0, 0, NULL }
2774 };
2775
2776 static int
2777 dissect_ftam_F_CLOSE_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2778   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2779                                    F_CLOSE_response_sequence, hf_index, ett_ftam_F_CLOSE_response);
2780
2781   return offset;
2782 }
2783
2784
2785 static const ber_sequence_t F_BEGIN_GROUP_request_sequence[] = {
2786   { &hf_ftam_threshold      , BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2787   { NULL, 0, 0, 0, NULL }
2788 };
2789
2790 static int
2791 dissect_ftam_F_BEGIN_GROUP_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2792   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2793                                    F_BEGIN_GROUP_request_sequence, hf_index, ett_ftam_F_BEGIN_GROUP_request);
2794
2795   return offset;
2796 }
2797
2798
2799 static const ber_sequence_t F_BEGIN_GROUP_response_sequence[] = {
2800   { NULL, 0, 0, 0, NULL }
2801 };
2802
2803 static int
2804 dissect_ftam_F_BEGIN_GROUP_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2805   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2806                                    F_BEGIN_GROUP_response_sequence, hf_index, ett_ftam_F_BEGIN_GROUP_response);
2807
2808   return offset;
2809 }
2810
2811
2812 static const ber_sequence_t F_END_GROUP_request_sequence[] = {
2813   { NULL, 0, 0, 0, NULL }
2814 };
2815
2816 static int
2817 dissect_ftam_F_END_GROUP_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2818   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2819                                    F_END_GROUP_request_sequence, hf_index, ett_ftam_F_END_GROUP_request);
2820
2821   return offset;
2822 }
2823
2824
2825 static const ber_sequence_t F_END_GROUP_response_sequence[] = {
2826   { NULL, 0, 0, 0, NULL }
2827 };
2828
2829 static int
2830 dissect_ftam_F_END_GROUP_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2831   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2832                                    F_END_GROUP_response_sequence, hf_index, ett_ftam_F_END_GROUP_response);
2833
2834   return offset;
2835 }
2836
2837
2838 static const ber_sequence_t F_RECOVER_request_sequence[] = {
2839   { &hf_ftam_activity_identifier, BER_CLASS_APP, 6, BER_FLAGS_NOOWNTAG, dissect_ftam_Activity_Identifier },
2840   { &hf_ftam_bulk_transfer_number, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2841   { &hf_ftam_requested_access, BER_CLASS_APP, 3, BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Request },
2842   { &hf_ftam_access_passwords, BER_CLASS_APP, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Passwords },
2843   { &hf_ftam_recovefy_Point , BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2844   { &hf_ftam_remove_contexts, BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_SET_OF_Abstract_Syntax_Name },
2845   { &hf_ftam_define_contexts, BER_CLASS_CON, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_SET_OF_Abstract_Syntax_Name },
2846   { &hf_ftam_concurrent_bulk_transfer_number, BER_CLASS_CON, 7, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2847   { &hf_ftam_concurrent_recovery_point, BER_CLASS_CON, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2848   { &hf_ftam_last_transfer_end_read_response, BER_CLASS_CON, 9, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2849   { &hf_ftam_last_transfer_end_write_response, BER_CLASS_CON, 10, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2850   { NULL, 0, 0, 0, NULL }
2851 };
2852
2853 static int
2854 dissect_ftam_F_RECOVER_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2855   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2856                                    F_RECOVER_request_sequence, hf_index, ett_ftam_F_RECOVER_request);
2857
2858   return offset;
2859 }
2860
2861
2862 static const ber_sequence_t F_RECOVER_response_sequence[] = {
2863   { &hf_ftam_state_result   , BER_CLASS_APP, 21, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_State_Result },
2864   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
2865   { &hf_ftam_contents_type  , BER_CLASS_CON, 1, BER_FLAGS_NOTCHKTAG, dissect_ftam_Contents_Type_Attribute },
2866   { &hf_ftam_recovety_Point , BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2867   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
2868   { &hf_ftam_presentation_action, BER_CLASS_CON, 6, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_BOOLEAN },
2869   { &hf_ftam_concurrent_recovery_point, BER_CLASS_CON, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2870   { &hf_ftam_last_transfer_end_read_request, BER_CLASS_CON, 9, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2871   { &hf_ftam_last_transfer_end_write_request, BER_CLASS_CON, 10, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2872   { NULL, 0, 0, 0, NULL }
2873 };
2874
2875 static int
2876 dissect_ftam_F_RECOVER_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2877   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
2878                                    F_RECOVER_response_sequence, hf_index, ett_ftam_F_RECOVER_response);
2879
2880   return offset;
2881 }
2882
2883
2884 static const value_string ftam_T_first_last_vals[] = {
2885   {   0, "first" },
2886   {   1, "last" },
2887   { 0, NULL }
2888 };
2889
2890
2891 static int
2892 dissect_ftam_T_first_last(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2893   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
2894                                                 NULL);
2895
2896   return offset;
2897 }
2898
2899
2900 static const value_string ftam_T_relative_vals[] = {
2901   {   0, "previous" },
2902   {   1, "current" },
2903   {   2, "next" },
2904   { 0, NULL }
2905 };
2906
2907
2908 static int
2909 dissect_ftam_T_relative(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2910   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
2911                                                 NULL);
2912
2913   return offset;
2914 }
2915
2916
2917 static const value_string ftam_T_begin_end_vals[] = {
2918   {   0, "begin" },
2919   {   1, "end" },
2920   { 0, NULL }
2921 };
2922
2923
2924 static int
2925 dissect_ftam_T_begin_end(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2926   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
2927                                                 NULL);
2928
2929   return offset;
2930 }
2931
2932
2933
2934 static int
2935 dissect_ftam_Node_Name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2936   offset = dissect_ber_external_type(implicit_tag, tree, tvb, offset, actx, hf_index, NULL);
2937
2938   return offset;
2939 }
2940
2941
2942 static const ber_sequence_t SEQUENCE_OF_Node_Name_sequence_of[1] = {
2943   { &hf_ftam_name_list_item , BER_CLASS_UNI, BER_UNI_TAG_EXTERNAL, BER_FLAGS_NOOWNTAG, dissect_ftam_Node_Name },
2944 };
2945
2946 static int
2947 dissect_ftam_SEQUENCE_OF_Node_Name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2948   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
2949                                       SEQUENCE_OF_Node_Name_sequence_of, hf_index, ett_ftam_SEQUENCE_OF_Node_Name);
2950
2951   return offset;
2952 }
2953
2954
2955 static const value_string ftam_FADU_Identity_U_vals[] = {
2956   {   0, "first-last" },
2957   {   1, "relative" },
2958   {   2, "begin-end" },
2959   {   3, "single-name" },
2960   {   4, "name-list" },
2961   {   5, "fadu-number" },
2962   { 0, NULL }
2963 };
2964
2965 static const ber_choice_t FADU_Identity_U_choice[] = {
2966   {   0, &hf_ftam_first_last     , BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_T_first_last },
2967   {   1, &hf_ftam_relative       , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_T_relative },
2968   {   2, &hf_ftam_begin_end      , BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_ftam_T_begin_end },
2969   {   3, &hf_ftam_single_name    , BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_ftam_Node_Name },
2970   {   4, &hf_ftam_name_list      , BER_CLASS_CON, 4, BER_FLAGS_IMPLTAG, dissect_ftam_SEQUENCE_OF_Node_Name },
2971   {   5, &hf_ftam_fadu_number    , BER_CLASS_CON, 5, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
2972   { 0, NULL, 0, 0, 0, NULL }
2973 };
2974
2975 static int
2976 dissect_ftam_FADU_Identity_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2977   offset = dissect_ber_choice(actx, tree, tvb, offset,
2978                                  FADU_Identity_U_choice, hf_index, ett_ftam_FADU_Identity_U,
2979                                  NULL);
2980
2981   return offset;
2982 }
2983
2984
2985
2986 static int
2987 dissect_ftam_FADU_Identity(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
2988   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
2989                                       hf_index, BER_CLASS_APP, 15, FALSE, dissect_ftam_FADU_Identity_U);
2990
2991   return offset;
2992 }
2993
2994
2995 static const value_string ftam_FADU_Lock_U_vals[] = {
2996   {   0, "off" },
2997   {   1, "on" },
2998   { 0, NULL }
2999 };
3000
3001
3002 static int
3003 dissect_ftam_FADU_Lock_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3004   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
3005                                                 NULL);
3006
3007   return offset;
3008 }
3009
3010
3011
3012 static int
3013 dissect_ftam_FADU_Lock(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3014   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
3015                                       hf_index, BER_CLASS_APP, 16, TRUE, dissect_ftam_FADU_Lock_U);
3016
3017   return offset;
3018 }
3019
3020
3021 static const ber_sequence_t F_LOCATE_request_sequence[] = {
3022   { &hf_ftam_file_access_data_unit_identity, BER_CLASS_APP, 15, BER_FLAGS_NOOWNTAG, dissect_ftam_FADU_Identity },
3023   { &hf_ftam_fadu_lock      , BER_CLASS_APP, 16, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_FADU_Lock },
3024   { NULL, 0, 0, 0, NULL }
3025 };
3026
3027 static int
3028 dissect_ftam_F_LOCATE_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3029   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3030                                    F_LOCATE_request_sequence, hf_index, ett_ftam_F_LOCATE_request);
3031
3032   return offset;
3033 }
3034
3035
3036 static const ber_sequence_t F_LOCATE_response_sequence[] = {
3037   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
3038   { &hf_ftam_file_access_data_unit_identity, BER_CLASS_APP, 15, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_FADU_Identity },
3039   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
3040   { NULL, 0, 0, 0, NULL }
3041 };
3042
3043 static int
3044 dissect_ftam_F_LOCATE_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3045   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3046                                    F_LOCATE_response_sequence, hf_index, ett_ftam_F_LOCATE_response);
3047
3048   return offset;
3049 }
3050
3051
3052 static const ber_sequence_t F_ERASE_request_sequence[] = {
3053   { &hf_ftam_file_access_data_unit_identity, BER_CLASS_APP, 15, BER_FLAGS_NOOWNTAG, dissect_ftam_FADU_Identity },
3054   { NULL, 0, 0, 0, NULL }
3055 };
3056
3057 static int
3058 dissect_ftam_F_ERASE_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3059   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3060                                    F_ERASE_request_sequence, hf_index, ett_ftam_F_ERASE_request);
3061
3062   return offset;
3063 }
3064
3065
3066 static const ber_sequence_t F_ERASE_response_sequence[] = {
3067   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
3068   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
3069   { NULL, 0, 0, 0, NULL }
3070 };
3071
3072 static int
3073 dissect_ftam_F_ERASE_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3074   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3075                                    F_ERASE_response_sequence, hf_index, ett_ftam_F_ERASE_response);
3076
3077   return offset;
3078 }
3079
3080
3081 static const value_string ftam_File_PDU_vals[] = {
3082   {   6, "f-select-request" },
3083   {   7, "f-select-response" },
3084   {   8, "f-deselect-request" },
3085   {   9, "f-deselect-response" },
3086   {  10, "f-create-request" },
3087   {  11, "f-create-response" },
3088   {  12, "f-delete-request" },
3089   {  13, "f-delete-response" },
3090   {  14, "f-read-attrib-request" },
3091   {  15, "f-read-attrib-response" },
3092   {  16, "f-Change-attrib-reques" },
3093   {  17, "f-Change-attrib-respon" },
3094   {  18, "f-open-request" },
3095   {  19, "f-open-response" },
3096   {  20, "f-close-request" },
3097   {  21, "f-close-response" },
3098   {  22, "f-begin-group-request" },
3099   {  23, "f-begin-group-response" },
3100   {  24, "f-end-group-request" },
3101   {  25, "f-end-group-response" },
3102   {  26, "f-recover-request" },
3103   {  27, "f-recover-response" },
3104   {  28, "f-locate-request" },
3105   {  29, "f-locate-response" },
3106   {  30, "f-erase-request" },
3107   {  31, "f-erase-response" },
3108   { 0, NULL }
3109 };
3110
3111 static const ber_choice_t File_PDU_choice[] = {
3112   {   6, &hf_ftam_f_select_request, BER_CLASS_CON, 6, BER_FLAGS_IMPLTAG, dissect_ftam_F_SELECT_request },
3113   {   7, &hf_ftam_f_select_response, BER_CLASS_CON, 7, BER_FLAGS_IMPLTAG, dissect_ftam_F_SELECT_response },
3114   {   8, &hf_ftam_f_deselect_request, BER_CLASS_CON, 8, BER_FLAGS_IMPLTAG, dissect_ftam_F_DESELECT_request },
3115   {   9, &hf_ftam_f_deselect_response, BER_CLASS_CON, 9, BER_FLAGS_IMPLTAG, dissect_ftam_F_DESELECT_response },
3116   {  10, &hf_ftam_f_create_request, BER_CLASS_CON, 10, BER_FLAGS_IMPLTAG, dissect_ftam_F_CREATE_request },
3117   {  11, &hf_ftam_f_create_response, BER_CLASS_CON, 11, BER_FLAGS_IMPLTAG, dissect_ftam_F_CREATE_response },
3118   {  12, &hf_ftam_f_delete_request, BER_CLASS_CON, 12, BER_FLAGS_IMPLTAG, dissect_ftam_F_DELETE_request },
3119   {  13, &hf_ftam_f_delete_response, BER_CLASS_CON, 13, BER_FLAGS_IMPLTAG, dissect_ftam_F_DELETE_response },
3120   {  14, &hf_ftam_f_read_attrib_request, BER_CLASS_CON, 14, BER_FLAGS_IMPLTAG, dissect_ftam_F_READ_ATTRIB_request },
3121   {  15, &hf_ftam_f_read_attrib_response, BER_CLASS_CON, 15, BER_FLAGS_IMPLTAG, dissect_ftam_F_READ_ATTRIB_response },
3122   {  16, &hf_ftam_f_Change_attrib_reques, BER_CLASS_CON, 16, BER_FLAGS_IMPLTAG, dissect_ftam_F_CHANGE_ATTRIB_request },
3123   {  17, &hf_ftam_f_Change_attrib_respon, BER_CLASS_CON, 17, BER_FLAGS_IMPLTAG, dissect_ftam_F_CHANGE_ATTRIB_response },
3124   {  18, &hf_ftam_f_open_request , BER_CLASS_CON, 18, BER_FLAGS_IMPLTAG, dissect_ftam_F_OPEN_request },
3125   {  19, &hf_ftam_f_open_response, BER_CLASS_CON, 19, BER_FLAGS_IMPLTAG, dissect_ftam_F_OPEN_response },
3126   {  20, &hf_ftam_f_close_request, BER_CLASS_CON, 20, BER_FLAGS_IMPLTAG, dissect_ftam_F_CLOSE_request },
3127   {  21, &hf_ftam_f_close_response, BER_CLASS_CON, 21, BER_FLAGS_IMPLTAG, dissect_ftam_F_CLOSE_response },
3128   {  22, &hf_ftam_f_begin_group_request, BER_CLASS_CON, 22, BER_FLAGS_IMPLTAG, dissect_ftam_F_BEGIN_GROUP_request },
3129   {  23, &hf_ftam_f_begin_group_response, BER_CLASS_CON, 23, BER_FLAGS_IMPLTAG, dissect_ftam_F_BEGIN_GROUP_response },
3130   {  24, &hf_ftam_f_end_group_request, BER_CLASS_CON, 24, BER_FLAGS_IMPLTAG, dissect_ftam_F_END_GROUP_request },
3131   {  25, &hf_ftam_f_end_group_response, BER_CLASS_CON, 25, BER_FLAGS_IMPLTAG, dissect_ftam_F_END_GROUP_response },
3132   {  26, &hf_ftam_f_recover_request, BER_CLASS_CON, 26, BER_FLAGS_IMPLTAG, dissect_ftam_F_RECOVER_request },
3133   {  27, &hf_ftam_f_recover_response, BER_CLASS_CON, 27, BER_FLAGS_IMPLTAG, dissect_ftam_F_RECOVER_response },
3134   {  28, &hf_ftam_f_locate_request, BER_CLASS_CON, 28, BER_FLAGS_IMPLTAG, dissect_ftam_F_LOCATE_request },
3135   {  29, &hf_ftam_f_locate_response, BER_CLASS_CON, 29, BER_FLAGS_IMPLTAG, dissect_ftam_F_LOCATE_response },
3136   {  30, &hf_ftam_f_erase_request, BER_CLASS_CON, 30, BER_FLAGS_IMPLTAG, dissect_ftam_F_ERASE_request },
3137   {  31, &hf_ftam_f_erase_response, BER_CLASS_CON, 31, BER_FLAGS_IMPLTAG, dissect_ftam_F_ERASE_response },
3138   { 0, NULL, 0, 0, 0, NULL }
3139 };
3140
3141 static int
3142 dissect_ftam_File_PDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3143 #line 101 "ftam.cnf"
3144   gint branch_taken;
3145
3146     offset = dissect_ber_choice(actx, tree, tvb, offset,
3147                                  File_PDU_choice, hf_index, ett_ftam_File_PDU,
3148                                  &branch_taken);
3149
3150
3151   if( (branch_taken!=-1) && ftam_File_PDU_vals[branch_taken].strptr ){
3152         if (check_col(actx->pinfo->cinfo, COL_INFO)) {
3153                 col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %s:", ftam_File_PDU_vals[branch_taken].strptr);
3154         }
3155   }
3156
3157
3158
3159   return offset;
3160 }
3161
3162
3163 static const value_string ftam_T_access_context_vals[] = {
3164   {   0, "hierarchical-all-data-units" },
3165   {   1, "hierarchical-no-data-units" },
3166   {   2, "flat-all-data-units" },
3167   {   3, "flat-one-level-data-unit" },
3168   {   4, "flat-Single-data-unit" },
3169   {   5, "unstructured-all-data-units" },
3170   {   6, "unstructured-Single-data-unit" },
3171   { 0, NULL }
3172 };
3173
3174
3175 static int
3176 dissect_ftam_T_access_context(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3177   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
3178                                                 NULL);
3179
3180   return offset;
3181 }
3182
3183
3184 static const ber_sequence_t Access_Context_U_sequence[] = {
3185   { &hf_ftam_access_context , BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_T_access_context },
3186   { &hf_ftam_level_number   , BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3187   { NULL, 0, 0, 0, NULL }
3188 };
3189
3190 static int
3191 dissect_ftam_Access_Context_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3192   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3193                                    Access_Context_U_sequence, hf_index, ett_ftam_Access_Context_U);
3194
3195   return offset;
3196 }
3197
3198
3199
3200 static int
3201 dissect_ftam_Access_Context(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3202   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
3203                                       hf_index, BER_CLASS_APP, 1, TRUE, dissect_ftam_Access_Context_U);
3204
3205   return offset;
3206 }
3207
3208
3209 static const ber_sequence_t F_READ_request_sequence[] = {
3210   { &hf_ftam_file_access_data_unit_identity, BER_CLASS_APP, 15, BER_FLAGS_NOOWNTAG, dissect_ftam_FADU_Identity },
3211   { &hf_ftam_read_access_context, BER_CLASS_APP, 1, BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Context },
3212   { &hf_ftam_fadu_lock      , BER_CLASS_APP, 16, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_FADU_Lock },
3213   { &hf_ftam_transfer_number, BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3214   { NULL, 0, 0, 0, NULL }
3215 };
3216
3217 static int
3218 dissect_ftam_F_READ_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3219   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3220                                    F_READ_request_sequence, hf_index, ett_ftam_F_READ_request);
3221
3222   return offset;
3223 }
3224
3225
3226 static const value_string ftam_T_file_access_data_unit_Operation_vals[] = {
3227   {   0, "insert" },
3228   {   1, "replace" },
3229   {   2, "extend" },
3230   { 0, NULL }
3231 };
3232
3233
3234 static int
3235 dissect_ftam_T_file_access_data_unit_Operation(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3236   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
3237                                                 NULL);
3238
3239   return offset;
3240 }
3241
3242
3243 static const ber_sequence_t F_WRITE_request_sequence[] = {
3244   { &hf_ftam_file_access_data_unit_Operation, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_T_file_access_data_unit_Operation },
3245   { &hf_ftam_file_access_data_unit_identity, BER_CLASS_APP, 15, BER_FLAGS_NOOWNTAG, dissect_ftam_FADU_Identity },
3246   { &hf_ftam_fadu_lock      , BER_CLASS_APP, 16, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_FADU_Lock },
3247   { &hf_ftam_transfer_number, BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3248   { NULL, 0, 0, 0, NULL }
3249 };
3250
3251 static int
3252 dissect_ftam_F_WRITE_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3253   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3254                                    F_WRITE_request_sequence, hf_index, ett_ftam_F_WRITE_request);
3255
3256   return offset;
3257 }
3258
3259
3260 static const ber_sequence_t F_DATA_END_request_sequence[] = {
3261   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
3262   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
3263   { NULL, 0, 0, 0, NULL }
3264 };
3265
3266 static int
3267 dissect_ftam_F_DATA_END_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3268   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3269                                    F_DATA_END_request_sequence, hf_index, ett_ftam_F_DATA_END_request);
3270
3271   return offset;
3272 }
3273
3274
3275 static const value_string ftam_Request_Type_U_vals[] = {
3276   {   0, "read" },
3277   {   1, "write" },
3278   { 0, NULL }
3279 };
3280
3281
3282 static int
3283 dissect_ftam_Request_Type_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3284   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
3285                                                 NULL);
3286
3287   return offset;
3288 }
3289
3290
3291
3292 static int
3293 dissect_ftam_Request_Type(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3294   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
3295                                       hf_index, BER_CLASS_APP, 31, TRUE, dissect_ftam_Request_Type_U);
3296
3297   return offset;
3298 }
3299
3300
3301 static const ber_sequence_t F_TRANSFER_END_request_sequence[] = {
3302   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
3303   { &hf_ftam_request_type   , BER_CLASS_APP, 31, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Request_Type },
3304   { &hf_ftam_transfer_number, BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3305   { &hf_ftam_last_transfer_end_read_response, BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3306   { &hf_ftam_last_transfer_end_write_response, BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3307   { NULL, 0, 0, 0, NULL }
3308 };
3309
3310 static int
3311 dissect_ftam_F_TRANSFER_END_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3312   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3313                                    F_TRANSFER_END_request_sequence, hf_index, ett_ftam_F_TRANSFER_END_request);
3314
3315   return offset;
3316 }
3317
3318
3319 static const ber_sequence_t F_TRANSFER_END_response_sequence[] = {
3320   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
3321   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
3322   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
3323   { &hf_ftam_request_type   , BER_CLASS_APP, 31, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Request_Type },
3324   { &hf_ftam_transfer_number, BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3325   { NULL, 0, 0, 0, NULL }
3326 };
3327
3328 static int
3329 dissect_ftam_F_TRANSFER_END_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3330   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3331                                    F_TRANSFER_END_response_sequence, hf_index, ett_ftam_F_TRANSFER_END_response);
3332
3333   return offset;
3334 }
3335
3336
3337 static const ber_sequence_t F_CANCEL_request_sequence[] = {
3338   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
3339   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
3340   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
3341   { &hf_ftam_request_type   , BER_CLASS_APP, 31, BER_FLAGS_NOOWNTAG, dissect_ftam_Request_Type },
3342   { &hf_ftam_transfer_number, BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3343   { &hf_ftam_last_transfer_end_read_request, BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3344   { &hf_ftam_last_transfer_end_read_response, BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3345   { &hf_ftam_last_transfer_end_write_request, BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3346   { &hf_ftam_last_transfer_end_write_response, BER_CLASS_CON, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3347   { NULL, 0, 0, 0, NULL }
3348 };
3349
3350 static int
3351 dissect_ftam_F_CANCEL_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3352   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3353                                    F_CANCEL_request_sequence, hf_index, ett_ftam_F_CANCEL_request);
3354
3355   return offset;
3356 }
3357
3358
3359 static const ber_sequence_t F_CANCEL_response_sequence[] = {
3360   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
3361   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
3362   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
3363   { &hf_ftam_request_type   , BER_CLASS_APP, 31, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Request_Type },
3364   { &hf_ftam_transfer_number, BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3365   { &hf_ftam_last_transfer_end_read_request, BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3366   { &hf_ftam_last_transfer_end_read_response, BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3367   { &hf_ftam_last_transfer_end_write_request, BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3368   { &hf_ftam_last_transfer_end_write_response, BER_CLASS_CON, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3369   { NULL, 0, 0, 0, NULL }
3370 };
3371
3372 static int
3373 dissect_ftam_F_CANCEL_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3374   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3375                                    F_CANCEL_response_sequence, hf_index, ett_ftam_F_CANCEL_response);
3376
3377   return offset;
3378 }
3379
3380
3381 static const ber_sequence_t F_RESTART_request_sequence[] = {
3382   { &hf_ftam_checkpoint_identifier, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3383   { &hf_ftam_request_type   , BER_CLASS_APP, 31, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Request_Type },
3384   { &hf_ftam_transfer_number, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3385   { &hf_ftam_last_transfer_end_read_request, BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3386   { &hf_ftam_last_transfer_end_read_response, BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3387   { &hf_ftam_last_transfer_end_write_request, BER_CLASS_CON, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3388   { &hf_ftam_last_transfer_end_write_response, BER_CLASS_CON, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3389   { NULL, 0, 0, 0, NULL }
3390 };
3391
3392 static int
3393 dissect_ftam_F_RESTART_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3394   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3395                                    F_RESTART_request_sequence, hf_index, ett_ftam_F_RESTART_request);
3396
3397   return offset;
3398 }
3399
3400
3401 static const ber_sequence_t F_RESTART_response_sequence[] = {
3402   { &hf_ftam_checkpoint_identifier, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3403   { &hf_ftam_request_type   , BER_CLASS_APP, 31, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Request_Type },
3404   { &hf_ftam_transfer_number, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3405   { &hf_ftam_last_transfer_end_read_request, BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3406   { &hf_ftam_last_transfer_end_read_response, BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3407   { &hf_ftam_last_transfer_end_write_request, BER_CLASS_CON, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3408   { &hf_ftam_last_transfer_end_write_response, BER_CLASS_CON, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3409   { NULL, 0, 0, 0, NULL }
3410 };
3411
3412 static int
3413 dissect_ftam_F_RESTART_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3414   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3415                                    F_RESTART_response_sequence, hf_index, ett_ftam_F_RESTART_response);
3416
3417   return offset;
3418 }
3419
3420
3421 static const value_string ftam_Bulk_Data_PDU_vals[] = {
3422   {  32, "f-read-request" },
3423   {  33, "f-write-request" },
3424   {  34, "f-data-end-request" },
3425   {  35, "f-transfer-end-request" },
3426   {  36, "f-transfer-end-response" },
3427   {  37, "f-cancel-request" },
3428   {  38, "f-cancel-response" },
3429   {  39, "f-restart-request" },
3430   {  40, "f-restart-response" },
3431   { 0, NULL }
3432 };
3433
3434 static const ber_choice_t Bulk_Data_PDU_choice[] = {
3435   {  32, &hf_ftam_f_read_request , BER_CLASS_CON, 32, BER_FLAGS_IMPLTAG, dissect_ftam_F_READ_request },
3436   {  33, &hf_ftam_f_write_request, BER_CLASS_CON, 33, BER_FLAGS_IMPLTAG, dissect_ftam_F_WRITE_request },
3437   {  34, &hf_ftam_f_data_end_request, BER_CLASS_CON, 34, BER_FLAGS_IMPLTAG, dissect_ftam_F_DATA_END_request },
3438   {  35, &hf_ftam_f_transfer_end_request, BER_CLASS_CON, 35, BER_FLAGS_IMPLTAG, dissect_ftam_F_TRANSFER_END_request },
3439   {  36, &hf_ftam_f_transfer_end_response, BER_CLASS_CON, 36, BER_FLAGS_IMPLTAG, dissect_ftam_F_TRANSFER_END_response },
3440   {  37, &hf_ftam_f_cancel_request, BER_CLASS_CON, 37, BER_FLAGS_IMPLTAG, dissect_ftam_F_CANCEL_request },
3441   {  38, &hf_ftam_f_cancel_response, BER_CLASS_CON, 38, BER_FLAGS_IMPLTAG, dissect_ftam_F_CANCEL_response },
3442   {  39, &hf_ftam_f_restart_request, BER_CLASS_CON, 39, BER_FLAGS_IMPLTAG, dissect_ftam_F_RESTART_request },
3443   {  40, &hf_ftam_f_restart_response, BER_CLASS_CON, 40, BER_FLAGS_IMPLTAG, dissect_ftam_F_RESTART_response },
3444   { 0, NULL, 0, 0, 0, NULL }
3445 };
3446
3447 static int
3448 dissect_ftam_Bulk_Data_PDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3449 #line 112 "ftam.cnf"
3450   gint branch_taken;
3451
3452     offset = dissect_ber_choice(actx, tree, tvb, offset,
3453                                  Bulk_Data_PDU_choice, hf_index, ett_ftam_Bulk_Data_PDU,
3454                                  &branch_taken);
3455
3456
3457   if( (branch_taken!=-1) && ftam_Bulk_Data_PDU_vals[branch_taken].strptr ){
3458         if (check_col(actx->pinfo->cinfo, COL_INFO)) {
3459                 col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %s:", ftam_Bulk_Data_PDU_vals[branch_taken].strptr);
3460         }
3461   }
3462
3463
3464
3465   return offset;
3466 }
3467
3468
3469
3470 static int
3471 dissect_ftam_Destination_File_Directory(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3472   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
3473                                       hf_index, BER_CLASS_APP, 24, FALSE, dissect_ftam_Pathname_Attribute);
3474
3475   return offset;
3476 }
3477
3478
3479 static const ber_sequence_t F_CHANGE_PREFIX_request_sequence[] = {
3480   { &hf_ftam_reset          , BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_BOOLEAN },
3481   { &hf_ftam_destination_file_directory, BER_CLASS_APP, 24, BER_FLAGS_NOOWNTAG, dissect_ftam_Destination_File_Directory },
3482   { &hf_ftam_access_passwords, BER_CLASS_APP, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Passwords },
3483   { &hf_ftam_path_access_passwords, BER_CLASS_APP, 27, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Path_Access_Passwords },
3484   { NULL, 0, 0, 0, NULL }
3485 };
3486
3487 static int
3488 dissect_ftam_F_CHANGE_PREFIX_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3489   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3490                                    F_CHANGE_PREFIX_request_sequence, hf_index, ett_ftam_F_CHANGE_PREFIX_request);
3491
3492   return offset;
3493 }
3494
3495
3496 static const ber_sequence_t F_CHANGE_PREFIX_response_sequence[] = {
3497   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
3498   { &hf_ftam_destination_file_directory, BER_CLASS_APP, 24, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Destination_File_Directory },
3499   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
3500   { NULL, 0, 0, 0, NULL }
3501 };
3502
3503 static int
3504 dissect_ftam_F_CHANGE_PREFIX_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3505   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3506                                    F_CHANGE_PREFIX_response_sequence, hf_index, ett_ftam_F_CHANGE_PREFIX_response);
3507
3508   return offset;
3509 }
3510
3511
3512 static const asn_namedbit Equality_Comparision_bits[] = {
3513   {  0, &hf_ftam_Equality_Comparision_no_value_available_matches, -1, -1, "no-value-available-matches", NULL },
3514   {  1, &hf_ftam_Equality_Comparision_equals_matches, -1, -1, "equals-matches", NULL },
3515   { 0, NULL, 0, 0, NULL, NULL }
3516 };
3517
3518 static int
3519 dissect_ftam_Equality_Comparision(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3520   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
3521                                     Equality_Comparision_bits, hf_index, ett_ftam_Equality_Comparision,
3522                                     NULL);
3523
3524   return offset;
3525 }
3526
3527
3528 static const value_string ftam_T_string_value_item_vals[] = {
3529   {   2, "substring-match" },
3530   {   3, "any-match" },
3531   {   4, "number-of-characters-match" },
3532   { 0, NULL }
3533 };
3534
3535 static const ber_choice_t T_string_value_item_choice[] = {
3536   {   2, &hf_ftam_substring_match, BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_ftam_GraphicString },
3537   {   3, &hf_ftam_any_match      , BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
3538   {   4, &hf_ftam_number_of_characters_match, BER_CLASS_CON, 4, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3539   { 0, NULL, 0, 0, 0, NULL }
3540 };
3541
3542 static int
3543 dissect_ftam_T_string_value_item(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3544   offset = dissect_ber_choice(actx, tree, tvb, offset,
3545                                  T_string_value_item_choice, hf_index, ett_ftam_T_string_value_item,
3546                                  NULL);
3547
3548   return offset;
3549 }
3550
3551
3552 static const ber_sequence_t T_string_value_sequence_of[1] = {
3553   { &hf_ftam_string_value_item, BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG|BER_FLAGS_NOTCHKTAG, dissect_ftam_T_string_value_item },
3554 };
3555
3556 static int
3557 dissect_ftam_T_string_value(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3558   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
3559                                       T_string_value_sequence_of, hf_index, ett_ftam_T_string_value);
3560
3561   return offset;
3562 }
3563
3564
3565 static const ber_sequence_t String_Pattern_sequence[] = {
3566   { &hf_ftam_equality_comparision, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Equality_Comparision },
3567   { &hf_ftam_string_value   , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_T_string_value },
3568   { NULL, 0, 0, 0, NULL }
3569 };
3570
3571 static int
3572 dissect_ftam_String_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3573   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3574                                    String_Pattern_sequence, hf_index, ett_ftam_String_Pattern);
3575
3576   return offset;
3577 }
3578
3579
3580 static const value_string ftam_T_pathname_value_item_vals[] = {
3581   {   2, "string-match" },
3582   {   3, "any-match" },
3583   { 0, NULL }
3584 };
3585
3586 static const ber_choice_t T_pathname_value_item_choice[] = {
3587   {   2, &hf_ftam_string_match   , BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_ftam_String_Pattern },
3588   {   3, &hf_ftam_any_match      , BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_ftam_NULL },
3589   { 0, NULL, 0, 0, 0, NULL }
3590 };
3591
3592 static int
3593 dissect_ftam_T_pathname_value_item(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3594   offset = dissect_ber_choice(actx, tree, tvb, offset,
3595                                  T_pathname_value_item_choice, hf_index, ett_ftam_T_pathname_value_item,
3596                                  NULL);
3597
3598   return offset;
3599 }
3600
3601
3602 static const ber_sequence_t T_pathname_value_sequence_of[1] = {
3603   { &hf_ftam_pathname_value_item, BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG|BER_FLAGS_NOTCHKTAG, dissect_ftam_T_pathname_value_item },
3604 };
3605
3606 static int
3607 dissect_ftam_T_pathname_value(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3608   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
3609                                       T_pathname_value_sequence_of, hf_index, ett_ftam_T_pathname_value);
3610
3611   return offset;
3612 }
3613
3614
3615 static const ber_sequence_t Pathname_Pattern_sequence[] = {
3616   { &hf_ftam_equality_comparision, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Equality_Comparision },
3617   { &hf_ftam_pathname_value , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_T_pathname_value },
3618   { NULL, 0, 0, 0, NULL }
3619 };
3620
3621 static int
3622 dissect_ftam_Pathname_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3623   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3624                                    Pathname_Pattern_sequence, hf_index, ett_ftam_Pathname_Pattern);
3625
3626   return offset;
3627 }
3628
3629
3630 static const asn_namedbit Relational_Comparision_bits[] = {
3631   {  0, &hf_ftam_Relational_Comparision_no_value_available_matches, -1, -1, "no-value-available-matches", NULL },
3632   {  1, &hf_ftam_Relational_Comparision_equals_matches, -1, -1, "equals-matches", NULL },
3633   {  2, &hf_ftam_Relational_Comparision_less_than_matches, -1, -1, "less-than-matches", NULL },
3634   {  3, &hf_ftam_Relational_Comparision_greater_than_matches, -1, -1, "greater-than-matches", NULL },
3635   { 0, NULL, 0, 0, NULL, NULL }
3636 };
3637
3638 static int
3639 dissect_ftam_Relational_Comparision(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3640   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
3641                                     Relational_Comparision_bits, hf_index, ett_ftam_Relational_Comparision,
3642                                     NULL);
3643
3644   return offset;
3645 }
3646
3647
3648 static const ber_sequence_t Integer_Pattern_sequence[] = {
3649   { &hf_ftam_relational_comparision, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Relational_Comparision },
3650   { &hf_ftam_integer_value  , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
3651   { NULL, 0, 0, 0, NULL }
3652 };
3653
3654 static int
3655 dissect_ftam_Integer_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3656   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3657                                    Integer_Pattern_sequence, hf_index, ett_ftam_Integer_Pattern);
3658
3659   return offset;
3660 }
3661
3662
3663
3664 static int
3665 dissect_ftam_BIT_STRING(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3666   offset = dissect_ber_bitstring(implicit_tag, actx, tree, tvb, offset,
3667                                     NULL, hf_index, -1,
3668                                     NULL);
3669
3670   return offset;
3671 }
3672
3673
3674 static const ber_sequence_t Bitstring_Pattern_sequence[] = {
3675   { &hf_ftam_equality_comparision, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Equality_Comparision },
3676   { &hf_ftam_match_bitstring, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_BIT_STRING },
3677   { &hf_ftam_significance_bitstring, BER_CLASS_CON, 2, BER_FLAGS_IMPLTAG, dissect_ftam_BIT_STRING },
3678   { NULL, 0, 0, 0, NULL }
3679 };
3680
3681 static int
3682 dissect_ftam_Bitstring_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3683   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3684                                    Bitstring_Pattern_sequence, hf_index, ett_ftam_Bitstring_Pattern);
3685
3686   return offset;
3687 }
3688
3689
3690 static const ber_sequence_t Object_Identifier_Pattern_sequence[] = {
3691   { &hf_ftam_equality_comparision, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Equality_Comparision },
3692   { &hf_ftam_object_identifier_value, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_OBJECT_IDENTIFIER },
3693   { NULL, 0, 0, 0, NULL }
3694 };
3695
3696 static int
3697 dissect_ftam_Object_Identifier_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3698   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3699                                    Object_Identifier_Pattern_sequence, hf_index, ett_ftam_Object_Identifier_Pattern);
3700
3701   return offset;
3702 }
3703
3704
3705 static const ber_sequence_t T_constraint_set_abstract_Syntax_Pattern_sequence[] = {
3706   { &hf_ftam_constraint_Set_Pattern, BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Object_Identifier_Pattern },
3707   { &hf_ftam_abstract_Syntax_Pattern, BER_CLASS_CON, 3, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Object_Identifier_Pattern },
3708   { NULL, 0, 0, 0, NULL }
3709 };
3710
3711 static int
3712 dissect_ftam_T_constraint_set_abstract_Syntax_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3713   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3714                                    T_constraint_set_abstract_Syntax_Pattern_sequence, hf_index, ett_ftam_T_constraint_set_abstract_Syntax_Pattern);
3715
3716   return offset;
3717 }
3718
3719
3720 static const value_string ftam_Contents_Type_Pattern_vals[] = {
3721   {   0, "document-type-Pattern" },
3722   {   1, "constraint-set-abstract-Syntax-Pattern" },
3723   { 0, NULL }
3724 };
3725
3726 static const ber_choice_t Contents_Type_Pattern_choice[] = {
3727   {   0, &hf_ftam_document_type_Pattern, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Object_Identifier_Pattern },
3728   {   1, &hf_ftam_constraint_set_abstract_Syntax_Pattern, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_T_constraint_set_abstract_Syntax_Pattern },
3729   { 0, NULL, 0, 0, 0, NULL }
3730 };
3731
3732 static int
3733 dissect_ftam_Contents_Type_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3734   offset = dissect_ber_choice(actx, tree, tvb, offset,
3735                                  Contents_Type_Pattern_choice, hf_index, ett_ftam_Contents_Type_Pattern,
3736                                  NULL);
3737
3738   return offset;
3739 }
3740
3741
3742 static const ber_sequence_t Date_and_Time_Pattern_sequence[] = {
3743   { &hf_ftam_relational_camparision, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Equality_Comparision },
3744   { &hf_ftam_time_and_date_value, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_GeneralizedTime },
3745   { NULL, 0, 0, 0, NULL }
3746 };
3747
3748 static int
3749 dissect_ftam_Date_and_Time_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3750   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3751                                    Date_and_Time_Pattern_sequence, hf_index, ett_ftam_Date_and_Time_Pattern);
3752
3753   return offset;
3754 }
3755
3756
3757
3758 static int
3759 dissect_ftam_User_Identity_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3760   offset = dissect_ftam_String_Pattern(implicit_tag, tvb, offset, actx, tree, hf_index);
3761
3762   return offset;
3763 }
3764
3765
3766 static const ber_sequence_t Boolean_Pattern_sequence[] = {
3767   { &hf_ftam_equality_comparision, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Equality_Comparision },
3768   { &hf_ftam_boolean_value  , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_BOOLEAN },
3769   { NULL, 0, 0, 0, NULL }
3770 };
3771
3772 static int
3773 dissect_ftam_Boolean_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3774   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3775                                    Boolean_Pattern_sequence, hf_index, ett_ftam_Boolean_Pattern);
3776
3777   return offset;
3778 }
3779
3780
3781
3782 static int
3783 dissect_ftam_T_attribute_extension_attribute_identifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3784   offset = dissect_ber_object_identifier_str(implicit_tag, actx, tree, tvb, offset, hf_index, &object_identifier_id);
3785
3786   return offset;
3787 }
3788
3789
3790
3791 static int
3792 dissect_ftam_T_extension_attribute_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3793 #line 82 "ftam.cnf"
3794   offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree);
3795
3796
3797
3798   return offset;
3799 }
3800
3801
3802 static const ber_sequence_t T_extension_set_attribute_Patterns_item_sequence[] = {
3803   { &hf_ftam_attribute_extension_attribute_identifier, BER_CLASS_UNI, BER_UNI_TAG_OID, BER_FLAGS_NOOWNTAG, dissect_ftam_T_attribute_extension_attribute_identifier },
3804   { &hf_ftam_extension_attribute_Pattern, BER_CLASS_ANY, 0, BER_FLAGS_NOOWNTAG, dissect_ftam_T_extension_attribute_Pattern },
3805   { NULL, 0, 0, 0, NULL }
3806 };
3807
3808 static int
3809 dissect_ftam_T_extension_set_attribute_Patterns_item(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3810   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3811                                    T_extension_set_attribute_Patterns_item_sequence, hf_index, ett_ftam_T_extension_set_attribute_Patterns_item);
3812
3813   return offset;
3814 }
3815
3816
3817 static const ber_sequence_t T_extension_set_attribute_Patterns_sequence_of[1] = {
3818   { &hf_ftam_extension_set_attribute_Patterns_item, BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_T_extension_set_attribute_Patterns_item },
3819 };
3820
3821 static int
3822 dissect_ftam_T_extension_set_attribute_Patterns(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3823   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
3824                                       T_extension_set_attribute_Patterns_sequence_of, hf_index, ett_ftam_T_extension_set_attribute_Patterns);
3825
3826   return offset;
3827 }
3828
3829
3830 static const ber_sequence_t Attribute_Extensions_Pattern_item_sequence[] = {
3831   { &hf_ftam_extension_set_identifier, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Extension_Set_Identifier },
3832   { &hf_ftam_extension_set_attribute_Patterns, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_T_extension_set_attribute_Patterns },
3833   { NULL, 0, 0, 0, NULL }
3834 };
3835
3836 static int
3837 dissect_ftam_Attribute_Extensions_Pattern_item(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3838   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3839                                    Attribute_Extensions_Pattern_item_sequence, hf_index, ett_ftam_Attribute_Extensions_Pattern_item);
3840
3841   return offset;
3842 }
3843
3844
3845 static const ber_sequence_t Attribute_Extensions_Pattern_sequence_of[1] = {
3846   { &hf_ftam_Attribute_Extensions_Pattern_item, BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_Attribute_Extensions_Pattern_item },
3847 };
3848
3849 static int
3850 dissect_ftam_Attribute_Extensions_Pattern(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3851   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
3852                                       Attribute_Extensions_Pattern_sequence_of, hf_index, ett_ftam_Attribute_Extensions_Pattern);
3853
3854   return offset;
3855 }
3856
3857
3858 static const value_string ftam_AND_Set_item_vals[] = {
3859   {   0, "pathname-Pattern" },
3860   {  18, "object-type-Pattern" },
3861   {   1, "permitted-actions-Pattern" },
3862   {   2, "contents-type-Pattern" },
3863   {  19, "linked-Object-Pattern" },
3864   {  23, "child-objects-Pattern" },
3865   {  20, "primaty-pathname-Pattern" },
3866   {   3, "storage-account-Pattern" },
3867   {   4, "date-and-time-of-creation-Pattern" },
3868   {   5, "date-and-time-of-last-modification-Pattern" },
3869   {   6, "date-and-time-of-last-read-access-Pattern" },
3870   {   7, "date-and-time-of-last-attribute-modification-Pattern" },
3871   {   8, "identity-of-creator-Pattern" },
3872   {   9, "identity-of-last-modifier-Pattern" },
3873   {  10, "identity-of-last-reader-Pattern" },
3874   {  11, "identity-of-last-attribute-modifier-Pattern" },
3875   {  12, "object-availabiiity-Pattern" },
3876   {  13, "object-size-Pattern" },
3877   {  14, "future-object-size-Pattern" },
3878   {  16, "legal-quailfication-Pattern" },
3879   {  22, "attribute-extensions-pattern" },
3880   { 0, NULL }
3881 };
3882
3883 static const ber_choice_t AND_Set_item_choice[] = {
3884   {   0, &hf_ftam_pathname_Pattern, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Pathname_Pattern },
3885   {  18, &hf_ftam_object_type_Pattern, BER_CLASS_CON, 18, BER_FLAGS_IMPLTAG, dissect_ftam_Integer_Pattern },
3886   {   1, &hf_ftam_permitted_actions_Pattern, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_Bitstring_Pattern },
3887   {   2, &hf_ftam_contents_type_Pattern, BER_CLASS_CON, 2, 0, dissect_ftam_Contents_Type_Pattern },
3888   {  19, &hf_ftam_linked_Object_Pattern, BER_CLASS_CON, 19, BER_FLAGS_IMPLTAG, dissect_ftam_Pathname_Pattern },
3889   {  23, &hf_ftam_child_objects_Pattern, BER_CLASS_CON, 23, BER_FLAGS_IMPLTAG, dissect_ftam_Pathname_Pattern },
3890   {  20, &hf_ftam_primaty_pathname_Pattern, BER_CLASS_CON, 20, BER_FLAGS_IMPLTAG, dissect_ftam_Pathname_Pattern },
3891   {   3, &hf_ftam_storage_account_Pattern, BER_CLASS_CON, 3, BER_FLAGS_IMPLTAG, dissect_ftam_String_Pattern },
3892   {   4, &hf_ftam_date_and_time_of_creation_Pattern, BER_CLASS_CON, 4, BER_FLAGS_IMPLTAG, dissect_ftam_Date_and_Time_Pattern },
3893   {   5, &hf_ftam_date_and_time_of_last_modification_Pattern, BER_CLASS_CON, 5, BER_FLAGS_IMPLTAG, dissect_ftam_Date_and_Time_Pattern },
3894   {   6, &hf_ftam_date_and_time_of_last_read_access_Pattern, BER_CLASS_CON, 6, BER_FLAGS_IMPLTAG, dissect_ftam_Date_and_Time_Pattern },
3895   {   7, &hf_ftam_date_and_time_of_last_attribute_modification_Pattern, BER_CLASS_CON, 7, BER_FLAGS_IMPLTAG, dissect_ftam_Date_and_Time_Pattern },
3896   {   8, &hf_ftam_identity_of_creator_Pattern, BER_CLASS_CON, 8, BER_FLAGS_IMPLTAG, dissect_ftam_User_Identity_Pattern },
3897   {   9, &hf_ftam_identity_of_last_modifier_Pattern, BER_CLASS_CON, 9, BER_FLAGS_IMPLTAG, dissect_ftam_User_Identity_Pattern },
3898   {  10, &hf_ftam_identity_of_last_reader_Pattern, BER_CLASS_CON, 10, BER_FLAGS_IMPLTAG, dissect_ftam_User_Identity_Pattern },
3899   {  11, &hf_ftam_identity_of_last_attribute_modifier_Pattern, BER_CLASS_CON, 11, BER_FLAGS_IMPLTAG, dissect_ftam_User_Identity_Pattern },
3900   {  12, &hf_ftam_object_availabiiity_Pattern, BER_CLASS_CON, 12, BER_FLAGS_IMPLTAG, dissect_ftam_Boolean_Pattern },
3901   {  13, &hf_ftam_object_size_Pattern, BER_CLASS_CON, 13, BER_FLAGS_IMPLTAG, dissect_ftam_Integer_Pattern },
3902   {  14, &hf_ftam_future_object_size_Pattern, BER_CLASS_CON, 14, BER_FLAGS_IMPLTAG, dissect_ftam_Integer_Pattern },
3903   {  16, &hf_ftam_legal_quailfication_Pattern, BER_CLASS_CON, 16, BER_FLAGS_IMPLTAG, dissect_ftam_String_Pattern },
3904   {  22, &hf_ftam_attribute_extensions_pattern, BER_CLASS_CON, 22, BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Extensions_Pattern },
3905   { 0, NULL, 0, 0, 0, NULL }
3906 };
3907
3908 static int
3909 dissect_ftam_AND_Set_item(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3910   offset = dissect_ber_choice(actx, tree, tvb, offset,
3911                                  AND_Set_item_choice, hf_index, ett_ftam_AND_Set_item,
3912                                  NULL);
3913
3914   return offset;
3915 }
3916
3917
3918 static const ber_sequence_t AND_Set_sequence_of[1] = {
3919   { &hf_ftam_AND_Set_item   , BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG|BER_FLAGS_NOTCHKTAG, dissect_ftam_AND_Set_item },
3920 };
3921
3922 static int
3923 dissect_ftam_AND_Set(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3924   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
3925                                       AND_Set_sequence_of, hf_index, ett_ftam_AND_Set);
3926
3927   return offset;
3928 }
3929
3930
3931 static const ber_sequence_t OR_Set_sequence_of[1] = {
3932   { &hf_ftam_OR_Set_item    , BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_AND_Set },
3933 };
3934
3935 static int
3936 dissect_ftam_OR_Set(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3937   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
3938                                       OR_Set_sequence_of, hf_index, ett_ftam_OR_Set);
3939
3940   return offset;
3941 }
3942
3943
3944
3945 static int
3946 dissect_ftam_Attribute_Value_Assertions(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3947   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
3948                                       hf_index, BER_CLASS_APP, 26, TRUE, dissect_ftam_OR_Set);
3949
3950   return offset;
3951 }
3952
3953
3954 static const value_string ftam_T_retrieval_scope_vals[] = {
3955   {   0, "child" },
3956   {   1, "all" },
3957   { 0, NULL }
3958 };
3959
3960
3961 static int
3962 dissect_ftam_T_retrieval_scope(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3963   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
3964                                                 NULL);
3965
3966   return offset;
3967 }
3968
3969
3970 static const ber_sequence_t T__untag_item_sequence[] = {
3971   { &hf_ftam_root_directory , BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_NOTCHKTAG, dissect_ftam_Pathname_Attribute },
3972   { &hf_ftam_retrieval_scope, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_T_retrieval_scope },
3973   { NULL, 0, 0, 0, NULL }
3974 };
3975
3976 static int
3977 dissect_ftam_T__untag_item(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3978   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
3979                                    T__untag_item_sequence, hf_index, ett_ftam_T__untag_item);
3980
3981   return offset;
3982 }
3983
3984
3985 static const ber_sequence_t Scope_U_sequence_of[1] = {
3986   { &hf_ftam__untag_item_03 , BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_T__untag_item },
3987 };
3988
3989 static int
3990 dissect_ftam_Scope_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
3991   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
3992                                       Scope_U_sequence_of, hf_index, ett_ftam_Scope_U);
3993
3994   return offset;
3995 }
3996
3997
3998
3999 static int
4000 dissect_ftam_Scope(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4001   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
4002                                       hf_index, BER_CLASS_APP, 28, TRUE, dissect_ftam_Scope_U);
4003
4004   return offset;
4005 }
4006
4007
4008 static const ber_sequence_t F_LIST_request_sequence[] = {
4009   { &hf_ftam_attribute_value_asset_tions, BER_CLASS_APP, 26, BER_FLAGS_NOOWNTAG, dissect_ftam_Attribute_Value_Assertions },
4010   { &hf_ftam_scope          , BER_CLASS_APP, 28, BER_FLAGS_NOOWNTAG, dissect_ftam_Scope },
4011   { &hf_ftam_access_passwords, BER_CLASS_APP, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Passwords },
4012   { &hf_ftam_path_access_passwords, BER_CLASS_APP, 27, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Path_Access_Passwords },
4013   { &hf_ftam_attribute_names, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Names },
4014   { &hf_ftam_attribute_extension_names, BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Extension_Names },
4015   { NULL, 0, 0, 0, NULL }
4016 };
4017
4018 static int
4019 dissect_ftam_F_LIST_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4020   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4021                                    F_LIST_request_sequence, hf_index, ett_ftam_F_LIST_request);
4022
4023   return offset;
4024 }
4025
4026
4027 static const ber_sequence_t SEQUENCE_OF_Read_Attributes_sequence_of[1] = {
4028   { &hf_ftam__untag_item_04 , BER_CLASS_APP, 18, BER_FLAGS_NOOWNTAG, dissect_ftam_Read_Attributes },
4029 };
4030
4031 static int
4032 dissect_ftam_SEQUENCE_OF_Read_Attributes(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4033   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
4034                                       SEQUENCE_OF_Read_Attributes_sequence_of, hf_index, ett_ftam_SEQUENCE_OF_Read_Attributes);
4035
4036   return offset;
4037 }
4038
4039
4040
4041 static int
4042 dissect_ftam_Objects_Attributes_List(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4043   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
4044                                       hf_index, BER_CLASS_APP, 25, TRUE, dissect_ftam_SEQUENCE_OF_Read_Attributes);
4045
4046   return offset;
4047 }
4048
4049
4050 static const ber_sequence_t F_LIST_response_sequence[] = {
4051   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4052   { &hf_ftam_objects_attributes_list, BER_CLASS_APP, 25, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Objects_Attributes_List },
4053   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4054   { NULL, 0, 0, 0, NULL }
4055 };
4056
4057 static int
4058 dissect_ftam_F_LIST_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4059   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4060                                    F_LIST_response_sequence, hf_index, ett_ftam_F_LIST_response);
4061
4062   return offset;
4063 }
4064
4065
4066 static const ber_sequence_t F_GROUP_SELECT_request_sequence[] = {
4067   { &hf_ftam_attribute_value_assertions, BER_CLASS_APP, 26, BER_FLAGS_NOOWNTAG, dissect_ftam_Attribute_Value_Assertions },
4068   { &hf_ftam_requested_access, BER_CLASS_APP, 3, BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Request },
4069   { &hf_ftam_access_passwords, BER_CLASS_APP, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Passwords },
4070   { &hf_ftam_path_access_passwords, BER_CLASS_APP, 27, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Path_Access_Passwords },
4071   { &hf_ftam_concurrency_control, BER_CLASS_APP, 10, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Concurrency_Control },
4072   { &hf_ftam_maximum_set_size, BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
4073   { &hf_ftam_scope          , BER_CLASS_APP, 28, BER_FLAGS_NOOWNTAG, dissect_ftam_Scope },
4074   { &hf_ftam_account        , BER_CLASS_APP, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Account },
4075   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4076   { NULL, 0, 0, 0, NULL }
4077 };
4078
4079 static int
4080 dissect_ftam_F_GROUP_SELECT_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4081   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4082                                    F_GROUP_SELECT_request_sequence, hf_index, ett_ftam_F_GROUP_SELECT_request);
4083
4084   return offset;
4085 }
4086
4087
4088 static const ber_sequence_t F_GROUP_SELECT_response_sequence[] = {
4089   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4090   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4091   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4092   { NULL, 0, 0, 0, NULL }
4093 };
4094
4095 static int
4096 dissect_ftam_F_GROUP_SELECT_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4097   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4098                                    F_GROUP_SELECT_response_sequence, hf_index, ett_ftam_F_GROUP_SELECT_response);
4099
4100   return offset;
4101 }
4102
4103
4104 static const value_string ftam_Request_Operation_Result_U_vals[] = {
4105   {   0, "summary" },
4106   {   1, "fiii-list" },
4107   { 0, NULL }
4108 };
4109
4110
4111 static int
4112 dissect_ftam_Request_Operation_Result_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4113   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
4114                                                 NULL);
4115
4116   return offset;
4117 }
4118
4119
4120
4121 static int
4122 dissect_ftam_Request_Operation_Result(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4123   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
4124                                       hf_index, BER_CLASS_APP, 31, TRUE, dissect_ftam_Request_Operation_Result_U);
4125
4126   return offset;
4127 }
4128
4129
4130 static const ber_sequence_t F_GROUP_DELETE_request_sequence[] = {
4131   { &hf_ftam_request_Operation_result, BER_CLASS_APP, 31, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Request_Operation_Result },
4132   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4133   { NULL, 0, 0, 0, NULL }
4134 };
4135
4136 static int
4137 dissect_ftam_F_GROUP_DELETE_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4138   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4139                                    F_GROUP_DELETE_request_sequence, hf_index, ett_ftam_F_GROUP_DELETE_request);
4140
4141   return offset;
4142 }
4143
4144
4145 static const ber_sequence_t SEQUENCE_OF_Pathname_sequence_of[1] = {
4146   { &hf_ftam_success_Object_names_item, BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE, BER_FLAGS_NOOWNTAG, dissect_ftam_Pathname },
4147 };
4148
4149 static int
4150 dissect_ftam_SEQUENCE_OF_Pathname(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4151   offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
4152                                       SEQUENCE_OF_Pathname_sequence_of, hf_index, ett_ftam_SEQUENCE_OF_Pathname);
4153
4154   return offset;
4155 }
4156
4157
4158 static const value_string ftam_Operation_Result_U_vals[] = {
4159   {   0, "success-Object-count" },
4160   {   1, "success-Object-names" },
4161   { 0, NULL }
4162 };
4163
4164 static const ber_choice_t Operation_Result_U_choice[] = {
4165   {   0, &hf_ftam_success_Object_count, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_INTEGER },
4166   {   1, &hf_ftam_success_Object_names, BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_SEQUENCE_OF_Pathname },
4167   { 0, NULL, 0, 0, 0, NULL }
4168 };
4169
4170 static int
4171 dissect_ftam_Operation_Result_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4172   offset = dissect_ber_choice(actx, tree, tvb, offset,
4173                                  Operation_Result_U_choice, hf_index, ett_ftam_Operation_Result_U,
4174                                  NULL);
4175
4176   return offset;
4177 }
4178
4179
4180
4181 static int
4182 dissect_ftam_Operation_Result(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4183   offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
4184                                       hf_index, BER_CLASS_APP, 30, FALSE, dissect_ftam_Operation_Result_U);
4185
4186   return offset;
4187 }
4188
4189
4190 static const ber_sequence_t F_GROUP_DELETE_response_sequence[] = {
4191   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4192   { &hf_ftam_charging       , BER_CLASS_APP, 9, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Charging },
4193   { &hf_ftam_operation_result, BER_CLASS_APP, 30, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Operation_Result },
4194   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4195   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4196   { NULL, 0, 0, 0, NULL }
4197 };
4198
4199 static int
4200 dissect_ftam_F_GROUP_DELETE_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4201   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4202                                    F_GROUP_DELETE_response_sequence, hf_index, ett_ftam_F_GROUP_DELETE_response);
4203
4204   return offset;
4205 }
4206
4207
4208 static const value_string ftam_Error_Action_vals[] = {
4209   {   0, "terminate" },
4210   {   1, "continue" },
4211   { 0, NULL }
4212 };
4213
4214
4215 static int
4216 dissect_ftam_Error_Action(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4217   offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
4218                                                 NULL);
4219
4220   return offset;
4221 }
4222
4223
4224 static const ber_sequence_t F_GROUP_MOVE_request_sequence[] = {
4225   { &hf_ftam_destination_file_directory, BER_CLASS_APP, 24, BER_FLAGS_NOOWNTAG, dissect_ftam_Destination_File_Directory },
4226   { &hf_ftam_override       , BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Override },
4227   { &hf_ftam_error_action   , BER_CLASS_CON, 11, BER_FLAGS_IMPLTAG, dissect_ftam_Error_Action },
4228   { &hf_ftam_create_password, BER_CLASS_APP, 17, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Password },
4229   { &hf_ftam_access_passwords, BER_CLASS_APP, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Passwords },
4230   { &hf_ftam_path_access_passwords, BER_CLASS_APP, 27, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Path_Access_Passwords },
4231   { &hf_ftam_request_Operation_result, BER_CLASS_APP, 31, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Request_Operation_Result },
4232   { &hf_ftam_attributes     , BER_CLASS_APP, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Change_Attributes },
4233   { NULL, 0, 0, 0, NULL }
4234 };
4235
4236 static int
4237 dissect_ftam_F_GROUP_MOVE_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4238   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4239                                    F_GROUP_MOVE_request_sequence, hf_index, ett_ftam_F_GROUP_MOVE_request);
4240
4241   return offset;
4242 }
4243
4244
4245 static const ber_sequence_t F_GROUP_MOVE_response_sequence[] = {
4246   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4247   { &hf_ftam_destination_file_directory, BER_CLASS_APP, 24, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Destination_File_Directory },
4248   { &hf_ftam_operation_result, BER_CLASS_APP, 30, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Operation_Result },
4249   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4250   { NULL, 0, 0, 0, NULL }
4251 };
4252
4253 static int
4254 dissect_ftam_F_GROUP_MOVE_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4255   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4256                                    F_GROUP_MOVE_response_sequence, hf_index, ett_ftam_F_GROUP_MOVE_response);
4257
4258   return offset;
4259 }
4260
4261
4262 static const ber_sequence_t F_GROUP_COPY_request_sequence[] = {
4263   { &hf_ftam_destination_file_directory, BER_CLASS_APP, 24, BER_FLAGS_NOOWNTAG, dissect_ftam_Destination_File_Directory },
4264   { &hf_ftam_override       , BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Override },
4265   { &hf_ftam_error_action   , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_Error_Action },
4266   { &hf_ftam_create_password, BER_CLASS_APP, 17, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Password },
4267   { &hf_ftam_access_passwords, BER_CLASS_APP, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Passwords },
4268   { &hf_ftam_path_access_passwords, BER_CLASS_APP, 27, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Path_Access_Passwords },
4269   { &hf_ftam_request_Operation_result, BER_CLASS_APP, 31, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Request_Operation_Result },
4270   { &hf_ftam_attributes     , BER_CLASS_APP, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Change_Attributes },
4271   { NULL, 0, 0, 0, NULL }
4272 };
4273
4274 static int
4275 dissect_ftam_F_GROUP_COPY_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4276   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4277                                    F_GROUP_COPY_request_sequence, hf_index, ett_ftam_F_GROUP_COPY_request);
4278
4279   return offset;
4280 }
4281
4282
4283 static const ber_sequence_t F_GROUP_COPY_response_sequence[] = {
4284   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4285   { &hf_ftam_destination_file_directory, BER_CLASS_APP, 24, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Destination_File_Directory },
4286   { &hf_ftam_operation_result, BER_CLASS_APP, 30, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Operation_Result },
4287   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4288   { NULL, 0, 0, 0, NULL }
4289 };
4290
4291 static int
4292 dissect_ftam_F_GROUP_COPY_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4293   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4294                                    F_GROUP_COPY_response_sequence, hf_index, ett_ftam_F_GROUP_COPY_response);
4295
4296   return offset;
4297 }
4298
4299
4300 static const ber_sequence_t F_GROUP_LIST_request_sequence[] = {
4301   { &hf_ftam_attribute_names, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Names },
4302   { &hf_ftam_attribute_extension_names, BER_CLASS_CON, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Extension_Names },
4303   { NULL, 0, 0, 0, NULL }
4304 };
4305
4306 static int
4307 dissect_ftam_F_GROUP_LIST_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4308   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4309                                    F_GROUP_LIST_request_sequence, hf_index, ett_ftam_F_GROUP_LIST_request);
4310
4311   return offset;
4312 }
4313
4314
4315 static const ber_sequence_t F_GROUP_LIST_response_sequence[] = {
4316   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4317   { &hf_ftam_objects_attributes_list, BER_CLASS_APP, 25, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Objects_Attributes_List },
4318   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4319   { NULL, 0, 0, 0, NULL }
4320 };
4321
4322 static int
4323 dissect_ftam_F_GROUP_LIST_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4324   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4325                                    F_GROUP_LIST_response_sequence, hf_index, ett_ftam_F_GROUP_LIST_response);
4326
4327   return offset;
4328 }
4329
4330
4331 static const ber_sequence_t F_GROUP_CHANGE_ATTRIB_request_sequence[] = {
4332   { &hf_ftam_attributes     , BER_CLASS_APP, 8, BER_FLAGS_NOOWNTAG, dissect_ftam_Change_Attributes },
4333   { &hf_ftam_error_action   , BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_ftam_Error_Action },
4334   { &hf_ftam_request_Operation_result, BER_CLASS_APP, 31, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Request_Operation_Result },
4335   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4336   { NULL, 0, 0, 0, NULL }
4337 };
4338
4339 static int
4340 dissect_ftam_F_GROUP_CHANGE_ATTRIB_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4341   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4342                                    F_GROUP_CHANGE_ATTRIB_request_sequence, hf_index, ett_ftam_F_GROUP_CHANGE_ATTRIB_request);
4343
4344   return offset;
4345 }
4346
4347
4348 static const ber_sequence_t F_GROUP_CHANGE_ATTRIB_response_sequence[] = {
4349   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4350   { &hf_ftam_operation_result, BER_CLASS_APP, 30, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Operation_Result },
4351   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4352   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4353   { NULL, 0, 0, 0, NULL }
4354 };
4355
4356 static int
4357 dissect_ftam_F_GROUP_CHANGE_ATTRIB_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4358   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4359                                    F_GROUP_CHANGE_ATTRIB_response_sequence, hf_index, ett_ftam_F_GROUP_CHANGE_ATTRIB_response);
4360
4361   return offset;
4362 }
4363
4364
4365 static const ber_sequence_t F_SELECT_ANOTHER_request_sequence[] = {
4366   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4367   { NULL, 0, 0, 0, NULL }
4368 };
4369
4370 static int
4371 dissect_ftam_F_SELECT_ANOTHER_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4372   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4373                                    F_SELECT_ANOTHER_request_sequence, hf_index, ett_ftam_F_SELECT_ANOTHER_request);
4374
4375   return offset;
4376 }
4377
4378
4379 static const ber_sequence_t F_SELECT_ANOTHER_response_sequence[] = {
4380   { &hf_ftam_state_result   , BER_CLASS_APP, 21, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_State_Result },
4381   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4382   { &hf_ftam_last_member_indicator, BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_BOOLEAN },
4383   { &hf_ftam_referent_indicator, BER_CLASS_APP, 29, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Referent_Indicator },
4384   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4385   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4386   { NULL, 0, 0, 0, NULL }
4387 };
4388
4389 static int
4390 dissect_ftam_F_SELECT_ANOTHER_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4391   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4392                                    F_SELECT_ANOTHER_response_sequence, hf_index, ett_ftam_F_SELECT_ANOTHER_response);
4393
4394   return offset;
4395 }
4396
4397
4398 static const ber_sequence_t F_CREATE_DIRECTORY_request_sequence[] = {
4399   { &hf_ftam_initial_attributes, BER_CLASS_APP, 12, BER_FLAGS_NOOWNTAG, dissect_ftam_Create_Attributes },
4400   { &hf_ftam_create_password, BER_CLASS_APP, 17, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Password },
4401   { &hf_ftam_requested_access, BER_CLASS_APP, 3, BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Request },
4402   { &hf_ftam_shared_ASE_infonnation, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4403   { &hf_ftam_account        , BER_CLASS_APP, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Account },
4404   { NULL, 0, 0, 0, NULL }
4405 };
4406
4407 static int
4408 dissect_ftam_F_CREATE_DIRECTORY_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4409   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4410                                    F_CREATE_DIRECTORY_request_sequence, hf_index, ett_ftam_F_CREATE_DIRECTORY_request);
4411
4412   return offset;
4413 }
4414
4415
4416 static const ber_sequence_t F_CREATE_DIRECTORY_response_sequence[] = {
4417   { &hf_ftam_state_result   , BER_CLASS_APP, 21, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_State_Result },
4418   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4419   { &hf_ftam_initial_attributes, BER_CLASS_APP, 12, BER_FLAGS_NOOWNTAG, dissect_ftam_Create_Attributes },
4420   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4421   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4422   { NULL, 0, 0, 0, NULL }
4423 };
4424
4425 static int
4426 dissect_ftam_F_CREATE_DIRECTORY_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4427   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4428                                    F_CREATE_DIRECTORY_response_sequence, hf_index, ett_ftam_F_CREATE_DIRECTORY_response);
4429
4430   return offset;
4431 }
4432
4433
4434 static const ber_sequence_t F_LINK_request_sequence[] = {
4435   { &hf_ftam_initial_attributes, BER_CLASS_APP, 12, BER_FLAGS_NOOWNTAG, dissect_ftam_Create_Attributes },
4436   { &hf_ftam_target_object  , BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG|BER_FLAGS_NOTCHKTAG, dissect_ftam_Pathname_Attribute },
4437   { &hf_ftam_create_password, BER_CLASS_APP, 17, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Password },
4438   { &hf_ftam_requested_access, BER_CLASS_APP, 3, BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Request },
4439   { &hf_ftam_access_passwords, BER_CLASS_APP, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Passwords },
4440   { &hf_ftam_path_access_passwords, BER_CLASS_APP, 27, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Path_Access_Passwords },
4441   { &hf_ftam_concurrency_control, BER_CLASS_APP, 10, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Concurrency_Control },
4442   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4443   { &hf_ftam_account        , BER_CLASS_APP, 4, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Account },
4444   { NULL, 0, 0, 0, NULL }
4445 };
4446
4447 static int
4448 dissect_ftam_F_LINK_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4449   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4450                                    F_LINK_request_sequence, hf_index, ett_ftam_F_LINK_request);
4451
4452   return offset;
4453 }
4454
4455
4456 static const ber_sequence_t F_LINK_response_sequence[] = {
4457   { &hf_ftam_state_result   , BER_CLASS_APP, 21, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_State_Result },
4458   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4459   { &hf_ftam_initial_attributes, BER_CLASS_APP, 12, BER_FLAGS_NOOWNTAG, dissect_ftam_Create_Attributes },
4460   { &hf_ftam_target_Object  , BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG|BER_FLAGS_NOTCHKTAG, dissect_ftam_Pathname_Attribute },
4461   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4462   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4463   { NULL, 0, 0, 0, NULL }
4464 };
4465
4466 static int
4467 dissect_ftam_F_LINK_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4468   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4469                                    F_LINK_response_sequence, hf_index, ett_ftam_F_LINK_response);
4470
4471   return offset;
4472 }
4473
4474
4475 static const ber_sequence_t F_UNLINK_request_sequence[] = {
4476   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4477   { NULL, 0, 0, 0, NULL }
4478 };
4479
4480 static int
4481 dissect_ftam_F_UNLINK_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4482   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4483                                    F_UNLINK_request_sequence, hf_index, ett_ftam_F_UNLINK_request);
4484
4485   return offset;
4486 }
4487
4488
4489 static const ber_sequence_t F_UNLINK_response_sequence[] = {
4490   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4491   { &hf_ftam_shared_ASE_information, BER_CLASS_APP, 20, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Shared_ASE_Information },
4492   { &hf_ftam_charging       , BER_CLASS_APP, 9, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Charging },
4493   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4494   { NULL, 0, 0, 0, NULL }
4495 };
4496
4497 static int
4498 dissect_ftam_F_UNLINK_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4499   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4500                                    F_UNLINK_response_sequence, hf_index, ett_ftam_F_UNLINK_response);
4501
4502   return offset;
4503 }
4504
4505
4506 static const ber_sequence_t F_READ_LINK_ATTRIB_request_sequence[] = {
4507   { &hf_ftam_attribute_names, BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Names },
4508   { &hf_ftam_attribute_extension_names, BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Attribute_Extension_Names },
4509   { NULL, 0, 0, 0, NULL }
4510 };
4511
4512 static int
4513 dissect_ftam_F_READ_LINK_ATTRIB_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4514   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4515                                    F_READ_LINK_ATTRIB_request_sequence, hf_index, ett_ftam_F_READ_LINK_ATTRIB_request);
4516
4517   return offset;
4518 }
4519
4520
4521 static const ber_sequence_t F_READ_LINK_ATTRIB_response_sequence[] = {
4522   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4523   { &hf_ftam_read_link_attributes, BER_CLASS_APP, 18, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Read_Attributes },
4524   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4525   { NULL, 0, 0, 0, NULL }
4526 };
4527
4528 static int
4529 dissect_ftam_F_READ_LINK_ATTRIB_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4530   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4531                                    F_READ_LINK_ATTRIB_response_sequence, hf_index, ett_ftam_F_READ_LINK_ATTRIB_response);
4532
4533   return offset;
4534 }
4535
4536
4537 static const ber_sequence_t F_CHANGE_LINK_ATTRIB_request_sequence[] = {
4538   { &hf_ftam_attributes     , BER_CLASS_APP, 8, BER_FLAGS_NOOWNTAG, dissect_ftam_Change_Attributes },
4539   { NULL, 0, 0, 0, NULL }
4540 };
4541
4542 static int
4543 dissect_ftam_F_CHANGE_LINK_ATTRIB_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4544   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4545                                    F_CHANGE_LINK_ATTRIB_request_sequence, hf_index, ett_ftam_F_CHANGE_LINK_ATTRIB_request);
4546
4547   return offset;
4548 }
4549
4550
4551 static const ber_sequence_t F_CHANGE_LINK_ATTRIB_response_sequence[] = {
4552   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4553   { &hf_ftam_attributes     , BER_CLASS_APP, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Change_Attributes },
4554   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4555   { NULL, 0, 0, 0, NULL }
4556 };
4557
4558 static int
4559 dissect_ftam_F_CHANGE_LINK_ATTRIB_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4560   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4561                                    F_CHANGE_LINK_ATTRIB_response_sequence, hf_index, ett_ftam_F_CHANGE_LINK_ATTRIB_response);
4562
4563   return offset;
4564 }
4565
4566
4567 static const ber_sequence_t F_MOVE_request_sequence[] = {
4568   { &hf_ftam_destination_file_directory, BER_CLASS_APP, 24, BER_FLAGS_NOOWNTAG, dissect_ftam_Destination_File_Directory },
4569   { &hf_ftam_override       , BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Override },
4570   { &hf_ftam_create_password, BER_CLASS_APP, 17, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Password },
4571   { &hf_ftam_access_passwords, BER_CLASS_APP, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Passwords },
4572   { &hf_ftam_path_access_passwords, BER_CLASS_APP, 27, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Path_Access_Passwords },
4573   { &hf_ftam_attributes     , BER_CLASS_APP, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Change_Attributes },
4574   { NULL, 0, 0, 0, NULL }
4575 };
4576
4577 static int
4578 dissect_ftam_F_MOVE_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4579   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4580                                    F_MOVE_request_sequence, hf_index, ett_ftam_F_MOVE_request);
4581
4582   return offset;
4583 }
4584
4585
4586 static const ber_sequence_t F_MOVE_response_sequence[] = {
4587   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4588   { &hf_ftam_destination_file_directory, BER_CLASS_APP, 24, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Destination_File_Directory },
4589   { &hf_ftam_attributes     , BER_CLASS_APP, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Change_Attributes },
4590   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4591   { NULL, 0, 0, 0, NULL }
4592 };
4593
4594 static int
4595 dissect_ftam_F_MOVE_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4596   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4597                                    F_MOVE_response_sequence, hf_index, ett_ftam_F_MOVE_response);
4598
4599   return offset;
4600 }
4601
4602
4603 static const ber_sequence_t F_COPY_request_sequence[] = {
4604   { &hf_ftam_destination_file_directory, BER_CLASS_APP, 24, BER_FLAGS_NOOWNTAG, dissect_ftam_Destination_File_Directory },
4605   { &hf_ftam_override       , BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ftam_Override },
4606   { &hf_ftam_create_password, BER_CLASS_APP, 17, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Password },
4607   { &hf_ftam_access_passwords, BER_CLASS_APP, 2, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Access_Passwords },
4608   { &hf_ftam_path_access_passwords, BER_CLASS_APP, 27, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Path_Access_Passwords },
4609   { &hf_ftam_attributes     , BER_CLASS_APP, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Change_Attributes },
4610   { NULL, 0, 0, 0, NULL }
4611 };
4612
4613 static int
4614 dissect_ftam_F_COPY_request(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4615   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4616                                    F_COPY_request_sequence, hf_index, ett_ftam_F_COPY_request);
4617
4618   return offset;
4619 }
4620
4621
4622 static const ber_sequence_t F_COPY_response_sequence[] = {
4623   { &hf_ftam_action_result  , BER_CLASS_APP, 5, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Action_Result },
4624   { &hf_ftam_destination_file_directory, BER_CLASS_APP, 24, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Destination_File_Directory },
4625   { &hf_ftam_attributes     , BER_CLASS_APP, 8, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Change_Attributes },
4626   { &hf_ftam_diagnostic     , BER_CLASS_APP, 13, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_ftam_Diagnostic },
4627   { NULL, 0, 0, 0, NULL }
4628 };
4629
4630 static int
4631 dissect_ftam_F_COPY_response(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4632   offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
4633                                    F_COPY_response_sequence, hf_index, ett_ftam_F_COPY_response);
4634
4635   return offset;
4636 }
4637
4638
4639 static const value_string ftam_FSM_PDU_vals[] = {
4640   {  41, "f-Change-prefix-request" },
4641   {  42, "f-Change-prefix-response" },
4642   {  43, "f-list-request" },
4643   {  44, "f-list-response" },
4644   {  45, "f-group-select-request" },
4645   {  46, "f-group-select-response" },
4646   {  47, "f-group-delete-request" },
4647   {  48, "f-group-delete-response" },
4648   {  49, "f-group-move-request" },
4649   {  50, "f-group-move-response" },
4650   {  51, "f-group-copy-request" },
4651   {  52, "f-group-copy-response" },
4652   {  53, "f-group-list-request" },
4653   {  54, "f-group-list-response" },
4654   {  55, "f-group-Change-attrib-request" },
4655   {  56, "f-group-Change-attrib-response" },
4656   {  57, "f-select-another-request" },
4657   {  58, "f-select-another-response" },
4658   {  59, "f-create-directory-request" },
4659   {  60, "f-create-directory-response" },
4660   {  61, "f-link-request" },
4661   {  62, "f-link-response" },
4662   {  63, "f-unlink-request" },
4663   {  64, "f-unlink-response" },
4664   {  65, "f-read-link-attrib-request" },
4665   {  66, "f-read-link-attrib-response" },
4666   {  67, "f-Change-link-attrib-request" },
4667   {  68, "f-Change-Iink-attrib-response" },
4668   {  69, "f-move-request" },
4669   {  70, "f-move-response" },
4670   {  71, "f-copy-request" },
4671   {  72, "f-copy-response" },
4672   { 0, NULL }
4673 };
4674
4675 static const ber_choice_t FSM_PDU_choice[] = {
4676   {  41, &hf_ftam_f_Change_prefix_request, BER_CLASS_CON, 41, BER_FLAGS_IMPLTAG, dissect_ftam_F_CHANGE_PREFIX_request },
4677   {  42, &hf_ftam_f_Change_prefix_response, BER_CLASS_CON, 42, BER_FLAGS_IMPLTAG, dissect_ftam_F_CHANGE_PREFIX_response },
4678   {  43, &hf_ftam_f_list_request , BER_CLASS_CON, 43, BER_FLAGS_IMPLTAG, dissect_ftam_F_LIST_request },
4679   {  44, &hf_ftam_f_list_response, BER_CLASS_CON, 44, BER_FLAGS_IMPLTAG, dissect_ftam_F_LIST_response },
4680   {  45, &hf_ftam_f_group_select_request, BER_CLASS_CON, 45, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_SELECT_request },
4681   {  46, &hf_ftam_f_group_select_response, BER_CLASS_CON, 46, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_SELECT_response },
4682   {  47, &hf_ftam_f_group_delete_request, BER_CLASS_CON, 47, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_DELETE_request },
4683   {  48, &hf_ftam_f_group_delete_response, BER_CLASS_CON, 48, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_DELETE_response },
4684   {  49, &hf_ftam_f_group_move_request, BER_CLASS_CON, 49, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_MOVE_request },
4685   {  50, &hf_ftam_f_group_move_response, BER_CLASS_CON, 50, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_MOVE_response },
4686   {  51, &hf_ftam_f_group_copy_request, BER_CLASS_CON, 51, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_COPY_request },
4687   {  52, &hf_ftam_f_group_copy_response, BER_CLASS_CON, 52, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_COPY_response },
4688   {  53, &hf_ftam_f_group_list_request, BER_CLASS_CON, 53, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_LIST_request },
4689   {  54, &hf_ftam_f_group_list_response, BER_CLASS_CON, 54, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_LIST_response },
4690   {  55, &hf_ftam_f_group_Change_attrib_request, BER_CLASS_CON, 55, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_CHANGE_ATTRIB_request },
4691   {  56, &hf_ftam_f_group_Change_attrib_response, BER_CLASS_CON, 56, BER_FLAGS_IMPLTAG, dissect_ftam_F_GROUP_CHANGE_ATTRIB_response },
4692   {  57, &hf_ftam_f_select_another_request, BER_CLASS_CON, 57, BER_FLAGS_IMPLTAG, dissect_ftam_F_SELECT_ANOTHER_request },
4693   {  58, &hf_ftam_f_select_another_response, BER_CLASS_CON, 58, BER_FLAGS_IMPLTAG, dissect_ftam_F_SELECT_ANOTHER_response },
4694   {  59, &hf_ftam_f_create_directory_request, BER_CLASS_CON, 59, BER_FLAGS_IMPLTAG, dissect_ftam_F_CREATE_DIRECTORY_request },
4695   {  60, &hf_ftam_f_create_directory_response, BER_CLASS_CON, 60, BER_FLAGS_IMPLTAG, dissect_ftam_F_CREATE_DIRECTORY_response },
4696   {  61, &hf_ftam_f_link_request , BER_CLASS_CON, 61, BER_FLAGS_IMPLTAG, dissect_ftam_F_LINK_request },
4697   {  62, &hf_ftam_f_link_response, BER_CLASS_CON, 62, BER_FLAGS_IMPLTAG, dissect_ftam_F_LINK_response },
4698   {  63, &hf_ftam_f_unlink_request, BER_CLASS_CON, 63, BER_FLAGS_IMPLTAG, dissect_ftam_F_UNLINK_request },
4699   {  64, &hf_ftam_f_unlink_response, BER_CLASS_CON, 64, BER_FLAGS_IMPLTAG, dissect_ftam_F_UNLINK_response },
4700   {  65, &hf_ftam_f_read_link_attrib_request, BER_CLASS_CON, 65, BER_FLAGS_IMPLTAG, dissect_ftam_F_READ_LINK_ATTRIB_request },
4701   {  66, &hf_ftam_f_read_link_attrib_response, BER_CLASS_CON, 66, BER_FLAGS_IMPLTAG, dissect_ftam_F_READ_LINK_ATTRIB_response },
4702   {  67, &hf_ftam_f_Change_link_attrib_request, BER_CLASS_CON, 67, BER_FLAGS_IMPLTAG, dissect_ftam_F_CHANGE_LINK_ATTRIB_request },
4703   {  68, &hf_ftam_f_Change_Iink_attrib_response, BER_CLASS_CON, 68, BER_FLAGS_IMPLTAG, dissect_ftam_F_CHANGE_LINK_ATTRIB_response },
4704   {  69, &hf_ftam_f_move_request , BER_CLASS_CON, 69, BER_FLAGS_IMPLTAG, dissect_ftam_F_MOVE_request },
4705   {  70, &hf_ftam_f_move_response, BER_CLASS_CON, 70, BER_FLAGS_IMPLTAG, dissect_ftam_F_MOVE_response },
4706   {  71, &hf_ftam_f_copy_request , BER_CLASS_CON, 71, BER_FLAGS_IMPLTAG, dissect_ftam_F_COPY_request },
4707   {  72, &hf_ftam_f_copy_response, BER_CLASS_CON, 72, BER_FLAGS_IMPLTAG, dissect_ftam_F_COPY_response },
4708   { 0, NULL, 0, 0, 0, NULL }
4709 };
4710
4711 static int
4712 dissect_ftam_FSM_PDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4713 #line 123 "ftam.cnf"
4714   gint branch_taken;
4715
4716     offset = dissect_ber_choice(actx, tree, tvb, offset,
4717                                  FSM_PDU_choice, hf_index, ett_ftam_FSM_PDU,
4718                                  &branch_taken);
4719
4720
4721   if( (branch_taken!=-1) && ftam_FSM_PDU_vals[branch_taken].strptr ){
4722         if (check_col(actx->pinfo->cinfo, COL_INFO)) {
4723                 col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %s:", ftam_FSM_PDU_vals[branch_taken].strptr);
4724         }
4725   }
4726
4727
4728   return offset;
4729 }
4730
4731
4732 static const value_string ftam_PDU_vals[] = {
4733   { -1/*choice*/, "fTAM-Regime-PDU" },
4734   { -1/*choice*/, "file-PDU" },
4735   { -1/*choice*/, "bulk-Data-PDU" },
4736   { -1/*choice*/, "fSM-PDU" },
4737   { 0, NULL }
4738 };
4739
4740 static const ber_choice_t PDU_choice[] = {
4741   { -1/*choice*/, &hf_ftam_fTAM_Regime_PDU, BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG, dissect_ftam_FTAM_Regime_PDU },
4742   { -1/*choice*/, &hf_ftam_file_PDU       , BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG, dissect_ftam_File_PDU },
4743   { -1/*choice*/, &hf_ftam_bulk_Data_PDU  , BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG, dissect_ftam_Bulk_Data_PDU },
4744   { -1/*choice*/, &hf_ftam_fSM_PDU        , BER_CLASS_ANY/*choice*/, -1/*choice*/, BER_FLAGS_NOOWNTAG, dissect_ftam_FSM_PDU },
4745   { 0, NULL, 0, 0, 0, NULL }
4746 };
4747
4748 static int
4749 dissect_ftam_PDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
4750   offset = dissect_ber_choice(actx, tree, tvb, offset,
4751                                  PDU_choice, hf_index, ett_ftam_PDU,
4752                                  NULL);
4753
4754   return offset;
4755 }
4756
4757
4758 /*--- End of included file: packet-ftam-fn.c ---*/
4759 #line 67 "packet-ftam-template.c"
4760
4761 /*
4762 * Dissect FTAM unstructured text
4763 */
4764 static void
4765 dissect_ftam_unstructured_text(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *parent_tree)
4766 {
4767         proto_tree_add_item (parent_tree, hf_ftam_unstructured_text, tvb, 0, tvb_length_remaining(tvb, 0), FALSE); 
4768 }
4769
4770 /*
4771 * Dissect FTAM unstructured binary
4772 */
4773 static void
4774 dissect_ftam_unstructured_binary(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *parent_tree)
4775 {
4776         proto_tree_add_item (parent_tree, hf_ftam_unstructured_binary, tvb, 0, tvb_length_remaining(tvb, 0), FALSE); 
4777 }
4778
4779 /*
4780 * Dissect FTAM PDUs inside a PPDU.
4781 */
4782 static void
4783 dissect_ftam(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
4784 {
4785         int offset = 0;
4786         int old_offset;
4787         proto_item *item=NULL;
4788         proto_tree *tree=NULL;
4789         asn1_ctx_t asn1_ctx;
4790
4791         asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
4792
4793         if(parent_tree){
4794                 item = proto_tree_add_item(parent_tree, proto_ftam, tvb, 0, -1, FALSE);
4795                 tree = proto_item_add_subtree(item, ett_ftam);
4796         }
4797         col_set_str(pinfo->cinfo, COL_PROTOCOL, "FTAM");
4798         col_clear(pinfo->cinfo, COL_INFO);
4799
4800         while (tvb_reported_length_remaining(tvb, offset) > 0){
4801                 old_offset=offset;
4802                 offset=dissect_ftam_PDU(FALSE, tvb, offset, &asn1_ctx, tree, -1);
4803                 if(offset == old_offset){
4804                         proto_tree_add_text(tree, tvb, offset, -1,"Internal error, zero-byte FTAM PDU");
4805                         break;
4806                 }
4807         }
4808 }
4809
4810
4811 /*--- proto_register_ftam -------------------------------------------*/
4812 void proto_register_ftam(void) {
4813
4814   /* List of fields */
4815   static hf_register_info hf[] =
4816   {
4817      { &hf_ftam_unstructured_text,
4818        { "ISO FTAM unstructured text", "ftam.unstructured_text", FT_STRING,
4819           BASE_NONE, NULL, 0x0, NULL, HFILL } },
4820      { &hf_ftam_unstructured_binary,
4821        { "ISO FTAM unstructured binary", "ftam.unstructured_binary", FT_BYTES,
4822           BASE_NONE, NULL, 0x0, NULL, HFILL } },
4823
4824 /*--- Included file: packet-ftam-hfarr.c ---*/
4825 #line 1 "packet-ftam-hfarr.c"
4826     { &hf_ftam_fTAM_Regime_PDU,
4827       { "fTAM-Regime-PDU", "ftam.fTAM_Regime_PDU",
4828         FT_UINT32, BASE_DEC, VALS(ftam_FTAM_Regime_PDU_vals), 0,
4829         "ftam.FTAM_Regime_PDU", HFILL }},
4830     { &hf_ftam_file_PDU,
4831       { "file-PDU", "ftam.file_PDU",
4832         FT_UINT32, BASE_DEC, VALS(ftam_File_PDU_vals), 0,
4833         "ftam.File_PDU", HFILL }},
4834     { &hf_ftam_bulk_Data_PDU,
4835       { "bulk-Data-PDU", "ftam.bulk_Data_PDU",
4836         FT_UINT32, BASE_DEC, VALS(ftam_Bulk_Data_PDU_vals), 0,
4837         "ftam.Bulk_Data_PDU", HFILL }},
4838     { &hf_ftam_fSM_PDU,
4839       { "fSM-PDU", "ftam.fSM_PDU",
4840         FT_UINT32, BASE_DEC, VALS(ftam_FSM_PDU_vals), 0,
4841         "ftam.FSM_PDU", HFILL }},
4842     { &hf_ftam_f_initialize_request,
4843       { "f-initialize-request", "ftam.f_initialize_request",
4844         FT_NONE, BASE_NONE, NULL, 0,
4845         "ftam.F_INITIALIZE_request", HFILL }},
4846     { &hf_ftam_f_initialize_response,
4847       { "f-initialize-response", "ftam.f_initialize_response",
4848         FT_NONE, BASE_NONE, NULL, 0,
4849         "ftam.F_INITIALIZE_response", HFILL }},
4850     { &hf_ftam_f_terminate_request,
4851       { "f-terminate-request", "ftam.f_terminate_request",
4852         FT_NONE, BASE_NONE, NULL, 0,
4853         "ftam.F_TERMINATE_request", HFILL }},
4854     { &hf_ftam_f_terminate_response,
4855       { "f-terminate-response", "ftam.f_terminate_response",
4856         FT_NONE, BASE_NONE, NULL, 0,
4857         "ftam.F_TERMINATE_response", HFILL }},
4858     { &hf_ftam_f_u_abort_request,
4859       { "f-u-abort-request", "ftam.f_u_abort_request",
4860         FT_NONE, BASE_NONE, NULL, 0,
4861         "ftam.F_U_ABORT_request", HFILL }},
4862     { &hf_ftam_f_p_abort_request,
4863       { "f-p-abort-request", "ftam.f_p_abort_request",
4864         FT_NONE, BASE_NONE, NULL, 0,
4865         "ftam.F_P_ABORT_request", HFILL }},
4866     { &hf_ftam_protocol_Version,
4867       { "protocol-Version", "ftam.protocol_Version",
4868         FT_BYTES, BASE_NONE, NULL, 0,
4869         "ftam.Protocol_Version", HFILL }},
4870     { &hf_ftam_implementation_information,
4871       { "implementation-information", "ftam.implementation_information",
4872         FT_STRING, BASE_NONE, NULL, 0,
4873         "ftam.Implementation_Information", HFILL }},
4874     { &hf_ftam_presentation_tontext_management,
4875       { "presentation-tontext-management", "ftam.presentation_tontext_management",
4876         FT_BOOLEAN, BASE_NONE, NULL, 0,
4877         "ftam.BOOLEAN", HFILL }},
4878     { &hf_ftam_service_class,
4879       { "service-class", "ftam.service_class",
4880         FT_BYTES, BASE_NONE, NULL, 0,
4881         "ftam.Service_Class", HFILL }},
4882     { &hf_ftam_functional_units,
4883       { "functional-units", "ftam.functional_units",
4884         FT_BYTES, BASE_NONE, NULL, 0,
4885         "ftam.Functional_Units", HFILL }},
4886     { &hf_ftam_attribute_groups,
4887       { "attribute-groups", "ftam.attribute_groups",
4888         FT_BYTES, BASE_NONE, NULL, 0,
4889         "ftam.Attribute_Groups", HFILL }},
4890     { &hf_ftam_shared_ASE_information,
4891       { "shared-ASE-information", "ftam.shared_ASE_information",
4892         FT_NONE, BASE_NONE, NULL, 0,
4893         "ftam.Shared_ASE_Information", HFILL }},
4894     { &hf_ftam_ftam_quality_of_Service,
4895       { "ftam-quality-of-Service", "ftam.ftam_quality_of_Service",
4896         FT_INT32, BASE_DEC, VALS(ftam_FTAM_Quality_of_Service_U_vals), 0,
4897         "ftam.FTAM_Quality_of_Service", HFILL }},
4898     { &hf_ftam_contents_type_list,
4899       { "contents-type-list", "ftam.contents_type_list",
4900         FT_UINT32, BASE_DEC, NULL, 0,
4901         "ftam.Contents_Type_List", HFILL }},
4902     { &hf_ftam_initiator_identity,
4903       { "initiator-identity", "ftam.initiator_identity",
4904         FT_STRING, BASE_NONE, NULL, 0,
4905         "ftam.User_Identity", HFILL }},
4906     { &hf_ftam_account,
4907       { "account", "ftam.account",
4908         FT_STRING, BASE_NONE, NULL, 0,
4909         "ftam.Account", HFILL }},
4910     { &hf_ftam_filestore_password,
4911       { "filestore-password", "ftam.filestore_password",
4912         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
4913         "ftam.Password", HFILL }},
4914     { &hf_ftam_checkpoint_window,
4915       { "checkpoint-window", "ftam.checkpoint_window",
4916         FT_INT32, BASE_DEC, NULL, 0,
4917         "ftam.INTEGER", HFILL }},
4918     { &hf_ftam_state_result,
4919       { "state-result", "ftam.state_result",
4920         FT_INT32, BASE_DEC, VALS(ftam_State_Result_U_vals), 0,
4921         "ftam.State_Result", HFILL }},
4922     { &hf_ftam_action_result,
4923       { "action-result", "ftam.action_result",
4924         FT_INT32, BASE_DEC, VALS(ftam_Action_Result_U_vals), 0,
4925         "ftam.Action_Result", HFILL }},
4926     { &hf_ftam_diagnostic,
4927       { "diagnostic", "ftam.diagnostic",
4928         FT_UINT32, BASE_DEC, NULL, 0,
4929         "ftam.Diagnostic", HFILL }},
4930     { &hf_ftam__untag_item,
4931       { "_untag item", "ftam._untag_item",
4932         FT_UINT32, BASE_DEC, VALS(ftam_Contents_Type_List_item_vals), 0,
4933         "ftam.Contents_Type_List_item", HFILL }},
4934     { &hf_ftam_document_type_name,
4935       { "document-type-name", "ftam.document_type_name",
4936         FT_OID, BASE_NONE, NULL, 0,
4937         "ftam.Document_Type_Name", HFILL }},
4938     { &hf_ftam_abstract_Syntax_name,
4939       { "abstract-Syntax-name", "ftam.abstract_Syntax_name",
4940         FT_OID, BASE_NONE, NULL, 0,
4941         "ftam.Abstract_Syntax_Name", HFILL }},
4942     { &hf_ftam_charging,
4943       { "charging", "ftam.charging",
4944         FT_UINT32, BASE_DEC, NULL, 0,
4945         "ftam.Charging", HFILL }},
4946     { &hf_ftam_f_select_request,
4947       { "f-select-request", "ftam.f_select_request",
4948         FT_NONE, BASE_NONE, NULL, 0,
4949         "ftam.F_SELECT_request", HFILL }},
4950     { &hf_ftam_f_select_response,
4951       { "f-select-response", "ftam.f_select_response",
4952         FT_NONE, BASE_NONE, NULL, 0,
4953         "ftam.F_SELECT_response", HFILL }},
4954     { &hf_ftam_f_deselect_request,
4955       { "f-deselect-request", "ftam.f_deselect_request",
4956         FT_NONE, BASE_NONE, NULL, 0,
4957         "ftam.F_DESELECT_request", HFILL }},
4958     { &hf_ftam_f_deselect_response,
4959       { "f-deselect-response", "ftam.f_deselect_response",
4960         FT_NONE, BASE_NONE, NULL, 0,
4961         "ftam.F_DESELECT_response", HFILL }},
4962     { &hf_ftam_f_create_request,
4963       { "f-create-request", "ftam.f_create_request",
4964         FT_NONE, BASE_NONE, NULL, 0,
4965         "ftam.F_CREATE_request", HFILL }},
4966     { &hf_ftam_f_create_response,
4967       { "f-create-response", "ftam.f_create_response",
4968         FT_NONE, BASE_NONE, NULL, 0,
4969         "ftam.F_CREATE_response", HFILL }},
4970     { &hf_ftam_f_delete_request,
4971       { "f-delete-request", "ftam.f_delete_request",
4972         FT_NONE, BASE_NONE, NULL, 0,
4973         "ftam.F_DELETE_request", HFILL }},
4974     { &hf_ftam_f_delete_response,
4975       { "f-delete-response", "ftam.f_delete_response",
4976         FT_NONE, BASE_NONE, NULL, 0,
4977         "ftam.F_DELETE_response", HFILL }},
4978     { &hf_ftam_f_read_attrib_request,
4979       { "f-read-attrib-request", "ftam.f_read_attrib_request",
4980         FT_NONE, BASE_NONE, NULL, 0,
4981         "ftam.F_READ_ATTRIB_request", HFILL }},
4982     { &hf_ftam_f_read_attrib_response,
4983       { "f-read-attrib-response", "ftam.f_read_attrib_response",
4984         FT_NONE, BASE_NONE, NULL, 0,
4985         "ftam.F_READ_ATTRIB_response", HFILL }},
4986     { &hf_ftam_f_Change_attrib_reques,
4987       { "f-Change-attrib-reques", "ftam.f_Change_attrib_reques",
4988         FT_NONE, BASE_NONE, NULL, 0,
4989         "ftam.F_CHANGE_ATTRIB_request", HFILL }},
4990     { &hf_ftam_f_Change_attrib_respon,
4991       { "f-Change-attrib-respon", "ftam.f_Change_attrib_respon",
4992         FT_NONE, BASE_NONE, NULL, 0,
4993         "ftam.F_CHANGE_ATTRIB_response", HFILL }},
4994     { &hf_ftam_f_open_request,
4995       { "f-open-request", "ftam.f_open_request",
4996         FT_NONE, BASE_NONE, NULL, 0,
4997         "ftam.F_OPEN_request", HFILL }},
4998     { &hf_ftam_f_open_response,
4999       { "f-open-response", "ftam.f_open_response",
5000         FT_NONE, BASE_NONE, NULL, 0,
5001         "ftam.F_OPEN_response", HFILL }},
5002     { &hf_ftam_f_close_request,
5003       { "f-close-request", "ftam.f_close_request",
5004         FT_NONE, BASE_NONE, NULL, 0,
5005         "ftam.F_CLOSE_request", HFILL }},
5006     { &hf_ftam_f_close_response,
5007       { "f-close-response", "ftam.f_close_response",
5008         FT_NONE, BASE_NONE, NULL, 0,
5009         "ftam.F_CLOSE_response", HFILL }},
5010     { &hf_ftam_f_begin_group_request,
5011       { "f-begin-group-request", "ftam.f_begin_group_request",
5012         FT_NONE, BASE_NONE, NULL, 0,
5013         "ftam.F_BEGIN_GROUP_request", HFILL }},
5014     { &hf_ftam_f_begin_group_response,
5015       { "f-begin-group-response", "ftam.f_begin_group_response",
5016         FT_NONE, BASE_NONE, NULL, 0,
5017         "ftam.F_BEGIN_GROUP_response", HFILL }},
5018     { &hf_ftam_f_end_group_request,
5019       { "f-end-group-request", "ftam.f_end_group_request",
5020         FT_NONE, BASE_NONE, NULL, 0,
5021         "ftam.F_END_GROUP_request", HFILL }},
5022     { &hf_ftam_f_end_group_response,
5023       { "f-end-group-response", "ftam.f_end_group_response",
5024         FT_NONE, BASE_NONE, NULL, 0,
5025         "ftam.F_END_GROUP_response", HFILL }},
5026     { &hf_ftam_f_recover_request,
5027       { "f-recover-request", "ftam.f_recover_request",
5028         FT_NONE, BASE_NONE, NULL, 0,
5029         "ftam.F_RECOVER_request", HFILL }},
5030     { &hf_ftam_f_recover_response,
5031       { "f-recover-response", "ftam.f_recover_response",
5032         FT_NONE, BASE_NONE, NULL, 0,
5033         "ftam.F_RECOVER_response", HFILL }},
5034     { &hf_ftam_f_locate_request,
5035       { "f-locate-request", "ftam.f_locate_request",
5036         FT_NONE, BASE_NONE, NULL, 0,
5037         "ftam.F_LOCATE_request", HFILL }},
5038     { &hf_ftam_f_locate_response,
5039       { "f-locate-response", "ftam.f_locate_response",
5040         FT_NONE, BASE_NONE, NULL, 0,
5041         "ftam.F_LOCATE_response", HFILL }},
5042     { &hf_ftam_f_erase_request,
5043       { "f-erase-request", "ftam.f_erase_request",
5044         FT_NONE, BASE_NONE, NULL, 0,
5045         "ftam.F_ERASE_request", HFILL }},
5046     { &hf_ftam_f_erase_response,
5047       { "f-erase-response", "ftam.f_erase_response",
5048         FT_NONE, BASE_NONE, NULL, 0,
5049         "ftam.F_ERASE_response", HFILL }},
5050     { &hf_ftam_select_attributes,
5051       { "attributes", "ftam.attributes",
5052         FT_NONE, BASE_NONE, NULL, 0,
5053         "ftam.Select_Attributes", HFILL }},
5054     { &hf_ftam_requested_access,
5055       { "requested-access", "ftam.requested_access",
5056         FT_BYTES, BASE_NONE, NULL, 0,
5057         "ftam.Access_Request", HFILL }},
5058     { &hf_ftam_access_passwords,
5059       { "access-passwords", "ftam.access_passwords",
5060         FT_NONE, BASE_NONE, NULL, 0,
5061         "ftam.Access_Passwords", HFILL }},
5062     { &hf_ftam_path_access_passwords,
5063       { "path-access-passwords", "ftam.path_access_passwords",
5064         FT_UINT32, BASE_DEC, NULL, 0,
5065         "ftam.Path_Access_Passwords", HFILL }},
5066     { &hf_ftam_concurrency_control,
5067       { "concurrency-control", "ftam.concurrency_control",
5068         FT_NONE, BASE_NONE, NULL, 0,
5069         "ftam.Concurrency_Control", HFILL }},
5070     { &hf_ftam_referent_indicator,
5071       { "referent-indicator", "ftam.referent_indicator",
5072         FT_BOOLEAN, BASE_NONE, NULL, 0,
5073         "ftam.Referent_Indicator", HFILL }},
5074     { &hf_ftam_override,
5075       { "override", "ftam.override",
5076         FT_INT32, BASE_DEC, VALS(ftam_Override_vals), 0,
5077         "ftam.Override", HFILL }},
5078     { &hf_ftam_initial_attributes,
5079       { "initial-attributes", "ftam.initial_attributes",
5080         FT_NONE, BASE_NONE, NULL, 0,
5081         "ftam.Create_Attributes", HFILL }},
5082     { &hf_ftam_create_password,
5083       { "create-password", "ftam.create_password",
5084         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
5085         "ftam.Password", HFILL }},
5086     { &hf_ftam_attribute_names,
5087       { "attribute-names", "ftam.attribute_names",
5088         FT_BYTES, BASE_NONE, NULL, 0,
5089         "ftam.Attribute_Names", HFILL }},
5090     { &hf_ftam_attribute_extension_names,
5091       { "attribute-extension-names", "ftam.attribute_extension_names",
5092         FT_UINT32, BASE_DEC, NULL, 0,
5093         "ftam.Attribute_Extension_Names", HFILL }},
5094     { &hf_ftam_read_attributes,
5095       { "attributes", "ftam.attributes",
5096         FT_NONE, BASE_NONE, NULL, 0,
5097         "ftam.Read_Attributes", HFILL }},
5098     { &hf_ftam_attributes,
5099       { "attributes", "ftam.attributes",
5100         FT_NONE, BASE_NONE, NULL, 0,
5101         "ftam.Change_Attributes", HFILL }},
5102     { &hf_ftam_processing_mode,
5103       { "processing-mode", "ftam.processing_mode",
5104         FT_BYTES, BASE_NONE, NULL, 0,
5105         "ftam.T_processing_mode", HFILL }},
5106     { &hf_ftam_open_contents_type,
5107       { "contents-type", "ftam.contents_type",
5108         FT_UINT32, BASE_DEC, VALS(ftam_T_open_contents_type_vals), 0,
5109         "ftam.T_open_contents_type", HFILL }},
5110     { &hf_ftam_unknown,
5111       { "unknown", "ftam.unknown",
5112         FT_NONE, BASE_NONE, NULL, 0,
5113         "ftam.NULL", HFILL }},
5114     { &hf_ftam_proposed,
5115       { "proposed", "ftam.proposed",
5116         FT_UINT32, BASE_DEC, VALS(ftam_Contents_Type_Attribute_vals), 0,
5117         "ftam.Contents_Type_Attribute", HFILL }},
5118     { &hf_ftam_enable_fadu_locking,
5119       { "enable-fadu-locking", "ftam.enable_fadu_locking",
5120         FT_BOOLEAN, BASE_NONE, NULL, 0,
5121         "ftam.BOOLEAN", HFILL }},
5122     { &hf_ftam_activity_identifier,
5123       { "activity-identifier", "ftam.activity_identifier",
5124         FT_INT32, BASE_DEC, NULL, 0,
5125         "ftam.Activity_Identifier", HFILL }},
5126     { &hf_ftam_request_recovery_mode,
5127       { "recovery-mode", "ftam.recovery_mode",
5128         FT_INT32, BASE_DEC, VALS(ftam_T_request_recovery_mode_vals), 0,
5129         "ftam.T_request_recovery_mode", HFILL }},
5130     { &hf_ftam_remove_contexts,
5131       { "remove-contexts", "ftam.remove_contexts",
5132         FT_UINT32, BASE_DEC, NULL, 0,
5133         "ftam.SET_OF_Abstract_Syntax_Name", HFILL }},
5134     { &hf_ftam_remove_contexts_item,
5135       { "Abstract-Syntax-Name", "ftam.Abstract_Syntax_Name",
5136         FT_OID, BASE_NONE, NULL, 0,
5137         "ftam.Abstract_Syntax_Name", HFILL }},
5138     { &hf_ftam_define_contexts,
5139       { "define-contexts", "ftam.define_contexts",
5140         FT_UINT32, BASE_DEC, NULL, 0,
5141         "ftam.SET_OF_Abstract_Syntax_Name", HFILL }},
5142     { &hf_ftam_define_contexts_item,
5143       { "Abstract-Syntax-Name", "ftam.Abstract_Syntax_Name",
5144         FT_OID, BASE_NONE, NULL, 0,
5145         "ftam.Abstract_Syntax_Name", HFILL }},
5146     { &hf_ftam_degree_of_overlap,
5147       { "degree-of-overlap", "ftam.degree_of_overlap",
5148         FT_INT32, BASE_DEC, VALS(ftam_Degree_Of_Overlap_U_vals), 0,
5149         "ftam.Degree_Of_Overlap", HFILL }},
5150     { &hf_ftam_transfer_window,
5151       { "transfer-window", "ftam.transfer_window",
5152         FT_INT32, BASE_DEC, NULL, 0,
5153         "ftam.INTEGER", HFILL }},
5154     { &hf_ftam_contents_type,
5155       { "contents-type", "ftam.contents_type",
5156         FT_UINT32, BASE_DEC, VALS(ftam_Contents_Type_Attribute_vals), 0,
5157         "ftam.Contents_Type_Attribute", HFILL }},
5158     { &hf_ftam_response_recovery_mode,
5159       { "recovery-mode", "ftam.recovery_mode",
5160         FT_INT32, BASE_DEC, VALS(ftam_T_response_recovery_mode_vals), 0,
5161         "ftam.T_response_recovery_mode", HFILL }},
5162     { &hf_ftam_presentation_action,
5163       { "presentation-action", "ftam.presentation_action",
5164         FT_BOOLEAN, BASE_NONE, NULL, 0,
5165         "ftam.BOOLEAN", HFILL }},
5166     { &hf_ftam_threshold,
5167       { "threshold", "ftam.threshold",
5168         FT_INT32, BASE_DEC, NULL, 0,
5169         "ftam.INTEGER", HFILL }},
5170     { &hf_ftam_bulk_transfer_number,
5171       { "bulk-transfer-number", "ftam.bulk_transfer_number",
5172         FT_INT32, BASE_DEC, NULL, 0,
5173         "ftam.INTEGER", HFILL }},
5174     { &hf_ftam_recovefy_Point,
5175       { "recovefy-Point", "ftam.recovefy_Point",
5176         FT_INT32, BASE_DEC, NULL, 0,
5177         "ftam.INTEGER", HFILL }},
5178     { &hf_ftam_concurrent_bulk_transfer_number,
5179       { "concurrent-bulk-transfer-number", "ftam.concurrent_bulk_transfer_number",
5180         FT_INT32, BASE_DEC, NULL, 0,
5181         "ftam.INTEGER", HFILL }},
5182     { &hf_ftam_concurrent_recovery_point,
5183       { "concurrent-recovery-point", "ftam.concurrent_recovery_point",
5184         FT_INT32, BASE_DEC, NULL, 0,
5185         "ftam.INTEGER", HFILL }},
5186     { &hf_ftam_last_transfer_end_read_response,
5187       { "last-transfer-end-read-response", "ftam.last_transfer_end_read_response",
5188         FT_INT32, BASE_DEC, NULL, 0,
5189         "ftam.INTEGER", HFILL }},
5190     { &hf_ftam_last_transfer_end_write_response,
5191       { "last-transfer-end-write-response", "ftam.last_transfer_end_write_response",
5192         FT_INT32, BASE_DEC, NULL, 0,
5193         "ftam.INTEGER", HFILL }},
5194     { &hf_ftam_recovety_Point,
5195       { "recovety-Point", "ftam.recovety_Point",
5196         FT_INT32, BASE_DEC, NULL, 0,
5197         "ftam.INTEGER", HFILL }},
5198     { &hf_ftam_last_transfer_end_read_request,
5199       { "last-transfer-end-read-request", "ftam.last_transfer_end_read_request",
5200         FT_INT32, BASE_DEC, NULL, 0,
5201         "ftam.INTEGER", HFILL }},
5202     { &hf_ftam_last_transfer_end_write_request,
5203       { "last-transfer-end-write-request", "ftam.last_transfer_end_write_request",
5204         FT_INT32, BASE_DEC, NULL, 0,
5205         "ftam.INTEGER", HFILL }},
5206     { &hf_ftam_file_access_data_unit_identity,
5207       { "file-access-data-unit-identity", "ftam.file_access_data_unit_identity",
5208         FT_UINT32, BASE_DEC, VALS(ftam_FADU_Identity_U_vals), 0,
5209         "ftam.FADU_Identity", HFILL }},
5210     { &hf_ftam_fadu_lock,
5211       { "fadu-lock", "ftam.fadu_lock",
5212         FT_INT32, BASE_DEC, VALS(ftam_FADU_Lock_U_vals), 0,
5213         "ftam.FADU_Lock", HFILL }},
5214     { &hf_ftam_f_read_request,
5215       { "f-read-request", "ftam.f_read_request",
5216         FT_NONE, BASE_NONE, NULL, 0,
5217         "ftam.F_READ_request", HFILL }},
5218     { &hf_ftam_f_write_request,
5219       { "f-write-request", "ftam.f_write_request",
5220         FT_NONE, BASE_NONE, NULL, 0,
5221         "ftam.F_WRITE_request", HFILL }},
5222     { &hf_ftam_f_data_end_request,
5223       { "f-data-end-request", "ftam.f_data_end_request",
5224         FT_NONE, BASE_NONE, NULL, 0,
5225         "ftam.F_DATA_END_request", HFILL }},
5226     { &hf_ftam_f_transfer_end_request,
5227       { "f-transfer-end-request", "ftam.f_transfer_end_request",
5228         FT_NONE, BASE_NONE, NULL, 0,
5229         "ftam.F_TRANSFER_END_request", HFILL }},
5230     { &hf_ftam_f_transfer_end_response,
5231       { "f-transfer-end-response", "ftam.f_transfer_end_response",
5232         FT_NONE, BASE_NONE, NULL, 0,
5233         "ftam.F_TRANSFER_END_response", HFILL }},
5234     { &hf_ftam_f_cancel_request,
5235       { "f-cancel-request", "ftam.f_cancel_request",
5236         FT_NONE, BASE_NONE, NULL, 0,
5237         "ftam.F_CANCEL_request", HFILL }},
5238     { &hf_ftam_f_cancel_response,
5239       { "f-cancel-response", "ftam.f_cancel_response",
5240         FT_NONE, BASE_NONE, NULL, 0,
5241         "ftam.F_CANCEL_response", HFILL }},
5242     { &hf_ftam_f_restart_request,
5243       { "f-restart-request", "ftam.f_restart_request",
5244         FT_NONE, BASE_NONE, NULL, 0,
5245         "ftam.F_RESTART_request", HFILL }},
5246     { &hf_ftam_f_restart_response,
5247       { "f-restart-response", "ftam.f_restart_response",
5248         FT_NONE, BASE_NONE, NULL, 0,
5249         "ftam.F_RESTART_response", HFILL }},
5250     { &hf_ftam_read_access_context,
5251       { "access-context", "ftam.access_context",
5252         FT_NONE, BASE_NONE, NULL, 0,
5253         "ftam.Access_Context", HFILL }},
5254     { &hf_ftam_transfer_number,
5255       { "transfer-number", "ftam.transfer_number",
5256         FT_INT32, BASE_DEC, NULL, 0,
5257         "ftam.INTEGER", HFILL }},
5258     { &hf_ftam_file_access_data_unit_Operation,
5259       { "file-access-data-unit-Operation", "ftam.file_access_data_unit_Operation",
5260         FT_INT32, BASE_DEC, VALS(ftam_T_file_access_data_unit_Operation_vals), 0,
5261         "ftam.T_file_access_data_unit_Operation", HFILL }},
5262     { &hf_ftam_request_type,
5263       { "request-type", "ftam.request_type",
5264         FT_INT32, BASE_DEC, VALS(ftam_Request_Type_U_vals), 0,
5265         "ftam.Request_Type", HFILL }},
5266     { &hf_ftam_checkpoint_identifier,
5267       { "checkpoint-identifier", "ftam.checkpoint_identifier",
5268         FT_INT32, BASE_DEC, NULL, 0,
5269         "ftam.INTEGER", HFILL }},
5270     { &hf_ftam_access_context,
5271       { "access-context", "ftam.access_context",
5272         FT_INT32, BASE_DEC, VALS(ftam_T_access_context_vals), 0,
5273         "ftam.T_access_context", HFILL }},
5274     { &hf_ftam_level_number,
5275       { "level-number", "ftam.level_number",
5276         FT_INT32, BASE_DEC, NULL, 0,
5277         "ftam.INTEGER", HFILL }},
5278     { &hf_ftam_read_password,
5279       { "read-password", "ftam.read_password",
5280         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
5281         "ftam.Password", HFILL }},
5282     { &hf_ftam_insert_password,
5283       { "insert-password", "ftam.insert_password",
5284         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
5285         "ftam.Password", HFILL }},
5286     { &hf_ftam_replace_password,
5287       { "replace-password", "ftam.replace_password",
5288         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
5289         "ftam.Password", HFILL }},
5290     { &hf_ftam_extend_password,
5291       { "extend-password", "ftam.extend_password",
5292         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
5293         "ftam.Password", HFILL }},
5294     { &hf_ftam_erase_password,
5295       { "erase-password", "ftam.erase_password",
5296         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
5297         "ftam.Password", HFILL }},
5298     { &hf_ftam_read_attribute_password,
5299       { "read-attribute-password", "ftam.read_attribute_password",
5300         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
5301         "ftam.Password", HFILL }},
5302     { &hf_ftam_change_attribute_password,
5303       { "change-attribute-password", "ftam.change_attribute_password",
5304         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
5305         "ftam.Password", HFILL }},
5306     { &hf_ftam_delete_password,
5307       { "delete-password", "ftam.delete_password",
5308         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
5309         "ftam.Password", HFILL }},
5310     { &hf_ftam_pass_passwords,
5311       { "pass-passwords", "ftam.pass_passwords",
5312         FT_UINT32, BASE_DEC, NULL, 0,
5313         "ftam.Pass_Passwords", HFILL }},
5314     { &hf_ftam_link_password,
5315       { "link-password", "ftam.link_password",
5316         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
5317         "ftam.Password", HFILL }},
5318     { &hf_ftam_pathname,
5319       { "pathname", "ftam.pathname",
5320         FT_UINT32, BASE_DEC, VALS(ftam_Pathname_Attribute_vals), 0,
5321         "ftam.Pathname_Attribute", HFILL }},
5322     { &hf_ftam_storage_account,
5323       { "storage-account", "ftam.storage_account",
5324         FT_UINT32, BASE_DEC, VALS(ftam_Account_Attribute_vals), 0,
5325         "ftam.Account_Attribute", HFILL }},
5326     { &hf_ftam_object_availability,
5327       { "object-availability", "ftam.object_availability",
5328         FT_UINT32, BASE_DEC, VALS(ftam_Object_Availability_Attribute_vals), 0,
5329         "ftam.Object_Availability_Attribute", HFILL }},
5330     { &hf_ftam_future_Object_size,
5331       { "future-Object-size", "ftam.future_Object_size",
5332         FT_UINT32, BASE_DEC, VALS(ftam_Object_Size_Attribute_vals), 0,
5333         "ftam.Object_Size_Attribute", HFILL }},
5334     { &hf_ftam_change_attributes_access_control,
5335       { "access-control", "ftam.access_control",
5336         FT_UINT32, BASE_DEC, VALS(ftam_Access_Control_Change_Attribute_vals), 0,
5337         "ftam.Access_Control_Change_Attribute", HFILL }},
5338     { &hf_ftam_change_path_access_control,
5339       { "path-access-control", "ftam.path_access_control",
5340         FT_UINT32, BASE_DEC, VALS(ftam_Access_Control_Change_Attribute_vals), 0,
5341         "ftam.Access_Control_Change_Attribute", HFILL }},
5342     { &hf_ftam_legal_qualification,
5343       { "legal-qualification", "ftam.legal_qualification",
5344         FT_UINT32, BASE_DEC, VALS(ftam_Legal_Qualification_Attribute_vals), 0,
5345         "ftam.Legal_Qualification_Attribute", HFILL }},
5346     { &hf_ftam_private_use,
5347       { "private-use", "ftam.private_use",
5348         FT_UINT32, BASE_DEC, VALS(ftam_Private_Use_Attribute_vals), 0,
5349         "ftam.Private_Use_Attribute", HFILL }},
5350     { &hf_ftam_attribute_extensions,
5351       { "attribute-extensions", "ftam.attribute_extensions",
5352         FT_UINT32, BASE_DEC, NULL, 0,
5353         "ftam.Attribute_Extensions", HFILL }},
5354     { &hf_ftam__untag_item_01,
5355       { "_untag item", "ftam._untag_item",
5356         FT_NONE, BASE_NONE, NULL, 0,
5357         "ftam.Charging_item", HFILL }},
5358     { &hf_ftam_resource_identifier,
5359       { "resource-identifier", "ftam.resource_identifier",
5360         FT_STRING, BASE_NONE, NULL, 0,
5361         "ftam.GraphicString", HFILL }},
5362     { &hf_ftam_charging_unit,
5363       { "charging-unit", "ftam.charging_unit",
5364         FT_STRING, BASE_NONE, NULL, 0,
5365         "ftam.GraphicString", HFILL }},
5366     { &hf_ftam_charging_value,
5367       { "charging-value", "ftam.charging_value",
5368         FT_INT32, BASE_DEC, NULL, 0,
5369         "ftam.INTEGER", HFILL }},
5370     { &hf_ftam_read,
5371       { "read", "ftam.read",
5372         FT_INT32, BASE_DEC, VALS(ftam_Lock_vals), 0,
5373         "ftam.Lock", HFILL }},
5374     { &hf_ftam_insert,
5375       { "insert", "ftam.insert",
5376         FT_INT32, BASE_DEC, VALS(ftam_Lock_vals), 0,
5377         "ftam.Lock", HFILL }},
5378     { &hf_ftam_replace,
5379       { "replace", "ftam.replace",
5380         FT_INT32, BASE_DEC, VALS(ftam_Lock_vals), 0,
5381         "ftam.Lock", HFILL }},
5382     { &hf_ftam_extend,
5383       { "extend", "ftam.extend",
5384         FT_INT32, BASE_DEC, VALS(ftam_Lock_vals), 0,
5385         "ftam.Lock", HFILL }},
5386     { &hf_ftam_erase,
5387       { "erase", "ftam.erase",
5388         FT_INT32, BASE_DEC, VALS(ftam_Lock_vals), 0,
5389         "ftam.Lock", HFILL }},
5390     { &hf_ftam_read_attribute,
5391       { "read-attribute", "ftam.read_attribute",
5392         FT_INT32, BASE_DEC, VALS(ftam_Lock_vals), 0,
5393         "ftam.Lock", HFILL }},
5394     { &hf_ftam_change_attribute,
5395       { "change-attribute", "ftam.change_attribute",
5396         FT_INT32, BASE_DEC, VALS(ftam_Lock_vals), 0,
5397         "ftam.Lock", HFILL }},
5398     { &hf_ftam_delete_Object,
5399       { "delete-Object", "ftam.delete_Object",
5400         FT_INT32, BASE_DEC, VALS(ftam_Lock_vals), 0,
5401         "ftam.Lock", HFILL }},
5402     { &hf_ftam_object_type,
5403       { "object-type", "ftam.object_type",
5404         FT_INT32, BASE_DEC, VALS(ftam_Object_Type_Attribute_vals), 0,
5405         "ftam.Object_Type_Attribute", HFILL }},
5406     { &hf_ftam_permitted_actions,
5407       { "permitted-actions", "ftam.permitted_actions",
5408         FT_BYTES, BASE_NONE, NULL, 0,
5409         "ftam.Permitted_Actions_Attribute", HFILL }},
5410     { &hf_ftam_access_control,
5411       { "access-control", "ftam.access_control",
5412         FT_UINT32, BASE_DEC, VALS(ftam_Access_Control_Attribute_vals), 0,
5413         "ftam.Access_Control_Attribute", HFILL }},
5414     { &hf_ftam_path_access_control,
5415       { "path-access-control", "ftam.path_access_control",
5416         FT_UINT32, BASE_DEC, VALS(ftam_Access_Control_Attribute_vals), 0,
5417         "ftam.Access_Control_Attribute", HFILL }},
5418     { &hf_ftam__untag_item_02,
5419       { "_untag item", "ftam._untag_item",
5420         FT_NONE, BASE_NONE, NULL, 0,
5421         "ftam.Diagnostic_item", HFILL }},
5422     { &hf_ftam_diagnostic_type,
5423       { "diagnostic-type", "ftam.diagnostic_type",
5424         FT_INT32, BASE_DEC, VALS(ftam_T_diagnostic_type_vals), 0,
5425         "ftam.T_diagnostic_type", HFILL }},
5426     { &hf_ftam_error_identifier,
5427       { "error-identifier", "ftam.error_identifier",
5428         FT_INT32, BASE_DEC, NULL, 0,
5429         "ftam.INTEGER", HFILL }},
5430     { &hf_ftam_error_observer,
5431       { "error-observer", "ftam.error_observer",
5432         FT_INT32, BASE_DEC, VALS(ftam_Entity_Reference_vals), 0,
5433         "ftam.Entity_Reference", HFILL }},
5434     { &hf_ftam_error_Source,
5435       { "error-Source", "ftam.error_Source",
5436         FT_INT32, BASE_DEC, VALS(ftam_Entity_Reference_vals), 0,
5437         "ftam.Entity_Reference", HFILL }},
5438     { &hf_ftam_suggested_delay,
5439       { "suggested-delay", "ftam.suggested_delay",
5440         FT_INT32, BASE_DEC, NULL, 0,
5441         "ftam.INTEGER", HFILL }},
5442     { &hf_ftam_further_details,
5443       { "further-details", "ftam.further_details",
5444         FT_STRING, BASE_NONE, NULL, 0,
5445         "ftam.GraphicString", HFILL }},
5446     { &hf_ftam_first_last,
5447       { "first-last", "ftam.first_last",
5448         FT_INT32, BASE_DEC, VALS(ftam_T_first_last_vals), 0,
5449         "ftam.T_first_last", HFILL }},
5450     { &hf_ftam_relative,
5451       { "relative", "ftam.relative",
5452         FT_INT32, BASE_DEC, VALS(ftam_T_relative_vals), 0,
5453         "ftam.T_relative", HFILL }},
5454     { &hf_ftam_begin_end,
5455       { "begin-end", "ftam.begin_end",
5456         FT_INT32, BASE_DEC, VALS(ftam_T_begin_end_vals), 0,
5457         "ftam.T_begin_end", HFILL }},
5458     { &hf_ftam_single_name,
5459       { "single-name", "ftam.single_name",
5460         FT_NONE, BASE_NONE, NULL, 0,
5461         "ftam.Node_Name", HFILL }},
5462     { &hf_ftam_name_list,
5463       { "name-list", "ftam.name_list",
5464         FT_UINT32, BASE_DEC, NULL, 0,
5465         "ftam.SEQUENCE_OF_Node_Name", HFILL }},
5466     { &hf_ftam_name_list_item,
5467       { "Node-Name", "ftam.Node_Name",
5468         FT_NONE, BASE_NONE, NULL, 0,
5469         "ftam.Node_Name", HFILL }},
5470     { &hf_ftam_fadu_number,
5471       { "fadu-number", "ftam.fadu_number",
5472         FT_INT32, BASE_DEC, NULL, 0,
5473         "ftam.INTEGER", HFILL }},
5474     { &hf_ftam_graphicString,
5475       { "graphicString", "ftam.graphicString",
5476         FT_STRING, BASE_NONE, NULL, 0,
5477         "ftam.GraphicString", HFILL }},
5478     { &hf_ftam_octetString,
5479       { "octetString", "ftam.octetString",
5480         FT_BYTES, BASE_NONE, NULL, 0,
5481         "ftam.OCTET_STRING", HFILL }},
5482     { &hf_ftam_linked_Object,
5483       { "linked-Object", "ftam.linked_Object",
5484         FT_UINT32, BASE_DEC, VALS(ftam_Pathname_Attribute_vals), 0,
5485         "ftam.Pathname_Attribute", HFILL }},
5486     { &hf_ftam_child_objects,
5487       { "child-objects", "ftam.child_objects",
5488         FT_UINT32, BASE_DEC, NULL, 0,
5489         "ftam.Child_Objects_Attribute", HFILL }},
5490     { &hf_ftam_primaty_pathname,
5491       { "primaty-pathname", "ftam.primaty_pathname",
5492         FT_UINT32, BASE_DEC, VALS(ftam_Pathname_Attribute_vals), 0,
5493         "ftam.Pathname_Attribute", HFILL }},
5494     { &hf_ftam_date_and_time_of_creation,
5495       { "date-and-time-of-creation", "ftam.date_and_time_of_creation",
5496         FT_UINT32, BASE_DEC, VALS(ftam_Date_and_Time_Attribute_vals), 0,
5497         "ftam.Date_and_Time_Attribute", HFILL }},
5498     { &hf_ftam_date_and_time_of_last_modification,
5499       { "date-and-time-of-last-modification", "ftam.date_and_time_of_last_modification",
5500         FT_UINT32, BASE_DEC, VALS(ftam_Date_and_Time_Attribute_vals), 0,
5501         "ftam.Date_and_Time_Attribute", HFILL }},
5502     { &hf_ftam_date_and_time_of_last_read_access,
5503       { "date-and-time-of-last-read-access", "ftam.date_and_time_of_last_read_access",
5504         FT_UINT32, BASE_DEC, VALS(ftam_Date_and_Time_Attribute_vals), 0,
5505         "ftam.Date_and_Time_Attribute", HFILL }},
5506     { &hf_ftam_date_and_time_of_last_attribute_modification,
5507       { "date-and-time-of-last-attribute-modification", "ftam.date_and_time_of_last_attribute_modification",
5508         FT_UINT32, BASE_DEC, VALS(ftam_Date_and_Time_Attribute_vals), 0,
5509         "ftam.Date_and_Time_Attribute", HFILL }},
5510     { &hf_ftam_identity_of_creator,
5511       { "identity-of-creator", "ftam.identity_of_creator",
5512         FT_UINT32, BASE_DEC, VALS(ftam_User_Identity_Attribute_vals), 0,
5513         "ftam.User_Identity_Attribute", HFILL }},
5514     { &hf_ftam_identity_of_last_modifier,
5515       { "identity-of-last-modifier", "ftam.identity_of_last_modifier",
5516         FT_UINT32, BASE_DEC, VALS(ftam_User_Identity_Attribute_vals), 0,
5517         "ftam.User_Identity_Attribute", HFILL }},
5518     { &hf_ftam_identity_of_last_reader,
5519       { "identity-of-last-reader", "ftam.identity_of_last_reader",
5520         FT_UINT32, BASE_DEC, VALS(ftam_User_Identity_Attribute_vals), 0,
5521         "ftam.User_Identity_Attribute", HFILL }},
5522     { &hf_ftam_identity_last_attribute_modifier,
5523       { "identity-last-attribute-modifier", "ftam.identity_last_attribute_modifier",
5524         FT_UINT32, BASE_DEC, VALS(ftam_User_Identity_Attribute_vals), 0,
5525         "ftam.User_Identity_Attribute", HFILL }},
5526     { &hf_ftam_object_size,
5527       { "object-size", "ftam.object_size",
5528         FT_UINT32, BASE_DEC, VALS(ftam_Object_Size_Attribute_vals), 0,
5529         "ftam.Object_Size_Attribute", HFILL }},
5530     { &hf_ftam_no_value_available,
5531       { "no-value-available", "ftam.no_value_available",
5532         FT_NONE, BASE_NONE, NULL, 0,
5533         "ftam.NULL", HFILL }},
5534     { &hf_ftam_actual_values3,
5535       { "actual-values", "ftam.actual_values",
5536         FT_UINT32, BASE_DEC, NULL, 0,
5537         "ftam.SET_OF_Access_Control_Element", HFILL }},
5538     { &hf_ftam_actual_values3_item,
5539       { "Access-Control-Element", "ftam.Access_Control_Element",
5540         FT_NONE, BASE_NONE, NULL, 0,
5541         "ftam.Access_Control_Element", HFILL }},
5542     { &hf_ftam_actual_values1,
5543       { "actual-values", "ftam.actual_values",
5544         FT_NONE, BASE_NONE, NULL, 0,
5545         "ftam.T_actual_values1", HFILL }},
5546     { &hf_ftam_insert_values,
5547       { "insert-values", "ftam.insert_values",
5548         FT_UINT32, BASE_DEC, NULL, 0,
5549         "ftam.SET_OF_Access_Control_Element", HFILL }},
5550     { &hf_ftam_insert_values_item,
5551       { "Access-Control-Element", "ftam.Access_Control_Element",
5552         FT_NONE, BASE_NONE, NULL, 0,
5553         "ftam.Access_Control_Element", HFILL }},
5554     { &hf_ftam_delete_values,
5555       { "delete-values", "ftam.delete_values",
5556         FT_UINT32, BASE_DEC, NULL, 0,
5557         "ftam.SET_OF_Access_Control_Element", HFILL }},
5558     { &hf_ftam_delete_values_item,
5559       { "Access-Control-Element", "ftam.Access_Control_Element",
5560         FT_NONE, BASE_NONE, NULL, 0,
5561         "ftam.Access_Control_Element", HFILL }},
5562     { &hf_ftam_action_list,
5563       { "action-list", "ftam.action_list",
5564         FT_BYTES, BASE_NONE, NULL, 0,
5565         "ftam.Access_Request", HFILL }},
5566     { &hf_ftam_concurrency_access,
5567       { "concurrency-access", "ftam.concurrency_access",
5568         FT_NONE, BASE_NONE, NULL, 0,
5569         "ftam.Concurrency_Access", HFILL }},
5570     { &hf_ftam_identity,
5571       { "identity", "ftam.identity",
5572         FT_STRING, BASE_NONE, NULL, 0,
5573         "ftam.User_Identity", HFILL }},
5574     { &hf_ftam_passwords,
5575       { "passwords", "ftam.passwords",
5576         FT_NONE, BASE_NONE, NULL, 0,
5577         "ftam.Access_Passwords", HFILL }},
5578     { &hf_ftam_location,
5579       { "location", "ftam.location",
5580         FT_UINT32, BASE_DEC, VALS(acse_AE_title_vals), 0,
5581         "ftam.Application_Entity_Title", HFILL }},
5582     { &hf_ftam_read_key,
5583       { "read", "ftam.read",
5584         FT_BYTES, BASE_NONE, NULL, 0,
5585         "ftam.Concurrency_Key", HFILL }},
5586     { &hf_ftam_insert_key,
5587       { "insert", "ftam.insert",
5588         FT_BYTES, BASE_NONE, NULL, 0,
5589         "ftam.Concurrency_Key", HFILL }},
5590     { &hf_ftam_replace_key,
5591       { "replace", "ftam.replace",
5592         FT_BYTES, BASE_NONE, NULL, 0,
5593         "ftam.Concurrency_Key", HFILL }},
5594     { &hf_ftam_extend_key,
5595       { "extend", "ftam.extend",
5596         FT_BYTES, BASE_NONE, NULL, 0,
5597         "ftam.Concurrency_Key", HFILL }},
5598     { &hf_ftam_erase_key,
5599       { "erase", "ftam.erase",
5600         FT_BYTES, BASE_NONE, NULL, 0,
5601         "ftam.Concurrency_Key", HFILL }},
5602     { &hf_ftam_read_attribute_key,
5603       { "read-attribute", "ftam.read_attribute",
5604         FT_BYTES, BASE_NONE, NULL, 0,
5605         "ftam.Concurrency_Key", HFILL }},
5606     { &hf_ftam_change_attribute_key,
5607       { "change-attribute", "ftam.change_attribute",
5608         FT_BYTES, BASE_NONE, NULL, 0,
5609         "ftam.Concurrency_Key", HFILL }},
5610     { &hf_ftam_delete_Object_key,
5611       { "delete-Object", "ftam.delete_Object",
5612         FT_BYTES, BASE_NONE, NULL, 0,
5613         "ftam.Concurrency_Key", HFILL }},
5614     { &hf_ftam_actual_values2,
5615       { "actual-values", "ftam.actual_values",
5616         FT_STRING, BASE_NONE, NULL, 0,
5617         "ftam.Account", HFILL }},
5618     { &hf_ftam_document_type,
5619       { "document-type", "ftam.document_type",
5620         FT_NONE, BASE_NONE, NULL, 0,
5621         "ftam.T_document_type", HFILL }},
5622     { &hf_ftam_parameter,
5623       { "parameter", "ftam.parameter",
5624         FT_NONE, BASE_NONE, NULL, 0,
5625         "ftam.T_parameter", HFILL }},
5626     { &hf_ftam_constraint_set_and_abstract_Syntax,
5627       { "constraint-set-and-abstract-Syntax", "ftam.constraint_set_and_abstract_Syntax",
5628         FT_NONE, BASE_NONE, NULL, 0,
5629         "ftam.T_constraint_set_and_abstract_Syntax", HFILL }},
5630     { &hf_ftam_constraint_set_name,
5631       { "constraint-set-name", "ftam.constraint_set_name",
5632         FT_OID, BASE_NONE, NULL, 0,
5633         "ftam.Constraint_Set_Name", HFILL }},
5634     { &hf_ftam_actual_values5,
5635       { "actual-values", "ftam.actual_values",
5636         FT_STRING, BASE_NONE, NULL, 0,
5637         "ftam.GeneralizedTime", HFILL }},
5638     { &hf_ftam_actual_values8,
5639       { "actual-values", "ftam.actual_values",
5640         FT_INT32, BASE_DEC, VALS(ftam_T_actual_values8_vals), 0,
5641         "ftam.T_actual_values8", HFILL }},
5642     { &hf_ftam_incomplete_pathname,
5643       { "incomplete-pathname", "ftam.incomplete_pathname",
5644         FT_UINT32, BASE_DEC, NULL, 0,
5645         "ftam.Pathname", HFILL }},
5646     { &hf_ftam_complete_pathname,
5647       { "complete-pathname", "ftam.complete_pathname",
5648         FT_UINT32, BASE_DEC, NULL, 0,
5649         "ftam.Pathname", HFILL }},
5650     { &hf_ftam_actual_values7,
5651       { "actual-values", "ftam.actual_values",
5652         FT_INT32, BASE_DEC, NULL, 0,
5653         "ftam.INTEGER", HFILL }},
5654     { &hf_ftam_actual_values9,
5655       { "actual-values", "ftam.actual_values",
5656         FT_STRING, BASE_NONE, NULL, 0,
5657         "ftam.GraphicString", HFILL }},
5658     { &hf_ftam_abstract_Syntax_not_supported,
5659       { "abstract-Syntax-not-supported", "ftam.abstract_Syntax_not_supported",
5660         FT_NONE, BASE_NONE, NULL, 0,
5661         "ftam.NULL", HFILL }},
5662     { &hf_ftam_actual_values4,
5663       { "actual-values", "ftam.actual_values",
5664         FT_NONE, BASE_NONE, NULL, 0,
5665         "ftam.EXTERNAL", HFILL }},
5666     { &hf_ftam_actual_values6,
5667       { "actual-values", "ftam.actual_values",
5668         FT_STRING, BASE_NONE, NULL, 0,
5669         "ftam.User_Identity", HFILL }},
5670     { &hf_ftam_Child_Objects_Attribute_item,
5671       { "Child-Objects-Attribute item", "ftam.Child_Objects_Attribute_item",
5672         FT_STRING, BASE_NONE, NULL, 0,
5673         "ftam.GraphicString", HFILL }},
5674     { &hf_ftam_f_Change_prefix_request,
5675       { "f-Change-prefix-request", "ftam.f_Change_prefix_request",
5676         FT_NONE, BASE_NONE, NULL, 0,
5677         "ftam.F_CHANGE_PREFIX_request", HFILL }},
5678     { &hf_ftam_f_Change_prefix_response,
5679       { "f-Change-prefix-response", "ftam.f_Change_prefix_response",
5680         FT_NONE, BASE_NONE, NULL, 0,
5681         "ftam.F_CHANGE_PREFIX_response", HFILL }},
5682     { &hf_ftam_f_list_request,
5683       { "f-list-request", "ftam.f_list_request",
5684         FT_NONE, BASE_NONE, NULL, 0,
5685         "ftam.F_LIST_request", HFILL }},
5686     { &hf_ftam_f_list_response,
5687       { "f-list-response", "ftam.f_list_response",
5688         FT_NONE, BASE_NONE, NULL, 0,
5689         "ftam.F_LIST_response", HFILL }},
5690     { &hf_ftam_f_group_select_request,
5691       { "f-group-select-request", "ftam.f_group_select_request",
5692         FT_NONE, BASE_NONE, NULL, 0,
5693         "ftam.F_GROUP_SELECT_request", HFILL }},
5694     { &hf_ftam_f_group_select_response,
5695       { "f-group-select-response", "ftam.f_group_select_response",
5696         FT_NONE, BASE_NONE, NULL, 0,
5697         "ftam.F_GROUP_SELECT_response", HFILL }},
5698     { &hf_ftam_f_group_delete_request,
5699       { "f-group-delete-request", "ftam.f_group_delete_request",
5700         FT_NONE, BASE_NONE, NULL, 0,
5701         "ftam.F_GROUP_DELETE_request", HFILL }},
5702     { &hf_ftam_f_group_delete_response,
5703       { "f-group-delete-response", "ftam.f_group_delete_response",
5704         FT_NONE, BASE_NONE, NULL, 0,
5705         "ftam.F_GROUP_DELETE_response", HFILL }},
5706     { &hf_ftam_f_group_move_request,
5707       { "f-group-move-request", "ftam.f_group_move_request",
5708         FT_NONE, BASE_NONE, NULL, 0,
5709         "ftam.F_GROUP_MOVE_request", HFILL }},
5710     { &hf_ftam_f_group_move_response,
5711       { "f-group-move-response", "ftam.f_group_move_response",
5712         FT_NONE, BASE_NONE, NULL, 0,
5713         "ftam.F_GROUP_MOVE_response", HFILL }},
5714     { &hf_ftam_f_group_copy_request,
5715       { "f-group-copy-request", "ftam.f_group_copy_request",
5716         FT_NONE, BASE_NONE, NULL, 0,
5717         "ftam.F_GROUP_COPY_request", HFILL }},
5718     { &hf_ftam_f_group_copy_response,
5719       { "f-group-copy-response", "ftam.f_group_copy_response",
5720         FT_NONE, BASE_NONE, NULL, 0,
5721         "ftam.F_GROUP_COPY_response", HFILL }},
5722     { &hf_ftam_f_group_list_request,
5723       { "f-group-list-request", "ftam.f_group_list_request",
5724         FT_NONE, BASE_NONE, NULL, 0,
5725         "ftam.F_GROUP_LIST_request", HFILL }},
5726     { &hf_ftam_f_group_list_response,
5727       { "f-group-list-response", "ftam.f_group_list_response",
5728         FT_NONE, BASE_NONE, NULL, 0,
5729         "ftam.F_GROUP_LIST_response", HFILL }},
5730     { &hf_ftam_f_group_Change_attrib_request,
5731       { "f-group-Change-attrib-request", "ftam.f_group_Change_attrib_request",
5732         FT_NONE, BASE_NONE, NULL, 0,
5733         "ftam.F_GROUP_CHANGE_ATTRIB_request", HFILL }},
5734     { &hf_ftam_f_group_Change_attrib_response,
5735       { "f-group-Change-attrib-response", "ftam.f_group_Change_attrib_response",
5736         FT_NONE, BASE_NONE, NULL, 0,
5737         "ftam.F_GROUP_CHANGE_ATTRIB_response", HFILL }},
5738     { &hf_ftam_f_select_another_request,
5739       { "f-select-another-request", "ftam.f_select_another_request",
5740         FT_NONE, BASE_NONE, NULL, 0,
5741         "ftam.F_SELECT_ANOTHER_request", HFILL }},
5742     { &hf_ftam_f_select_another_response,
5743       { "f-select-another-response", "ftam.f_select_another_response",
5744         FT_NONE, BASE_NONE, NULL, 0,
5745         "ftam.F_SELECT_ANOTHER_response", HFILL }},
5746     { &hf_ftam_f_create_directory_request,
5747       { "f-create-directory-request", "ftam.f_create_directory_request",
5748         FT_NONE, BASE_NONE, NULL, 0,
5749         "ftam.F_CREATE_DIRECTORY_request", HFILL }},
5750     { &hf_ftam_f_create_directory_response,
5751       { "f-create-directory-response", "ftam.f_create_directory_response",
5752         FT_NONE, BASE_NONE, NULL, 0,
5753         "ftam.F_CREATE_DIRECTORY_response", HFILL }},
5754     { &hf_ftam_f_link_request,
5755       { "f-link-request", "ftam.f_link_request",
5756         FT_NONE, BASE_NONE, NULL, 0,
5757         "ftam.F_LINK_request", HFILL }},
5758     { &hf_ftam_f_link_response,
5759       { "f-link-response", "ftam.f_link_response",
5760         FT_NONE, BASE_NONE, NULL, 0,
5761         "ftam.F_LINK_response", HFILL }},
5762     { &hf_ftam_f_unlink_request,
5763       { "f-unlink-request", "ftam.f_unlink_request",
5764         FT_NONE, BASE_NONE, NULL, 0,
5765         "ftam.F_UNLINK_request", HFILL }},
5766     { &hf_ftam_f_unlink_response,
5767       { "f-unlink-response", "ftam.f_unlink_response",
5768         FT_NONE, BASE_NONE, NULL, 0,
5769         "ftam.F_UNLINK_response", HFILL }},
5770     { &hf_ftam_f_read_link_attrib_request,
5771       { "f-read-link-attrib-request", "ftam.f_read_link_attrib_request",
5772         FT_NONE, BASE_NONE, NULL, 0,
5773         "ftam.F_READ_LINK_ATTRIB_request", HFILL }},
5774     { &hf_ftam_f_read_link_attrib_response,
5775       { "f-read-link-attrib-response", "ftam.f_read_link_attrib_response",
5776         FT_NONE, BASE_NONE, NULL, 0,
5777         "ftam.F_READ_LINK_ATTRIB_response", HFILL }},
5778     { &hf_ftam_f_Change_link_attrib_request,
5779       { "f-Change-link-attrib-request", "ftam.f_Change_link_attrib_request",
5780         FT_NONE, BASE_NONE, NULL, 0,
5781         "ftam.F_CHANGE_LINK_ATTRIB_request", HFILL }},
5782     { &hf_ftam_f_Change_Iink_attrib_response,
5783       { "f-Change-Iink-attrib-response", "ftam.f_Change_Iink_attrib_response",
5784         FT_NONE, BASE_NONE, NULL, 0,
5785         "ftam.F_CHANGE_LINK_ATTRIB_response", HFILL }},
5786     { &hf_ftam_f_move_request,
5787       { "f-move-request", "ftam.f_move_request",
5788         FT_NONE, BASE_NONE, NULL, 0,
5789         "ftam.F_MOVE_request", HFILL }},
5790     { &hf_ftam_f_move_response,
5791       { "f-move-response", "ftam.f_move_response",
5792         FT_NONE, BASE_NONE, NULL, 0,
5793         "ftam.F_MOVE_response", HFILL }},
5794     { &hf_ftam_f_copy_request,
5795       { "f-copy-request", "ftam.f_copy_request",
5796         FT_NONE, BASE_NONE, NULL, 0,
5797         "ftam.F_COPY_request", HFILL }},
5798     { &hf_ftam_f_copy_response,
5799       { "f-copy-response", "ftam.f_copy_response",
5800         FT_NONE, BASE_NONE, NULL, 0,
5801         "ftam.F_COPY_response", HFILL }},
5802     { &hf_ftam_reset,
5803       { "reset", "ftam.reset",
5804         FT_BOOLEAN, BASE_NONE, NULL, 0,
5805         "ftam.BOOLEAN", HFILL }},
5806     { &hf_ftam_destination_file_directory,
5807       { "destination-file-directory", "ftam.destination_file_directory",
5808         FT_UINT32, BASE_DEC, VALS(ftam_Pathname_Attribute_vals), 0,
5809         "ftam.Destination_File_Directory", HFILL }},
5810     { &hf_ftam_attribute_value_asset_tions,
5811       { "attribute-value-asset-tions", "ftam.attribute_value_asset_tions",
5812         FT_UINT32, BASE_DEC, NULL, 0,
5813         "ftam.Attribute_Value_Assertions", HFILL }},
5814     { &hf_ftam_scope,
5815       { "scope", "ftam.scope",
5816         FT_UINT32, BASE_DEC, NULL, 0,
5817         "ftam.Scope", HFILL }},
5818     { &hf_ftam_objects_attributes_list,
5819       { "objects-attributes-list", "ftam.objects_attributes_list",
5820         FT_UINT32, BASE_DEC, NULL, 0,
5821         "ftam.Objects_Attributes_List", HFILL }},
5822     { &hf_ftam_attribute_value_assertions,
5823       { "attribute-value-assertions", "ftam.attribute_value_assertions",
5824         FT_UINT32, BASE_DEC, NULL, 0,
5825         "ftam.Attribute_Value_Assertions", HFILL }},
5826     { &hf_ftam_maximum_set_size,
5827       { "maximum-set-size", "ftam.maximum_set_size",
5828         FT_INT32, BASE_DEC, NULL, 0,
5829         "ftam.INTEGER", HFILL }},
5830     { &hf_ftam_request_Operation_result,
5831       { "request-Operation-result", "ftam.request_Operation_result",
5832         FT_INT32, BASE_DEC, VALS(ftam_Request_Operation_Result_U_vals), 0,
5833         "ftam.Request_Operation_Result", HFILL }},
5834     { &hf_ftam_operation_result,
5835       { "operation-result", "ftam.operation_result",
5836         FT_UINT32, BASE_DEC, VALS(ftam_Operation_Result_U_vals), 0,
5837         "ftam.Operation_Result", HFILL }},
5838     { &hf_ftam_error_action,
5839       { "error-action", "ftam.error_action",
5840         FT_INT32, BASE_DEC, VALS(ftam_Error_Action_vals), 0,
5841         "ftam.Error_Action", HFILL }},
5842     { &hf_ftam_last_member_indicator,
5843       { "last-member-indicator", "ftam.last_member_indicator",
5844         FT_BOOLEAN, BASE_NONE, NULL, 0,
5845         "ftam.BOOLEAN", HFILL }},
5846     { &hf_ftam_shared_ASE_infonnation,
5847       { "shared-ASE-infonnation", "ftam.shared_ASE_infonnation",
5848         FT_NONE, BASE_NONE, NULL, 0,
5849         "ftam.Shared_ASE_Information", HFILL }},
5850     { &hf_ftam_target_object,
5851       { "target-object", "ftam.target_object",
5852         FT_UINT32, BASE_DEC, VALS(ftam_Pathname_Attribute_vals), 0,
5853         "ftam.Pathname_Attribute", HFILL }},
5854     { &hf_ftam_target_Object,
5855       { "target-Object", "ftam.target_Object",
5856         FT_UINT32, BASE_DEC, VALS(ftam_Pathname_Attribute_vals), 0,
5857         "ftam.Pathname_Attribute", HFILL }},
5858     { &hf_ftam_read_link_attributes,
5859       { "attributes", "ftam.attributes",
5860         FT_NONE, BASE_NONE, NULL, 0,
5861         "ftam.Read_Attributes", HFILL }},
5862     { &hf_ftam_Attribute_Extension_Names_item,
5863       { "Attribute-Extension-Set-Name", "ftam.Attribute_Extension_Set_Name",
5864         FT_NONE, BASE_NONE, NULL, 0,
5865         "ftam.Attribute_Extension_Set_Name", HFILL }},
5866     { &hf_ftam_extension_set_identifier,
5867       { "extension-set-identifier", "ftam.extension_set_identifier",
5868         FT_OID, BASE_NONE, NULL, 0,
5869         "ftam.Extension_Set_Identifier", HFILL }},
5870     { &hf_ftam_extension_attribute_names,
5871       { "extension-attribute-names", "ftam.extension_attribute_names",
5872         FT_UINT32, BASE_DEC, NULL, 0,
5873         "ftam.SEQUENCE_OF_Extension_Attribute_identifier", HFILL }},
5874     { &hf_ftam_extension_attribute_names_item,
5875       { "Extension-Attribute-identifier", "ftam.Extension_Attribute_identifier",
5876         FT_OID, BASE_NONE, NULL, 0,
5877         "ftam.Extension_Attribute_identifier", HFILL }},
5878     { &hf_ftam_Attribute_Extensions_item,
5879       { "Attribute-Extension-Set", "ftam.Attribute_Extension_Set",
5880         FT_NONE, BASE_NONE, NULL, 0,
5881         "ftam.Attribute_Extension_Set", HFILL }},
5882     { &hf_ftam_extension_set_attributes,
5883       { "extension-set-attributes", "ftam.extension_set_attributes",
5884         FT_UINT32, BASE_DEC, NULL, 0,
5885         "ftam.SEQUENCE_OF_Extension_Attribute", HFILL }},
5886     { &hf_ftam_extension_set_attributes_item,
5887       { "Extension-Attribute", "ftam.Extension_Attribute",
5888         FT_NONE, BASE_NONE, NULL, 0,
5889         "ftam.Extension_Attribute", HFILL }},
5890     { &hf_ftam_extension_attribute_identifier,
5891       { "extension-attribute-identifier", "ftam.extension_attribute_identifier",
5892         FT_OID, BASE_NONE, NULL, 0,
5893         "ftam.T_extension_attribute_identifier", HFILL }},
5894     { &hf_ftam_extension_attribute,
5895       { "extension-attribute", "ftam.extension_attribute",
5896         FT_NONE, BASE_NONE, NULL, 0,
5897         "ftam.T_extension_attribute", HFILL }},
5898     { &hf_ftam__untag_item_03,
5899       { "_untag item", "ftam._untag_item",
5900         FT_NONE, BASE_NONE, NULL, 0,
5901         "ftam.T__untag_item", HFILL }},
5902     { &hf_ftam_root_directory,
5903       { "root-directory", "ftam.root_directory",
5904         FT_UINT32, BASE_DEC, VALS(ftam_Pathname_Attribute_vals), 0,
5905         "ftam.Pathname_Attribute", HFILL }},
5906     { &hf_ftam_retrieval_scope,
5907       { "retrieval-scope", "ftam.retrieval_scope",
5908         FT_INT32, BASE_DEC, VALS(ftam_T_retrieval_scope_vals), 0,
5909         "ftam.T_retrieval_scope", HFILL }},
5910     { &hf_ftam_OR_Set_item,
5911       { "AND-Set", "ftam.AND_Set",
5912         FT_UINT32, BASE_DEC, NULL, 0,
5913         "ftam.AND_Set", HFILL }},
5914     { &hf_ftam_AND_Set_item,
5915       { "AND-Set item", "ftam.AND_Set_item",
5916         FT_UINT32, BASE_DEC, VALS(ftam_AND_Set_item_vals), 0,
5917         "ftam.AND_Set_item", HFILL }},
5918     { &hf_ftam_pathname_Pattern,
5919       { "pathname-Pattern", "ftam.pathname_Pattern",
5920         FT_NONE, BASE_NONE, NULL, 0,
5921         "ftam.Pathname_Pattern", HFILL }},
5922     { &hf_ftam_object_type_Pattern,
5923       { "object-type-Pattern", "ftam.object_type_Pattern",
5924         FT_NONE, BASE_NONE, NULL, 0,
5925         "ftam.Integer_Pattern", HFILL }},
5926     { &hf_ftam_permitted_actions_Pattern,
5927       { "permitted-actions-Pattern", "ftam.permitted_actions_Pattern",
5928         FT_NONE, BASE_NONE, NULL, 0,
5929         "ftam.Bitstring_Pattern", HFILL }},
5930     { &hf_ftam_contents_type_Pattern,
5931       { "contents-type-Pattern", "ftam.contents_type_Pattern",
5932         FT_UINT32, BASE_DEC, VALS(ftam_Contents_Type_Pattern_vals), 0,
5933         "ftam.Contents_Type_Pattern", HFILL }},
5934     { &hf_ftam_linked_Object_Pattern,
5935       { "linked-Object-Pattern", "ftam.linked_Object_Pattern",
5936         FT_NONE, BASE_NONE, NULL, 0,
5937         "ftam.Pathname_Pattern", HFILL }},
5938     { &hf_ftam_child_objects_Pattern,
5939       { "child-objects-Pattern", "ftam.child_objects_Pattern",
5940         FT_NONE, BASE_NONE, NULL, 0,
5941         "ftam.Pathname_Pattern", HFILL }},
5942     { &hf_ftam_primaty_pathname_Pattern,
5943       { "primaty-pathname-Pattern", "ftam.primaty_pathname_Pattern",
5944         FT_NONE, BASE_NONE, NULL, 0,
5945         "ftam.Pathname_Pattern", HFILL }},
5946     { &hf_ftam_storage_account_Pattern,
5947       { "storage-account-Pattern", "ftam.storage_account_Pattern",
5948         FT_NONE, BASE_NONE, NULL, 0,
5949         "ftam.String_Pattern", HFILL }},
5950     { &hf_ftam_date_and_time_of_creation_Pattern,
5951       { "date-and-time-of-creation-Pattern", "ftam.date_and_time_of_creation_Pattern",
5952         FT_NONE, BASE_NONE, NULL, 0,
5953         "ftam.Date_and_Time_Pattern", HFILL }},
5954     { &hf_ftam_date_and_time_of_last_modification_Pattern,
5955       { "date-and-time-of-last-modification-Pattern", "ftam.date_and_time_of_last_modification_Pattern",
5956         FT_NONE, BASE_NONE, NULL, 0,
5957         "ftam.Date_and_Time_Pattern", HFILL }},
5958     { &hf_ftam_date_and_time_of_last_read_access_Pattern,
5959       { "date-and-time-of-last-read-access-Pattern", "ftam.date_and_time_of_last_read_access_Pattern",
5960         FT_NONE, BASE_NONE, NULL, 0,
5961         "ftam.Date_and_Time_Pattern", HFILL }},
5962     { &hf_ftam_date_and_time_of_last_attribute_modification_Pattern,
5963       { "date-and-time-of-last-attribute-modification-Pattern", "ftam.date_and_time_of_last_attribute_modification_Pattern",
5964         FT_NONE, BASE_NONE, NULL, 0,
5965         "ftam.Date_and_Time_Pattern", HFILL }},
5966     { &hf_ftam_identity_of_creator_Pattern,
5967       { "identity-of-creator-Pattern", "ftam.identity_of_creator_Pattern",
5968         FT_NONE, BASE_NONE, NULL, 0,
5969         "ftam.User_Identity_Pattern", HFILL }},
5970     { &hf_ftam_identity_of_last_modifier_Pattern,
5971       { "identity-of-last-modifier-Pattern", "ftam.identity_of_last_modifier_Pattern",
5972         FT_NONE, BASE_NONE, NULL, 0,
5973         "ftam.User_Identity_Pattern", HFILL }},
5974     { &hf_ftam_identity_of_last_reader_Pattern,
5975       { "identity-of-last-reader-Pattern", "ftam.identity_of_last_reader_Pattern",
5976         FT_NONE, BASE_NONE, NULL, 0,
5977         "ftam.User_Identity_Pattern", HFILL }},
5978     { &hf_ftam_identity_of_last_attribute_modifier_Pattern,
5979       { "identity-of-last-attribute-modifier-Pattern", "ftam.identity_of_last_attribute_modifier_Pattern",
5980         FT_NONE, BASE_NONE, NULL, 0,
5981         "ftam.User_Identity_Pattern", HFILL }},
5982     { &hf_ftam_object_availabiiity_Pattern,
5983       { "object-availabiiity-Pattern", "ftam.object_availabiiity_Pattern",
5984         FT_NONE, BASE_NONE, NULL, 0,
5985         "ftam.Boolean_Pattern", HFILL }},
5986     { &hf_ftam_object_size_Pattern,
5987       { "object-size-Pattern", "ftam.object_size_Pattern",
5988         FT_NONE, BASE_NONE, NULL, 0,
5989         "ftam.Integer_Pattern", HFILL }},
5990     { &hf_ftam_future_object_size_Pattern,
5991       { "future-object-size-Pattern", "ftam.future_object_size_Pattern",
5992         FT_NONE, BASE_NONE, NULL, 0,
5993         "ftam.Integer_Pattern", HFILL }},
5994     { &hf_ftam_legal_quailfication_Pattern,
5995       { "legal-quailfication-Pattern", "ftam.legal_quailfication_Pattern",
5996         FT_NONE, BASE_NONE, NULL, 0,
5997         "ftam.String_Pattern", HFILL }},
5998     { &hf_ftam_attribute_extensions_pattern,
5999       { "attribute-extensions-pattern", "ftam.attribute_extensions_pattern",
6000         FT_UINT32, BASE_DEC, NULL, 0,
6001         "ftam.Attribute_Extensions_Pattern", HFILL }},
6002     { &hf_ftam_equality_comparision,
6003       { "equality-comparision", "ftam.equality_comparision",
6004         FT_BYTES, BASE_NONE, NULL, 0,
6005         "ftam.Equality_Comparision", HFILL }},
6006     { &hf_ftam_pathname_value,
6007       { "pathname-value", "ftam.pathname_value",
6008         FT_UINT32, BASE_DEC, NULL, 0,
6009         "ftam.T_pathname_value", HFILL }},
6010     { &hf_ftam_pathname_value_item,
6011       { "pathname-value item", "ftam.pathname_value_item",
6012         FT_UINT32, BASE_DEC, VALS(ftam_T_pathname_value_item_vals), 0,
6013         "ftam.T_pathname_value_item", HFILL }},
6014     { &hf_ftam_string_match,
6015       { "string-match", "ftam.string_match",
6016         FT_NONE, BASE_NONE, NULL, 0,
6017         "ftam.String_Pattern", HFILL }},
6018     { &hf_ftam_any_match,
6019       { "any-match", "ftam.any_match",
6020         FT_NONE, BASE_NONE, NULL, 0,
6021         "ftam.NULL", HFILL }},
6022     { &hf_ftam_string_value,
6023       { "string-value", "ftam.string_value",
6024         FT_UINT32, BASE_DEC, NULL, 0,
6025         "ftam.T_string_value", HFILL }},
6026     { &hf_ftam_string_value_item,
6027       { "string-value item", "ftam.string_value_item",
6028         FT_UINT32, BASE_DEC, VALS(ftam_T_string_value_item_vals), 0,
6029         "ftam.T_string_value_item", HFILL }},
6030     { &hf_ftam_substring_match,
6031       { "substring-match", "ftam.substring_match",
6032         FT_STRING, BASE_NONE, NULL, 0,
6033         "ftam.GraphicString", HFILL }},
6034     { &hf_ftam_number_of_characters_match,
6035       { "number-of-characters-match", "ftam.number_of_characters_match",
6036         FT_INT32, BASE_DEC, NULL, 0,
6037         "ftam.INTEGER", HFILL }},
6038     { &hf_ftam_match_bitstring,
6039       { "match-bitstring", "ftam.match_bitstring",
6040         FT_BYTES, BASE_NONE, NULL, 0,
6041         "ftam.BIT_STRING", HFILL }},
6042     { &hf_ftam_significance_bitstring,
6043       { "significance-bitstring", "ftam.significance_bitstring",
6044         FT_BYTES, BASE_NONE, NULL, 0,
6045         "ftam.BIT_STRING", HFILL }},
6046     { &hf_ftam_relational_camparision,
6047       { "relational-camparision", "ftam.relational_camparision",
6048         FT_BYTES, BASE_NONE, NULL, 0,
6049         "ftam.Equality_Comparision", HFILL }},
6050     { &hf_ftam_time_and_date_value,
6051       { "time-and-date-value", "ftam.time_and_date_value",
6052         FT_STRING, BASE_NONE, NULL, 0,
6053         "ftam.GeneralizedTime", HFILL }},
6054     { &hf_ftam_relational_comparision,
6055       { "relational-comparision", "ftam.relational_comparision",
6056         FT_BYTES, BASE_NONE, NULL, 0,
6057         "ftam.Relational_Comparision", HFILL }},
6058     { &hf_ftam_integer_value,
6059       { "integer-value", "ftam.integer_value",
6060         FT_INT32, BASE_DEC, NULL, 0,
6061         "ftam.INTEGER", HFILL }},
6062     { &hf_ftam_object_identifier_value,
6063       { "object-identifier-value", "ftam.object_identifier_value",
6064         FT_OID, BASE_NONE, NULL, 0,
6065         "ftam.OBJECT_IDENTIFIER", HFILL }},
6066     { &hf_ftam_boolean_value,
6067       { "boolean-value", "ftam.boolean_value",
6068         FT_BOOLEAN, BASE_NONE, NULL, 0,
6069         "ftam.BOOLEAN", HFILL }},
6070     { &hf_ftam_document_type_Pattern,
6071       { "document-type-Pattern", "ftam.document_type_Pattern",
6072         FT_NONE, BASE_NONE, NULL, 0,
6073         "ftam.Object_Identifier_Pattern", HFILL }},
6074     { &hf_ftam_constraint_set_abstract_Syntax_Pattern,
6075       { "constraint-set-abstract-Syntax-Pattern", "ftam.constraint_set_abstract_Syntax_Pattern",
6076         FT_NONE, BASE_NONE, NULL, 0,
6077         "ftam.T_constraint_set_abstract_Syntax_Pattern", HFILL }},
6078     { &hf_ftam_constraint_Set_Pattern,
6079       { "constraint-Set-Pattern", "ftam.constraint_Set_Pattern",
6080         FT_NONE, BASE_NONE, NULL, 0,
6081         "ftam.Object_Identifier_Pattern", HFILL }},
6082     { &hf_ftam_abstract_Syntax_Pattern,
6083       { "abstract-Syntax-Pattern", "ftam.abstract_Syntax_Pattern",
6084         FT_NONE, BASE_NONE, NULL, 0,
6085         "ftam.Object_Identifier_Pattern", HFILL }},
6086     { &hf_ftam_Attribute_Extensions_Pattern_item,
6087       { "Attribute-Extensions-Pattern item", "ftam.Attribute_Extensions_Pattern_item",
6088         FT_NONE, BASE_NONE, NULL, 0,
6089         "ftam.Attribute_Extensions_Pattern_item", HFILL }},
6090     { &hf_ftam_extension_set_attribute_Patterns,
6091       { "extension-set-attribute-Patterns", "ftam.extension_set_attribute_Patterns",
6092         FT_UINT32, BASE_DEC, NULL, 0,
6093         "ftam.T_extension_set_attribute_Patterns", HFILL }},
6094     { &hf_ftam_extension_set_attribute_Patterns_item,
6095       { "extension-set-attribute-Patterns item", "ftam.extension_set_attribute_Patterns_item",
6096         FT_NONE, BASE_NONE, NULL, 0,
6097         "ftam.T_extension_set_attribute_Patterns_item", HFILL }},
6098     { &hf_ftam_attribute_extension_attribute_identifier,
6099       { "extension-attribute-identifier", "ftam.extension_attribute_identifier",
6100         FT_OID, BASE_NONE, NULL, 0,
6101         "ftam.T_attribute_extension_attribute_identifier", HFILL }},
6102     { &hf_ftam_extension_attribute_Pattern,
6103       { "extension-attribute-Pattern", "ftam.extension_attribute_Pattern",
6104         FT_NONE, BASE_NONE, NULL, 0,
6105         "ftam.T_extension_attribute_Pattern", HFILL }},
6106     { &hf_ftam__untag_item_04,
6107       { "Read-Attributes", "ftam.Read_Attributes",
6108         FT_NONE, BASE_NONE, NULL, 0,
6109         "ftam.Read_Attributes", HFILL }},
6110     { &hf_ftam_success_Object_count,
6111       { "success-Object-count", "ftam.success_Object_count",
6112         FT_INT32, BASE_DEC, NULL, 0,
6113         "ftam.INTEGER", HFILL }},
6114     { &hf_ftam_success_Object_names,
6115       { "success-Object-names", "ftam.success_Object_names",
6116         FT_UINT32, BASE_DEC, NULL, 0,
6117         "ftam.SEQUENCE_OF_Pathname", HFILL }},
6118     { &hf_ftam_success_Object_names_item,
6119       { "Pathname", "ftam.Pathname",
6120         FT_UINT32, BASE_DEC, NULL, 0,
6121         "ftam.Pathname", HFILL }},
6122     { &hf_ftam_Pathname_item,
6123       { "Pathname item", "ftam.Pathname_item",
6124         FT_STRING, BASE_NONE, NULL, 0,
6125         "ftam.GraphicString", HFILL }},
6126     { &hf_ftam_Pass_Passwords_item,
6127       { "Password", "ftam.Password",
6128         FT_UINT32, BASE_DEC, VALS(ftam_Password_U_vals), 0,
6129         "ftam.Password", HFILL }},
6130     { &hf_ftam__untag_item_05,
6131       { "_untag item", "ftam._untag_item",
6132         FT_NONE, BASE_NONE, NULL, 0,
6133         "ftam.Path_Access_Passwords_item", HFILL }},
6134     { &hf_ftam_ap,
6135       { "ap", "ftam.ap",
6136         FT_UINT32, BASE_DEC, VALS(acse_AP_title_vals), 0,
6137         "ftam.AP_title", HFILL }},
6138     { &hf_ftam_ae,
6139       { "ae", "ftam.ae",
6140         FT_UINT32, BASE_DEC, VALS(acse_ASO_qualifier_vals), 0,
6141         "ftam.AE_qualifier", HFILL }},
6142     { &hf_ftam_Protocol_Version_U_version_1,
6143       { "version-1", "ftam.version-1",
6144         FT_BOOLEAN, 8, NULL, 0x80,
6145         NULL, HFILL }},
6146     { &hf_ftam_Protocol_Version_U_version_2,
6147       { "version-2", "ftam.version-2",
6148         FT_BOOLEAN, 8, NULL, 0x40,
6149         NULL, HFILL }},
6150     { &hf_ftam_Service_Class_U_unconstrained_class,
6151       { "unconstrained-class", "ftam.unconstrained-class",
6152         FT_BOOLEAN, 8, NULL, 0x80,
6153         NULL, HFILL }},
6154     { &hf_ftam_Service_Class_U_management_class,
6155       { "management-class", "ftam.management-class",
6156         FT_BOOLEAN, 8, NULL, 0x40,
6157         NULL, HFILL }},
6158     { &hf_ftam_Service_Class_U_transfer_class,
6159       { "transfer-class", "ftam.transfer-class",
6160         FT_BOOLEAN, 8, NULL, 0x20,
6161         NULL, HFILL }},
6162     { &hf_ftam_Service_Class_U_transfer_and_management_class,
6163       { "transfer-and-management-class", "ftam.transfer-and-management-class",
6164         FT_BOOLEAN, 8, NULL, 0x10,
6165         NULL, HFILL }},
6166     { &hf_ftam_Service_Class_U_access_class,
6167       { "access-class", "ftam.access-class",
6168         FT_BOOLEAN, 8, NULL, 0x08,
6169         NULL, HFILL }},
6170     { &hf_ftam_Functional_Units_U_read,
6171       { "read", "ftam.read",
6172         FT_BOOLEAN, 8, NULL, 0x20,
6173         NULL, HFILL }},
6174     { &hf_ftam_Functional_Units_U_write,
6175       { "write", "ftam.write",
6176         FT_BOOLEAN, 8, NULL, 0x10,
6177         NULL, HFILL }},
6178     { &hf_ftam_Functional_Units_U_file_access,
6179       { "file-access", "ftam.file-access",
6180         FT_BOOLEAN, 8, NULL, 0x08,
6181         NULL, HFILL }},
6182     { &hf_ftam_Functional_Units_U_limited_file_management,
6183       { "limited-file-management", "ftam.limited-file-management",
6184         FT_BOOLEAN, 8, NULL, 0x04,
6185         NULL, HFILL }},
6186     { &hf_ftam_Functional_Units_U_enhanced_file_management,
6187       { "enhanced-file-management", "ftam.enhanced-file-management",
6188         FT_BOOLEAN, 8, NULL, 0x02,
6189         NULL, HFILL }},
6190     { &hf_ftam_Functional_Units_U_grouping,
6191       { "grouping", "ftam.grouping",
6192         FT_BOOLEAN, 8, NULL, 0x01,
6193         NULL, HFILL }},
6194     { &hf_ftam_Functional_Units_U_fadu_locking,
6195       { "fadu-locking", "ftam.fadu-locking",
6196         FT_BOOLEAN, 8, NULL, 0x80,
6197         NULL, HFILL }},
6198     { &hf_ftam_Functional_Units_U_recovery,
6199       { "recovery", "ftam.recovery",
6200         FT_BOOLEAN, 8, NULL, 0x40,
6201         NULL, HFILL }},
6202     { &hf_ftam_Functional_Units_U_restart_data_transfer,
6203       { "restart-data-transfer", "ftam.restart-data-transfer",
6204         FT_BOOLEAN, 8, NULL, 0x20,
6205         NULL, HFILL }},
6206     { &hf_ftam_Functional_Units_U_limited_filestore_management,
6207       { "limited-filestore-management", "ftam.limited-filestore-management",
6208         FT_BOOLEAN, 8, NULL, 0x10,
6209         NULL, HFILL }},
6210     { &hf_ftam_Functional_Units_U_enhanced_filestore_management,
6211       { "enhanced-filestore-management", "ftam.enhanced-filestore-management",
6212         FT_BOOLEAN, 8, NULL, 0x08,
6213         NULL, HFILL }},
6214     { &hf_ftam_Functional_Units_U_object_manipulation,
6215       { "object-manipulation", "ftam.object-manipulation",
6216         FT_BOOLEAN, 8, NULL, 0x04,
6217         NULL, HFILL }},
6218     { &hf_ftam_Functional_Units_U_group_manipulation,
6219       { "group-manipulation", "ftam.group-manipulation",
6220         FT_BOOLEAN, 8, NULL, 0x02,
6221         NULL, HFILL }},
6222     { &hf_ftam_Functional_Units_U_consecutive_access,
6223       { "consecutive-access", "ftam.consecutive-access",
6224         FT_BOOLEAN, 8, NULL, 0x01,
6225         NULL, HFILL }},
6226     { &hf_ftam_Functional_Units_U_concurrent_access,
6227       { "concurrent-access", "ftam.concurrent-access",
6228         FT_BOOLEAN, 8, NULL, 0x80,
6229         NULL, HFILL }},
6230     { &hf_ftam_Attribute_Groups_U_storage,
6231       { "storage", "ftam.storage",
6232         FT_BOOLEAN, 8, NULL, 0x80,
6233         NULL, HFILL }},
6234     { &hf_ftam_Attribute_Groups_U_security,
6235       { "security", "ftam.security",
6236         FT_BOOLEAN, 8, NULL, 0x40,
6237         NULL, HFILL }},
6238     { &hf_ftam_Attribute_Groups_U_private,
6239       { "private", "ftam.private",
6240         FT_BOOLEAN, 8, NULL, 0x20,
6241         NULL, HFILL }},
6242     { &hf_ftam_Attribute_Groups_U_extension,
6243       { "extension", "ftam.extension",
6244         FT_BOOLEAN, 8, NULL, 0x10,
6245         NULL, HFILL }},
6246     { &hf_ftam_T_processing_mode_f_read,
6247       { "f-read", "ftam.f-read",
6248         FT_BOOLEAN, 8, NULL, 0x80,
6249         NULL, HFILL }},
6250     { &hf_ftam_T_processing_mode_f_insert,
6251       { "f-insert", "ftam.f-insert",
6252         FT_BOOLEAN, 8, NULL, 0x40,
6253         NULL, HFILL }},
6254     { &hf_ftam_T_processing_mode_f_replace,
6255       { "f-replace", "ftam.f-replace",
6256         FT_BOOLEAN, 8, NULL, 0x20,
6257         NULL, HFILL }},
6258     { &hf_ftam_T_processing_mode_f_extend,
6259       { "f-extend", "ftam.f-extend",
6260         FT_BOOLEAN, 8, NULL, 0x10,
6261         NULL, HFILL }},
6262     { &hf_ftam_T_processing_mode_f_erase,
6263       { "f-erase", "ftam.f-erase",
6264         FT_BOOLEAN, 8, NULL, 0x08,
6265         NULL, HFILL }},
6266     { &hf_ftam_Access_Request_U_read,
6267       { "read", "ftam.read",
6268         FT_BOOLEAN, 8, NULL, 0x80,
6269         NULL, HFILL }},
6270     { &hf_ftam_Access_Request_U_insert,
6271       { "insert", "ftam.insert",
6272         FT_BOOLEAN, 8, NULL, 0x40,
6273         NULL, HFILL }},
6274     { &hf_ftam_Access_Request_U_replace,
6275       { "replace", "ftam.replace",
6276         FT_BOOLEAN, 8, NULL, 0x20,
6277         NULL, HFILL }},
6278     { &hf_ftam_Access_Request_U_extend,
6279       { "extend", "ftam.extend",
6280         FT_BOOLEAN, 8, NULL, 0x10,
6281         NULL, HFILL }},
6282     { &hf_ftam_Access_Request_U_erase,
6283       { "erase", "ftam.erase",
6284         FT_BOOLEAN, 8, NULL, 0x08,
6285         NULL, HFILL }},
6286     { &hf_ftam_Access_Request_U_read_attribute,
6287       { "read-attribute", "ftam.read-attribute",
6288         FT_BOOLEAN, 8, NULL, 0x04,
6289         NULL, HFILL }},
6290     { &hf_ftam_Access_Request_U_change_attribute,
6291       { "change-attribute", "ftam.change-attribute",
6292         FT_BOOLEAN, 8, NULL, 0x02,
6293         NULL, HFILL }},
6294     { &hf_ftam_Access_Request_U_delete_Object,
6295       { "delete-Object", "ftam.delete-Object",
6296         FT_BOOLEAN, 8, NULL, 0x01,
6297         NULL, HFILL }},
6298     { &hf_ftam_Concurrency_Key_not_required,
6299       { "not-required", "ftam.not-required",
6300         FT_BOOLEAN, 8, NULL, 0x80,
6301         NULL, HFILL }},
6302     { &hf_ftam_Concurrency_Key_shared,
6303       { "shared", "ftam.shared",
6304         FT_BOOLEAN, 8, NULL, 0x40,
6305         NULL, HFILL }},
6306     { &hf_ftam_Concurrency_Key_exclusive,
6307       { "exclusive", "ftam.exclusive",
6308         FT_BOOLEAN, 8, NULL, 0x20,
6309         NULL, HFILL }},
6310     { &hf_ftam_Concurrency_Key_no_access,
6311       { "no-access", "ftam.no-access",
6312         FT_BOOLEAN, 8, NULL, 0x10,
6313         NULL, HFILL }},
6314     { &hf_ftam_Permitted_Actions_Attribute_read,
6315       { "read", "ftam.read",
6316         FT_BOOLEAN, 8, NULL, 0x80,
6317         NULL, HFILL }},
6318     { &hf_ftam_Permitted_Actions_Attribute_insert,
6319       { "insert", "ftam.insert",
6320         FT_BOOLEAN, 8, NULL, 0x40,
6321         NULL, HFILL }},
6322     { &hf_ftam_Permitted_Actions_Attribute_replace,
6323       { "replace", "ftam.replace",
6324         FT_BOOLEAN, 8, NULL, 0x20,
6325         NULL, HFILL }},
6326     { &hf_ftam_Permitted_Actions_Attribute_extend,
6327       { "extend", "ftam.extend",
6328         FT_BOOLEAN, 8, NULL, 0x10,
6329         NULL, HFILL }},
6330     { &hf_ftam_Permitted_Actions_Attribute_erase,
6331       { "erase", "ftam.erase",
6332         FT_BOOLEAN, 8, NULL, 0x08,
6333         NULL, HFILL }},
6334     { &hf_ftam_Permitted_Actions_Attribute_read_attribute,
6335       { "read-attribute", "ftam.read-attribute",
6336         FT_BOOLEAN, 8, NULL, 0x04,
6337         NULL, HFILL }},
6338     { &hf_ftam_Permitted_Actions_Attribute_change_attribute,
6339       { "change-attribute", "ftam.change-attribute",
6340         FT_BOOLEAN, 8, NULL, 0x02,
6341         NULL, HFILL }},
6342     { &hf_ftam_Permitted_Actions_Attribute_delete_Object,
6343       { "delete-Object", "ftam.delete-Object",
6344         FT_BOOLEAN, 8, NULL, 0x01,
6345         NULL, HFILL }},
6346     { &hf_ftam_Permitted_Actions_Attribute_pass,
6347       { "pass", "ftam.pass",
6348         FT_BOOLEAN, 8, NULL, 0x10,
6349         NULL, HFILL }},
6350     { &hf_ftam_Permitted_Actions_Attribute_link,
6351       { "link", "ftam.link",
6352         FT_BOOLEAN, 8, NULL, 0x08,
6353         NULL, HFILL }},
6354     { &hf_ftam_Permitted_Actions_Attribute_traversal,
6355       { "traversal", "ftam.traversal",
6356         FT_BOOLEAN, 8, NULL, 0x80,
6357         NULL, HFILL }},
6358     { &hf_ftam_Permitted_Actions_Attribute_reverse_traversal,
6359       { "reverse-traversal", "ftam.reverse-traversal",
6360         FT_BOOLEAN, 8, NULL, 0x40,
6361         NULL, HFILL }},
6362     { &hf_ftam_Permitted_Actions_Attribute_random_Order,
6363       { "random-Order", "ftam.random-Order",
6364         FT_BOOLEAN, 8, NULL, 0x20,
6365         NULL, HFILL }},
6366     { &hf_ftam_Equality_Comparision_no_value_available_matches,
6367       { "no-value-available-matches", "ftam.no-value-available-matches",
6368         FT_BOOLEAN, 8, NULL, 0x80,
6369         NULL, HFILL }},
6370     { &hf_ftam_Equality_Comparision_equals_matches,
6371       { "equals-matches", "ftam.equals-matches",
6372         FT_BOOLEAN, 8, NULL, 0x40,
6373         NULL, HFILL }},
6374     { &hf_ftam_Relational_Comparision_no_value_available_matches,
6375       { "no-value-available-matches", "ftam.no-value-available-matches",
6376         FT_BOOLEAN, 8, NULL, 0x80,
6377         NULL, HFILL }},
6378     { &hf_ftam_Relational_Comparision_equals_matches,
6379       { "equals-matches", "ftam.equals-matches",
6380         FT_BOOLEAN, 8, NULL, 0x40,
6381         NULL, HFILL }},
6382     { &hf_ftam_Relational_Comparision_less_than_matches,
6383       { "less-than-matches", "ftam.less-than-matches",
6384         FT_BOOLEAN, 8, NULL, 0x20,
6385         NULL, HFILL }},
6386     { &hf_ftam_Relational_Comparision_greater_than_matches,
6387       { "greater-than-matches", "ftam.greater-than-matches",
6388         FT_BOOLEAN, 8, NULL, 0x10,
6389         NULL, HFILL }},
6390     { &hf_ftam_Attribute_Names_read_pathname,
6391       { "read-pathname", "ftam.read-pathname",
6392         FT_BOOLEAN, 8, NULL, 0x80,
6393         NULL, HFILL }},
6394     { &hf_ftam_Attribute_Names_read_Object_type,
6395       { "read-Object-type", "ftam.read-Object-type",
6396         FT_BOOLEAN, 8, NULL, 0x20,
6397         NULL, HFILL }},
6398     { &hf_ftam_Attribute_Names_read_permitted_actions,
6399       { "read-permitted-actions", "ftam.read-permitted-actions",
6400         FT_BOOLEAN, 8, NULL, 0x40,
6401         NULL, HFILL }},
6402     { &hf_ftam_Attribute_Names_read_contents_type,
6403       { "read-contents-type", "ftam.read-contents-type",
6404         FT_BOOLEAN, 8, NULL, 0x20,
6405         NULL, HFILL }},
6406     { &hf_ftam_Attribute_Names_read_linked_Object,
6407       { "read-linked-Object", "ftam.read-linked-Object",
6408         FT_BOOLEAN, 8, NULL, 0x10,
6409         NULL, HFILL }},
6410     { &hf_ftam_Attribute_Names_read_Child_objects,
6411       { "read-Child-objects", "ftam.read-Child-objects",
6412         FT_BOOLEAN, 8, NULL, 0x01,
6413         NULL, HFILL }},
6414     { &hf_ftam_Attribute_Names_read_primary_pathname,
6415       { "read-primary-pathname", "ftam.read-primary-pathname",
6416         FT_BOOLEAN, 8, NULL, 0x08,
6417         NULL, HFILL }},
6418     { &hf_ftam_Attribute_Names_read_storage_account,
6419       { "read-storage-account", "ftam.read-storage-account",
6420         FT_BOOLEAN, 8, NULL, 0x10,
6421         NULL, HFILL }},
6422     { &hf_ftam_Attribute_Names_read_date_and_time_of_creation,
6423       { "read-date-and-time-of-creation", "ftam.read-date-and-time-of-creation",
6424         FT_BOOLEAN, 8, NULL, 0x08,
6425         NULL, HFILL }},
6426     { &hf_ftam_Attribute_Names_read_date_and_time_of_last_modification,
6427       { "read-date-and-time-of-last-modification", "ftam.read-date-and-time-of-last-modification",
6428         FT_BOOLEAN, 8, NULL, 0x04,
6429         NULL, HFILL }},
6430     { &hf_ftam_Attribute_Names_read_date_and_time_of_last_read_access,
6431       { "read-date-and-time-of-last-read-access", "ftam.read-date-and-time-of-last-read-access",
6432         FT_BOOLEAN, 8, NULL, 0x02,
6433         NULL, HFILL }},
6434     { &hf_ftam_Attribute_Names_read_date_and_time_of_last_attribute_modification,
6435       { "read-date-and-time-of-last-attribute-modification", "ftam.read-date-and-time-of-last-attribute-modification",
6436         FT_BOOLEAN, 8, NULL, 0x01,
6437         NULL, HFILL }},
6438     { &hf_ftam_Attribute_Names_read_identity_of_creator,
6439       { "read-identity-of-creator", "ftam.read-identity-of-creator",
6440         FT_BOOLEAN, 8, NULL, 0x80,
6441         NULL, HFILL }},
6442     { &hf_ftam_Attribute_Names_read_identity_of_last_modifier,
6443       { "read-identity-of-last-modifier", "ftam.read-identity-of-last-modifier",
6444         FT_BOOLEAN, 8, NULL, 0x40,
6445         NULL, HFILL }},
6446     { &hf_ftam_Attribute_Names_read_identity_of_last_reader,
6447       { "read-identity-of-last-reader", "ftam.read-identity-of-last-reader",
6448         FT_BOOLEAN, 8, NULL, 0x20,
6449         NULL, HFILL }},
6450     { &hf_ftam_Attribute_Names_read_identity_of_last_attribute_modifier,
6451       { "read-identity-of-last-attribute-modifier", "ftam.read-identity-of-last-attribute-modifier",
6452         FT_BOOLEAN, 8, NULL, 0x10,
6453         NULL, HFILL }},
6454     { &hf_ftam_Attribute_Names_read_Object_availability,
6455       { "read-Object-availability", "ftam.read-Object-availability",
6456         FT_BOOLEAN, 8, NULL, 0x08,
6457         NULL, HFILL }},
6458     { &hf_ftam_Attribute_Names_read_Object_size,
6459       { "read-Object-size", "ftam.read-Object-size",
6460         FT_BOOLEAN, 8, NULL, 0x04,
6461         NULL, HFILL }},
6462     { &hf_ftam_Attribute_Names_read_future_Object_size,
6463       { "read-future-Object-size", "ftam.read-future-Object-size",
6464         FT_BOOLEAN, 8, NULL, 0x02,
6465         NULL, HFILL }},
6466     { &hf_ftam_Attribute_Names_read_access_control,
6467       { "read-access-control", "ftam.read-access-control",
6468         FT_BOOLEAN, 8, NULL, 0x01,
6469         NULL, HFILL }},
6470     { &hf_ftam_Attribute_Names_read_path_access_control,
6471       { "read-path-access-control", "ftam.read-path-access-control",
6472         FT_BOOLEAN, 8, NULL, 0x04,
6473         NULL, HFILL }},
6474     { &hf_ftam_Attribute_Names_read_l8gal_qualifiCatiOnS,
6475       { "read-l8gal-qualifiCatiOnS", "ftam.read-l8gal-qualifiCatiOnS",
6476         FT_BOOLEAN, 8, NULL, 0x80,
6477         NULL, HFILL }},
6478     { &hf_ftam_Attribute_Names_read_private_use,
6479       { "read-private-use", "ftam.read-private-use",
6480         FT_BOOLEAN, 8, NULL, 0x40,
6481         NULL, HFILL }},
6482
6483 /*--- End of included file: packet-ftam-hfarr.c ---*/
6484 #line 133 "packet-ftam-template.c"
6485   };
6486
6487   /* List of subtrees */
6488   static gint *ett[] = {
6489     &ett_ftam,
6490
6491 /*--- Included file: packet-ftam-ettarr.c ---*/
6492 #line 1 "packet-ftam-ettarr.c"
6493     &ett_ftam_PDU,
6494     &ett_ftam_FTAM_Regime_PDU,
6495     &ett_ftam_F_INITIALIZE_request,
6496     &ett_ftam_F_INITIALIZE_response,
6497     &ett_ftam_Protocol_Version_U,
6498     &ett_ftam_Service_Class_U,
6499     &ett_ftam_Functional_Units_U,
6500     &ett_ftam_Attribute_Groups_U,
6501     &ett_ftam_Contents_Type_List_U,
6502     &ett_ftam_Contents_Type_List_item,
6503     &ett_ftam_F_TERMINATE_request,
6504     &ett_ftam_F_TERMINATE_response,
6505     &ett_ftam_F_U_ABORT_request,
6506     &ett_ftam_F_P_ABORT_request,
6507     &ett_ftam_File_PDU,
6508     &ett_ftam_F_SELECT_request,
6509     &ett_ftam_F_SELECT_response,
6510     &ett_ftam_F_DESELECT_request,
6511     &ett_ftam_F_DESELECT_response,
6512     &ett_ftam_F_CREATE_request,
6513     &ett_ftam_F_CREATE_response,
6514     &ett_ftam_F_DELETE_request,
6515     &ett_ftam_F_DELETE_response,
6516     &ett_ftam_F_READ_ATTRIB_request,
6517     &ett_ftam_F_READ_ATTRIB_response,
6518     &ett_ftam_F_CHANGE_ATTRIB_request,
6519     &ett_ftam_F_CHANGE_ATTRIB_response,
6520     &ett_ftam_F_OPEN_request,
6521     &ett_ftam_T_processing_mode,
6522     &ett_ftam_T_open_contents_type,
6523     &ett_ftam_SET_OF_Abstract_Syntax_Name,
6524     &ett_ftam_F_OPEN_response,
6525     &ett_ftam_F_CLOSE_request,
6526     &ett_ftam_F_CLOSE_response,
6527     &ett_ftam_F_BEGIN_GROUP_request,
6528     &ett_ftam_F_BEGIN_GROUP_response,
6529     &ett_ftam_F_END_GROUP_request,
6530     &ett_ftam_F_END_GROUP_response,
6531     &ett_ftam_F_RECOVER_request,
6532     &ett_ftam_F_RECOVER_response,
6533     &ett_ftam_F_LOCATE_request,
6534     &ett_ftam_F_LOCATE_response,
6535     &ett_ftam_F_ERASE_request,
6536     &ett_ftam_F_ERASE_response,
6537     &ett_ftam_Bulk_Data_PDU,
6538     &ett_ftam_F_READ_request,
6539     &ett_ftam_F_WRITE_request,
6540     &ett_ftam_F_DATA_END_request,
6541     &ett_ftam_F_TRANSFER_END_request,
6542     &ett_ftam_F_TRANSFER_END_response,
6543     &ett_ftam_F_CANCEL_request,
6544     &ett_ftam_F_CANCEL_response,
6545     &ett_ftam_F_RESTART_request,
6546     &ett_ftam_F_RESTART_response,
6547     &ett_ftam_Access_Context_U,
6548     &ett_ftam_Access_Passwords_U,
6549     &ett_ftam_Access_Request_U,
6550     &ett_ftam_Change_Attributes_U,
6551     &ett_ftam_Charging_U,
6552     &ett_ftam_Charging_item,
6553     &ett_ftam_Concurrency_Control_U,
6554     &ett_ftam_Create_Attributes_U,
6555     &ett_ftam_Diagnostic_U,
6556     &ett_ftam_Diagnostic_item,
6557     &ett_ftam_FADU_Identity_U,
6558     &ett_ftam_SEQUENCE_OF_Node_Name,
6559     &ett_ftam_Password_U,
6560     &ett_ftam_Read_Attributes_U,
6561     &ett_ftam_Select_Attributes_U,
6562     &ett_ftam_Access_Control_Attribute,
6563     &ett_ftam_SET_OF_Access_Control_Element,
6564     &ett_ftam_Access_Control_Change_Attribute,
6565     &ett_ftam_T_actual_values1,
6566     &ett_ftam_Access_Control_Element,
6567     &ett_ftam_Concurrency_Access,
6568     &ett_ftam_Concurrency_Key,
6569     &ett_ftam_Account_Attribute,
6570     &ett_ftam_Contents_Type_Attribute,
6571     &ett_ftam_T_document_type,
6572     &ett_ftam_T_constraint_set_and_abstract_Syntax,
6573     &ett_ftam_Date_and_Time_Attribute,
6574     &ett_ftam_Object_Availability_Attribute,
6575     &ett_ftam_Pathname_Attribute,
6576     &ett_ftam_Object_Size_Attribute,
6577     &ett_ftam_Legal_Qualification_Attribute,
6578     &ett_ftam_Permitted_Actions_Attribute,
6579     &ett_ftam_Private_Use_Attribute,
6580     &ett_ftam_User_Identity_Attribute,
6581     &ett_ftam_Child_Objects_Attribute,
6582     &ett_ftam_FSM_PDU,
6583     &ett_ftam_F_CHANGE_PREFIX_request,
6584     &ett_ftam_F_CHANGE_PREFIX_response,
6585     &ett_ftam_F_LIST_request,
6586     &ett_ftam_F_LIST_response,
6587     &ett_ftam_F_GROUP_SELECT_request,
6588     &ett_ftam_F_GROUP_SELECT_response,
6589     &ett_ftam_F_GROUP_DELETE_request,
6590     &ett_ftam_F_GROUP_DELETE_response,
6591     &ett_ftam_F_GROUP_MOVE_request,
6592     &ett_ftam_F_GROUP_MOVE_response,
6593     &ett_ftam_F_GROUP_COPY_request,
6594     &ett_ftam_F_GROUP_COPY_response,
6595     &ett_ftam_F_GROUP_LIST_request,
6596     &ett_ftam_F_GROUP_LIST_response,
6597     &ett_ftam_F_GROUP_CHANGE_ATTRIB_request,
6598     &ett_ftam_F_GROUP_CHANGE_ATTRIB_response,
6599     &ett_ftam_F_SELECT_ANOTHER_request,
6600     &ett_ftam_F_SELECT_ANOTHER_response,
6601     &ett_ftam_F_CREATE_DIRECTORY_request,
6602     &ett_ftam_F_CREATE_DIRECTORY_response,
6603     &ett_ftam_F_LINK_request,
6604     &ett_ftam_F_LINK_response,
6605     &ett_ftam_F_UNLINK_request,
6606     &ett_ftam_F_UNLINK_response,
6607     &ett_ftam_F_READ_LINK_ATTRIB_request,
6608     &ett_ftam_F_READ_LINK_ATTRIB_response,
6609     &ett_ftam_F_CHANGE_LINK_ATTRIB_request,
6610     &ett_ftam_F_CHANGE_LINK_ATTRIB_response,
6611     &ett_ftam_F_MOVE_request,
6612     &ett_ftam_F_MOVE_response,
6613     &ett_ftam_F_COPY_request,
6614     &ett_ftam_F_COPY_response,
6615     &ett_ftam_Attribute_Extension_Names,
6616     &ett_ftam_Attribute_Extension_Set_Name,
6617     &ett_ftam_SEQUENCE_OF_Extension_Attribute_identifier,
6618     &ett_ftam_Attribute_Extensions,
6619     &ett_ftam_Attribute_Extension_Set,
6620     &ett_ftam_SEQUENCE_OF_Extension_Attribute,
6621     &ett_ftam_Extension_Attribute,
6622     &ett_ftam_Scope_U,
6623     &ett_ftam_T__untag_item,
6624     &ett_ftam_OR_Set,
6625     &ett_ftam_AND_Set,
6626     &ett_ftam_AND_Set_item,
6627     &ett_ftam_Equality_Comparision,
6628     &ett_ftam_Relational_Comparision,
6629     &ett_ftam_Pathname_Pattern,
6630     &ett_ftam_T_pathname_value,
6631     &ett_ftam_T_pathname_value_item,
6632     &ett_ftam_String_Pattern,
6633     &ett_ftam_T_string_value,
6634     &ett_ftam_T_string_value_item,
6635     &ett_ftam_Bitstring_Pattern,
6636     &ett_ftam_Date_and_Time_Pattern,
6637     &ett_ftam_Integer_Pattern,
6638     &ett_ftam_Object_Identifier_Pattern,
6639     &ett_ftam_Boolean_Pattern,
6640     &ett_ftam_Contents_Type_Pattern,
6641     &ett_ftam_T_constraint_set_abstract_Syntax_Pattern,
6642     &ett_ftam_Attribute_Extensions_Pattern,
6643     &ett_ftam_Attribute_Extensions_Pattern_item,
6644     &ett_ftam_T_extension_set_attribute_Patterns,
6645     &ett_ftam_T_extension_set_attribute_Patterns_item,
6646     &ett_ftam_SEQUENCE_OF_Read_Attributes,
6647     &ett_ftam_Operation_Result_U,
6648     &ett_ftam_SEQUENCE_OF_Pathname,
6649     &ett_ftam_Pathname,
6650     &ett_ftam_Pass_Passwords,
6651     &ett_ftam_Path_Access_Passwords_U,
6652     &ett_ftam_Path_Access_Passwords_item,
6653     &ett_ftam_Attribute_Names,
6654     &ett_ftam_AE_title,
6655
6656 /*--- End of included file: packet-ftam-ettarr.c ---*/
6657 #line 139 "packet-ftam-template.c"
6658   };
6659
6660   /* Register protocol */
6661   proto_ftam = proto_register_protocol(PNAME, PSNAME, PFNAME);
6662   register_dissector("ftam", dissect_ftam, proto_ftam);
6663   /* Register fields and subtrees */
6664   proto_register_field_array(proto_ftam, hf, array_length(hf));
6665   proto_register_subtree_array(ett, array_length(ett));
6666
6667 }
6668
6669
6670 /*--- proto_reg_handoff_ftam --- */
6671 void proto_reg_handoff_ftam(void) {
6672         register_ber_oid_dissector("1.0.8571.1.1", dissect_ftam, proto_ftam,"iso-ftam(1)");
6673         register_ber_oid_dissector("1.0.8571.2.1", dissect_ftam, proto_ftam,"ftam-pci(1)");
6674         register_ber_oid_dissector("1.3.14.5.2.2", dissect_ftam, proto_ftam,"NIST file directory entry abstract syntax");
6675
6676         /* Unstructured text file document type FTAM-1 */
6677         register_ber_oid_dissector("1.0.8571.5.1", dissect_ftam_unstructured_text, proto_ftam,"ISO FTAM unstructured text");
6678         oid_add_from_string("ISO FTAM sequential text","1.0.8571.5.2");
6679         oid_add_from_string("FTAM unstructured text abstract syntax","1.0.8571.2.3");
6680         oid_add_from_string("FTAM simple-hierarchy","1.0.8571.2.5");
6681         oid_add_from_string("FTAM hierarchical file model","1.0.8571.3.1");
6682         oid_add_from_string("FTAM unstructured constraint set","1.0.8571.4.1");
6683
6684         /* Unstructured binary file document type FTAM-3 */
6685         register_ber_oid_dissector("1.0.8571.5.3", dissect_ftam_unstructured_binary, proto_ftam,"ISO FTAM unstructured binary");
6686         oid_add_from_string("FTAM unstructured binary abstract syntax","1.0.8571.2.4");
6687
6688         /* Filedirectory file document type NBS-9 */
6689         oid_add_from_string("NBS-9 FTAM file directory file","1.3.14.5.5.9");
6690
6691         /* Filedirectory file document type NBS-9 (WITH OLD NIST OIDs)*/
6692         oid_add_from_string("NBS-9-OLD FTAM file directory file","1.3.9999.1.5.9");
6693         oid_add_from_string("NIST file directory entry abstract syntax","1.3.9999.1.2.2");
6694 }