]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add CiscoMLS and CiscoVTP SNAP protocol ID's
authorfenner <fenner>
Fri, 15 Jun 2001 21:02:10 +0000 (21:02 +0000)
committerfenner <fenner>
Fri, 15 Jun 2001 21:02:10 +0000 (21:02 +0000)
addrtoname.c

index 90a15a507faca4ebb8f389e7328338fa63495e79..47a3577f6956034dc40e9580a90d5d712feb9dea 100644 (file)
@@ -23,7 +23,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/addrtoname.c,v 1.74 2001-05-10 02:55:45 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/addrtoname.c,v 1.75 2001-06-15 21:02:10 fenner Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -621,8 +621,10 @@ static struct protoidlist {
        u_char protoid[5];
        char *name;
 } protoidlist[] = {
        u_char protoid[5];
        char *name;
 } protoidlist[] = {
+       {{ 0x00, 0x00, 0x0c, 0x01, 0x07 }, "CiscoMLS" },
        {{ 0x00, 0x00, 0x0c, 0x20, 0x00 }, "CiscoCDP" },
        {{ 0x00, 0x00, 0x0c, 0x20, 0x01 }, "CiscoCGMP" },
        {{ 0x00, 0x00, 0x0c, 0x20, 0x00 }, "CiscoCDP" },
        {{ 0x00, 0x00, 0x0c, 0x20, 0x01 }, "CiscoCGMP" },
+       {{ 0x00, 0x00, 0x0c, 0x20, 0x03 }, "CiscoVTP" },
        {{ 0x00, 0xe0, 0x2b, 0x00, 0xbb }, "ExtremeEDP" },
        {{ 0x00, 0x00, 0x00, 0x00, 0x00 }, NULL }
 };
        {{ 0x00, 0xe0, 0x2b, 0x00, 0xbb }, "ExtremeEDP" },
        {{ 0x00, 0x00, 0x00, 0x00, 0x00 }, NULL }
 };