Add the OID that MS created for KRB5 in mistake.
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 1 Sep 2002 01:31:55 +0000 (01:31 +0000)
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 1 Sep 2002 01:31:55 +0000 (01:31 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6164 f5534014-38df-0310-8fa8-9805f1628bb7

packet-kerberos.c

index c2e72a7a6a597a75fb3eed8b6589cc514103fa0b..063629e9f0a3dfc67a9c55ec5cfae86d6857cc72 100644 (file)
@@ -3,7 +3,7 @@
  * Wes Hardaker (c) 2000
  * wjhardaker@ucdavis.edu
  *
- * $Id: packet-kerberos.c,v 1.28 2002/08/31 22:22:29 guy Exp $
+ * $Id: packet-kerberos.c,v 1.29 2002/09/01 01:31:55 sharpe Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -1382,6 +1382,10 @@ proto_reg_handoff_kerberos(void)
 
     gssapi_init_oid("1.2.840.48018.1.2.2", proto_kerberos, ett_kerberos,
                     kerberos_handle);
+    /* Also register the stupidly incorrect one MS created for Kerberos */
+    /* If you look at the binary, you will see they added one extra bit */
+    gssapi_init_oid("1.2.840.113554.1.2.2", proto_kerberos, ett_kerberos,
+                    kerberos_handle);
 }
 
 /*