aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-rsh.c')
-rw-r--r--packet-rsh.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-rsh.c b/packet-rsh.c
index 9491001385..298412ae8f 100644
--- a/packet-rsh.c
+++ b/packet-rsh.c
@@ -4,7 +4,7 @@
* Robert Tsai <rtsai@netapp.com>
* Liberally copied from packet-http.c, by Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-rsh.c,v 1.2 2000/08/12 12:56:23 deniel Exp $
+ * $Id: packet-rsh.c,v 1.3 2000/08/13 14:08:43 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -55,6 +55,8 @@ dissect_rsh(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
const u_char *lineend, *eol;
int linelen;
+ OLD_CHECK_DISPLAY_AS_DATA(proto_rsh, pd, offset, fd, tree);
+
data = &pd[offset];
dataend = data + END_OF_FRAME;