summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ftam.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-05-03 11:37:47 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-05-03 11:37:47 +0000
commita70a1b3eb639474aa5ea132f7ef2e9d1129ddc39 (patch)
tree27c36f52c7ad89356ebd904cc2406a3a08bb5e97 /epan/dissectors/packet-ftam.c
parenta2e548266d76e31ae9276ee9b3214e8074eb372d (diff)
downloadwireshark-a70a1b3eb639474aa5ea132f7ef2e9d1129ddc39.tar.gz
EXTERNAL type is handled in asn2wrs now
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
Diffstat (limited to 'epan/dissectors/packet-ftam.c')
-rw-r--r--epan/dissectors/packet-ftam.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-ftam.c b/epan/dissectors/packet-ftam.c
index ae99e3b331..bcde3f1eeb 100644
--- a/epan/dissectors/packet-ftam.c
+++ b/epan/dissectors/packet-ftam.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
-/* ./packet-ftam.c */
+/* .\packet-ftam.c */
/* ../../tools/asn2wrs.py -b -e -p ftam -c ftam.cnf -s packet-ftam-template ISO8571-FTAM.asn */
/* Input file: packet-ftam-template.c */
@@ -277,7 +277,7 @@ static int hf_ftam_complete_pathname = -1; /* Pathname */
static int hf_ftam_actual_values7 = -1; /* INTEGER */
static int hf_ftam_actual_values9 = -1; /* GraphicString */
static int hf_ftam_abstract_Syntax_not_supported = -1; /* NULL */
-static int hf_ftam_actual_values4 = -1; /* EXTERNAL */
+static int hf_ftam_actual_values4 = -1; /* EXTERNALt */
static int hf_ftam_actual_values6 = -1; /* User_Identity */
static int hf_ftam_Child_Objects_Attribute_item = -1; /* GraphicString */
static int hf_ftam_f_Change_prefix_request = -1; /* F_CHANGE_PREFIX_request */
@@ -668,7 +668,7 @@ static gint ett_ftam_Attribute_Value_Assertions = -1;
/*--- Fields for imported types ---*/
static int dissect_actual_values4_impl(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
- return dissect_acse_EXTERNAL(TRUE, tvb, offset, pinfo, tree, hf_ftam_actual_values4);
+ return dissect_acse_EXTERNALt(TRUE, tvb, offset, pinfo, tree, hf_ftam_actual_values4);
}
@@ -887,7 +887,7 @@ static int dissect_attribute_groups(packet_info *pinfo _U_, proto_tree *tree _U_
static int
dissect_ftam_Shared_ASE_Information(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_) {
- offset = dissect_acse_EXTERNAL(implicit_tag, tvb, offset, pinfo, tree, hf_index);
+ offset = dissect_acse_EXTERNALt(implicit_tag, tvb, offset, pinfo, tree, hf_index);
return offset;
}
@@ -3819,7 +3819,7 @@ static int dissect_begin_end_impl(packet_info *pinfo _U_, proto_tree *tree _U_,
static int
dissect_ftam_Node_Name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_) {
- offset = dissect_acse_EXTERNAL(implicit_tag, tvb, offset, pinfo, tree, hf_index);
+ offset = dissect_acse_EXTERNALt(implicit_tag, tvb, offset, pinfo, tree, hf_index);
return offset;
}
@@ -6972,7 +6972,7 @@ void proto_register_ftam(void) {
{ &hf_ftam_actual_values4,
{ "actual-values", "ftam.actual_values",
FT_NONE, BASE_NONE, NULL, 0,
- "acse.EXTERNAL", HFILL }},
+ "acse.EXTERNALt", HFILL }},
{ &hf_ftam_actual_values6,
{ "actual-values", "ftam.actual_values",
FT_STRING, BASE_NONE, NULL, 0,