aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-sna.c')
-rw-r--r--packet-sna.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-sna.c b/packet-sna.c
index 8b738ba19a..26d1f05416 100644
--- a/packet-sna.c
+++ b/packet-sna.c
@@ -2,7 +2,7 @@
* Routines for SNA
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-sna.c,v 1.12 2000/03/12 04:47:49 gram Exp $
+ * $Id: packet-sna.c,v 1.13 2000/04/13 20:39:14 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -310,7 +310,7 @@ dissect_sna(const u_char *pd, int offset, frame_data *fd, proto_tree *tree) {
int sna_header_len = 0, th_header_len = 0;
/* SNA data should be printed in EBCDIC, not ASCII */
- fd->encoding = CHAR_EBCDIC;
+ fd->flags.encoding = CHAR_EBCDIC;
if (IS_DATA_IN_FRAME(offset)) {
/* Transmission Header Format Identifier */