summaryrefslogtreecommitdiff
path: root/packet-ftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-ftp.c')
-rw-r--r--packet-ftp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-ftp.c b/packet-ftp.c
index aff4f1dbd1..ceec43993d 100644
--- a/packet-ftp.c
+++ b/packet-ftp.c
@@ -2,7 +2,7 @@
* Routines for ftp packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-ftp.c,v 1.17 2000/08/07 03:20:34 guy Exp $
+ * $Id: packet-ftp.c,v 1.18 2000/08/13 14:08:11 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -66,6 +66,8 @@ dissect_ftp(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
int i2;
int max_data = pi.captured_len - offset;
+ OLD_CHECK_DISPLAY_AS_DATA(proto_ftp, pd, offset, fd, tree);
+
memset(rr, '\0', sizeof(rr));
memset(rd, '\0', sizeof(rd));