aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-01-19 19:37:03 +0000
committerBill Meier <wmeier@newsguy.com>2010-01-19 19:37:03 +0000
commite0064797fb53cb60feb32bdb316a902ccca6dd07 (patch)
tree4083fcbf1499c3b376b34133b76ef20e28e4fb58 /epan/dissectors/packet-tn3270.c
parent2efa26e0e1b9f75189b7a4f05abe3990870d6fe9 (diff)
Use more unique names for certain enum constants.
(enum constant names are part of the global name space). (Fixes at least one gcc -Wshadow warning). svn path=/trunk/; revision=31572
Diffstat (limited to 'epan/dissectors/packet-tn3270.c')
-rw-r--r--epan/dissectors/packet-tn3270.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tn3270.c b/epan/dissectors/packet-tn3270.c
index 5c0fc8efdf..4290b9136d 100644
--- a/epan/dissectors/packet-tn3270.c
+++ b/epan/dissectors/packet-tn3270.c
@@ -3801,7 +3801,7 @@ dissect_tn3270(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_set_str(pinfo->cinfo, COL_PROTOCOL, "TN3270");
- pinfo->fd->flags.encoding = CHAR_EBCDIC;
+ pinfo->fd->flags.encoding = PACKET_CHAR_ENC_CHAR_EBCDIC;
/* Do we have a conversation for this connection? */
conversation = find_conversation(pinfo->fd->num, &pinfo->src, &pinfo->dst,