aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pop.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-pop.c')
-rw-r--r--packet-pop.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-pop.c b/packet-pop.c
index d152212b8b..66605a13c0 100644
--- a/packet-pop.c
+++ b/packet-pop.c
@@ -2,7 +2,7 @@
* Routines for pop packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-pop.c,v 1.16 2000/08/07 03:20:59 guy Exp $
+ * $Id: packet-pop.c,v 1.17 2000/08/13 14:08:37 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -62,6 +62,8 @@ dissect_pop(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_pop, pd, offset, fd, tree);
+
memset(rr, '\0', sizeof(rr));
memset(rd, '\0', sizeof(rd));