aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-bootp.c')
-rw-r--r--packet-bootp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-bootp.c b/packet-bootp.c
index 4aca8ff8ba..72d4f8f7cf 100644
--- a/packet-bootp.c
+++ b/packet-bootp.c
@@ -2,7 +2,7 @@
* Routines for BOOTP/DHCP packet disassembly
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-bootp.c,v 1.39 2000/08/09 06:14:57 guy Exp $
+ * $Id: packet-bootp.c,v 1.40 2000/08/13 14:08:03 deniel Exp $
*
* The information used comes from:
* RFC 951: Bootstrap Protocol
@@ -622,6 +622,8 @@ dissect_bootp(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
guint32 ip_addr;
const char *dhcp_type;
+ OLD_CHECK_DISPLAY_AS_DATA(proto_bootp, pd, offset, fd, tree);
+
dhcp_type = NULL;
if (check_col(fd, COL_PROTOCOL))