aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x420.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-12-06 22:59:30 +0000
committerGuy Harris <guy@alum.mit.edu>2005-12-06 22:59:30 +0000
commit76bcc9bd3fd4bb72aa50a317adb4bb0069626a0c (patch)
treef3016eb151c5da0b8ed7a8931c0a34c62b8ea239 /epan/dissectors/packet-x420.c
parent0b1f2585c544c668b346d407286ad2f845b670d7 (diff)
Squelch some compiler const vs. non-const warnings.
svn path=/trunk/; revision=16710
Diffstat (limited to 'epan/dissectors/packet-x420.c')
-rw-r--r--epan/dissectors/packet-x420.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-x420.c b/epan/dissectors/packet-x420.c
index f17746c8fa..13182e243b 100644
--- a/epan/dissectors/packet-x420.c
+++ b/epan/dissectors/packet-x420.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* .\packet-x420.c */
+/* ./packet-x420.c */
/* ../../tools/asn2eth.py -X -b -e -p x420 -c x420.cnf -s packet-x420-template x420.asn */
/* Input file: packet-x420-template.c */
@@ -646,7 +646,7 @@ static int dissect_telex_compatible_impl(packet_info *pinfo, proto_tree *tree, t
static int
dissect_x420_T_type(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_) {
#line 110 "x420.cnf"
- char *name = NULL;
+ const char *name = NULL;
offset = dissect_ber_object_identifier_str(implicit_tag, pinfo, tree, tvb, offset, hf_index, &object_identifier_id);