From: hannes Date: Tue, 3 May 2005 08:09:20 +0000 (+0000) Subject: change vendor private codepoint X-Git-Tag: tcpdump-4.0.0~442 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/0bc284616cf5545b0edfc42d2b9d0f4996db4415 change vendor private codepoint --- diff --git a/print-lspping.c b/print-lspping.c index 76bd14c2..8b554296 100644 --- a/print-lspping.c +++ b/print-lspping.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-lspping.c,v 1.14 2005-04-19 12:44:05 hannes Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-lspping.c,v 1.15 2005-05-03 08:09:20 hannes Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -137,7 +137,7 @@ struct lspping_tlv_header { #define LSPPING_TLV_DOWNSTREAM_MAPPING 2 #define LSPPING_TLV_PAD 3 #define LSPPING_TLV_ERROR_CODE 4 -#define LSPPING_TLV_VENDOR_PRIVATE 5 +#define LSPPING_TLV_VENDOR_PRIVATE 0xfc00 static const struct tok lspping_tlv_values[] = { { LSPPING_TLV_TARGET_FEC_STACK, "Target FEC Stack" },