Ethereal-dev: [ethereal-dev] patch packet-radius.c - Add Attribute Tunnel-Password

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Florian Lohoff <flo@xxxxxxxxxx>
Date: Wed, 5 Apr 2000 17:30:40 +0200
Index: packet-radius.c
===================================================================
RCS file: /cvsroot/ethereal/packet-radius.c,v
retrieving revision 1.9
diff -u -r1.9 packet-radius.c
--- packet-radius.c	2000/03/21 19:20:40	1.9
+++ packet-radius.c	2000/04/05 15:09:46
@@ -133,6 +133,7 @@
 #define RD_TP_TUNNEL_MEDIUM_TYPE 65
 #define RD_TP_TUNNEL_CLIENT_ENDPOINT 66
 #define RD_TP_TUNNEL_SERVER_ENDPOINT 67
+#define RD_TP_TUNNEL_PASSWORD 69
 #define RD_TP_TUNNEL_ASSIGNMENT_ID 82
 
 #define AUTHENTICATOR_LENGTH 16
@@ -379,6 +380,7 @@
 { RD_TP_TUNNEL_MEDIUM_TYPE, RADIUS_TUNNEL_MEDIUM_TYPE},
 { RD_TP_TUNNEL_CLIENT_ENDPOINT, RADIUS_STRING_TAGGED},
 { RD_TP_TUNNEL_SERVER_ENDPOINT, RADIUS_STRING_TAGGED},
+{ RD_TP_TUNNEL_PASSWORD, RADIUS_STRING_TAGGED},
 { RD_TP_TUNNEL_ASSIGNMENT_ID, RADIUS_STRING_TAGGED},
 {0,0},
 };
@@ -443,6 +445,7 @@
 { RD_TP_TUNNEL_MEDIUM_TYPE, "Tunnel Medium Type"},
 { RD_TP_TUNNEL_CLIENT_ENDPOINT, "Tunnel Client Endpoint"},
 { RD_TP_TUNNEL_SERVER_ENDPOINT, "Tunnel Server Endpoint"},
+{ RD_TP_TUNNEL_PASSWORD, "Tunnel Password"},
 { RD_TP_TUNNEL_ASSIGNMENT_ID, "Tunnel Assignment ID"},
 {0,NULL},
 };

-- 
Florian Lohoff		flo@xxxxxxxxxx		      	+49-subject-2-change
"Technology is a constant battle between manufacturers producing bigger and
more idiot-proof systems and nature producing bigger and better idiots."