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, 1 insertions, 3 deletions
diff --git a/packet-radius.c b/packet-radius.c
index dc79f770d2..7bb763d211 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.23 2001/01/16 23:35:58 guy Exp $
+ * $Id: packet-radius.c,v 1.24 2001/01/22 08:54:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Johan Feyaerts
@@ -689,8 +689,6 @@ proto_tree
return;
}
- OLD_CHECK_DISPLAY_AS_DATA(proto_radius, pd, offset, fd, tree);
-
memcpy(&rh,&pd[offset],sizeof(e_radiushdr));