summaryrefslogtreecommitdiff
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, 3 insertions, 1 deletions
diff --git a/packet-sna.c b/packet-sna.c
index dd3a35f326..39db5d82e8 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.17 2000/08/07 03:21:10 guy Exp $
+ * $Id: packet-sna.c,v 1.18 2000/08/13 14:08:58 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -310,6 +310,8 @@ dissect_sna(const u_char *pd, int offset, frame_data *fd, proto_tree *tree) {
guint8 th_fid;
int sna_header_len = 0, th_header_len = 0;
+ OLD_CHECK_DISPLAY_AS_DATA(proto_sna, pd, offset, fd, tree);
+
/* SNA data should be printed in EBCDIC, not ASCII */
fd->flags.encoding = CHAR_EBCDIC;