summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ftam.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-06-27 20:45:02 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-06-27 20:45:02 +0000
commit52b8c407c772bcf561277096e4eaed0f646defc9 (patch)
tree491171767ce87f82c5a434cc1a0987dcca154a39 /epan/dissectors/packet-ftam.c
parentf9d6448624752a63624a435af791f1146f10e5b0 (diff)
downloadwireshark-52b8c407c772bcf561277096e4eaed0f646defc9.tar.gz
regenerate FTAM with the bugfix for GraphicString in asn2eth
svn path=/trunk/; revision=14801
Diffstat (limited to 'epan/dissectors/packet-ftam.c')
-rw-r--r--epan/dissectors/packet-ftam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ftam.c b/epan/dissectors/packet-ftam.c
index 45ddcc1c1f..8ce1c30d91 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 Ethereal dissector compiler */
-/* .\packet-ftam.c */
+/* ./packet-ftam.c */
/* ../../tools/asn2eth.py -X -b -e -p ftam -c ftam.cnf -s packet-ftam-template ISO8571-FTAM.asn */
/* Input file: packet-ftam-template.c */
@@ -1075,7 +1075,7 @@ static int dissect_actual_values2(packet_info *pinfo, proto_tree *tree, tvbuff_t
static int
dissect_ftam_GraphicString(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_) {
- offset = dissect_ber_restricted_string(implicit_tag, 0,
+ offset = dissect_ber_restricted_string(implicit_tag, BER_UNI_TAG_GraphicString,
pinfo, tree, tvb, offset, hf_index,
NULL);