aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-radius.c')
-rw-r--r--packet-radius.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-radius.c b/packet-radius.c
index 6ef47248d2..10f75ac718 100644
--- a/packet-radius.c
+++ b/packet-radius.c
@@ -1,7 +1,7 @@
/* packet-radius.c
* Routines for RADIUS packet disassembly
*
- * $Id: packet-radius.c,v 1.16 2000/08/07 03:21:03 guy Exp $
+ * $Id: packet-radius.c,v 1.17 2000/08/13 14:08:35 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Johan Feyaerts
@@ -680,6 +680,8 @@ proto_tree
return;
}
+ OLD_CHECK_DISPLAY_AS_DATA(proto_radius, pd, offset, fd, tree);
+
memcpy(&rh,&pd[offset],sizeof(e_radiushdr));