]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Merge pull request #470 from qnet-herwin/radius_rfc3580
authorDenis Ovsienko <[email protected]>
Wed, 22 Jul 2015 10:21:17 +0000 (11:21 +0100)
committerDenis Ovsienko <[email protected]>
Wed, 22 Jul 2015 10:21:17 +0000 (11:21 +0100)
I haven't included any unit tests, because the trivial change this is. It has been tested locally and it has been seen working there. It doesn't break any existing unit tests either.

Fun fact: this value is used to assign a VLAN to a port or WLAN user, I wouldn't be surprised if it's the most common used value for Tunnel-Type.

print-radius.c

index 02d6a599eab719e0945d56f94eb0d1ecc4f91d4a..3018a5fb11f74a5e98c2b37b104c5400b3d7adc9 100644 (file)
  * RFC 2869:
  *      "RADIUS Extensions"
  *
+ * RFC 3580:
+ *      "IEEE 802.1X Remote Authentication Dial In User Service (RADIUS)"
+ *      "Usage Guidelines"
+ *
  * RFC 4675:
  *      "RADIUS Attributes for Virtual LAN and Priority Support"
  *
@@ -330,6 +334,7 @@ static const char *tunnel_type[]={ NULL,
                                    "GRE",
                                    "DVS",
                                    "IP-in-IP Tunneling",
+                                   "VLAN",
                                  };
 
 /* Tunnel-Medium-Type Attribute standard values */