aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-dns.c')
-rw-r--r--packet-dns.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-dns.c b/packet-dns.c
index 5bc44802d7..3736943256 100644
--- a/packet-dns.c
+++ b/packet-dns.c
@@ -1,7 +1,7 @@
/* packet-dns.c
* Routines for DNS packet disassembly
*
- * $Id: packet-dns.c,v 1.51 2000/08/09 07:15:19 guy Exp $
+ * $Id: packet-dns.c,v 1.52 2000/08/13 14:08:08 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -1728,6 +1728,8 @@ dissect_dns(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
{ RCODE_REFUSED, "Refused" },
{ 0, NULL } };
+ OLD_CHECK_DISPLAY_AS_DATA(proto_dns, pd, offset, fd, tree);
+
dns_data_offset = offset;
if (check_col(fd, COL_PROTOCOL))