]> The Tcpdump Group git mirrors - tcpdump/commitdiff
change vendor private codepoint
authorhannes <hannes>
Tue, 3 May 2005 08:09:20 +0000 (08:09 +0000)
committerhannes <hannes>
Tue, 3 May 2005 08:09:20 +0000 (08:09 +0000)
print-lspping.c

index 76bd14c2da4260a6462c15e2a780660e90c9ce6b..8b5542966eb14a2aff336a43dcaf7465c1dfeb3a 100644 (file)
@@ -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        
+#define        LSPPING_TLV_VENDOR_PRIVATE        0xfc00
 
 static const struct tok lspping_tlv_values[] = {
     { LSPPING_TLV_TARGET_FEC_STACK, "Target FEC Stack" },