summaryrefslogtreecommitdiff
path: root/packet-ripng.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-ripng.c')
-rw-r--r--packet-ripng.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-ripng.c b/packet-ripng.c
index d32022832d..f41f1e8219 100644
--- a/packet-ripng.c
+++ b/packet-ripng.c
@@ -3,7 +3,7 @@
* (c) Copyright Jun-ichiro itojun Hagino <itojun@itojun.org>
* derived from packet-rip.c
*
- * $Id: packet-ripng.c,v 1.13 2000/08/07 03:21:04 guy Exp $
+ * $Id: packet-ripng.c,v 1.14 2000/08/13 14:08:43 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -67,6 +67,8 @@ dissect_ripng(const u_char *pd, int offset, frame_data *fd, proto_tree *tree) {
};
const char *cmd;
+ OLD_CHECK_DISPLAY_AS_DATA(proto_ripng, pd, offset, fd, tree);
+
/* avoid alignment problem */
memcpy(&rip6, &pd[offset], sizeof(rip6));