From 52b8c407c772bcf561277096e4eaed0f646defc9 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 27 Jun 2005 20:45:02 +0000 Subject: regenerate FTAM with the bugfix for GraphicString in asn2eth svn path=/trunk/; revision=14801 --- epan/dissectors/packet-ftam.c | 4 ++-- epan/dissectors/packet-ftam.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'epan') 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); diff --git a/epan/dissectors/packet-ftam.h b/epan/dissectors/packet-ftam.h index f8897a6de8..e965b3a268 100644 --- a/epan/dissectors/packet-ftam.h +++ b/epan/dissectors/packet-ftam.h @@ -1,6 +1,6 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Ethereal dissector compiler */ -/* .\packet-ftam.h */ +/* ./packet-ftam.h */ /* ../../tools/asn2eth.py -X -b -e -p ftam -c ftam.cnf -s packet-ftam-template ISO8571-FTAM.asn */ /* Input file: packet-ftam-template.h */ -- cgit v1.2.1