From 6354506df4ce2cee8ff41d715e00c8c545d6a89d Mon Sep 17 00:00:00 2001 From: hannes Date: Tue, 13 Jun 2006 17:15:28 +0000 Subject: [PATCH] from Gino Barille : add support for printing notification subcode 7 as per rfc3392. --- print-bgp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print-bgp.c b/print-bgp.c index 4d5c1d37..f8367cb0 100644 --- a/print-bgp.c +++ b/print-bgp.c @@ -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 @@ -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} };