]> The Tcpdump Group git mirrors - tcpdump/commitdiff
from Gino Barille <[email protected]>:
authorhannes <hannes>
Tue, 13 Jun 2006 17:15:28 +0000 (17:15 +0000)
committerhannes <hannes>
Tue, 13 Jun 2006 17:15:28 +0000 (17:15 +0000)
add support for printing notification subcode 7 as per rfc3392.

print-bgp.c

index 4d5c1d372153bd91f8f02bfe77937b20a783fef2..f8367cb0c1ba2f7be4c26dac2510e46dc1a6c108 100644 (file)
@@ -36,7 +36,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-     "@(#) $Header: /tcpdump/master/tcpdump/print-bgp.c,v 1.101 2006-02-21 10:27:40 hannes Exp $";
+     "@(#) $Header: /tcpdump/master/tcpdump/print-bgp.c,v 1.102 2006-06-13 17:15:28 hannes Exp $";
 #endif
 
 #include <tcpdump-stdinc.h>
@@ -267,6 +267,7 @@ static struct tok bgp_notify_minor_open_values[] = {
     { 4,                        "Unsupported Optional Parameter"},
     { 5,                        "Authentication Failure"},
     { 6,                        "Unacceptable Hold Time"},
+    { 7,                        "Capability Message Error"},
     { 0, NULL}
 };