aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-06-26 11:00:19 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-06-26 11:00:19 +0000
commit7e2903bdc8c94765fe674e52eeafa310e3f91d4d (patch)
tree064225be634265146d2f4e4541d0ce193fff09cc /epan
parentcc862131a239684c2cfc513dd84b28f2706a4f00 (diff)
Fix a compiler warning.
svn path=/trunk/; revision=14774
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ftam.c4
-rw-r--r--epan/dissectors/packet-ftam.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ftam.c b/epan/dissectors/packet-ftam.c
index f92ab1fc98..45ddcc1c1f 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 */
@@ -58,6 +58,8 @@
int proto_ftam = -1;
static char object_identifier_id[MAX_OID_STR_LEN];
+/* Declare the function to avoid a compiler warning */
+static int dissect_ftam_OR_Set(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_);
/*--- Included file: packet-ftam-hf.c ---*/
diff --git a/epan/dissectors/packet-ftam.h b/epan/dissectors/packet-ftam.h
index e965b3a268..f8897a6de8 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 */