diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-06-19 09:48:49 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-06-19 09:48:49 +0000 |
commit | 4c9a7c3c87ba6455b116eefb6ca80e0e0106c0b1 (patch) | |
tree | e6d201eff7708b8358307ca2f7b9b5577fd743ed /packet-rsvp.h | |
parent | 7c1556c1feb75ac283f146aa234704d3ff96e9f6 (diff) | |
download | wireshark-4c9a7c3c87ba6455b116eefb6ca80e0e0106c0b1.tar.gz wireshark-4c9a7c3c87ba6455b116eefb6ca80e0e0106c0b1.tar.bz2 wireshark-4c9a7c3c87ba6455b116eefb6ca80e0e0106c0b1.zip |
From Carles Kishimoto: add support for GMPLS extensions, as per the I-D
draft-ietf-ccamp-ospf-gmpls-extensions-12.
svn path=/trunk/; revision=11185
Diffstat (limited to 'packet-rsvp.h')
-rw-r--r-- | packet-rsvp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-rsvp.h b/packet-rsvp.h index cefa5c5e25..aa63fd69cc 100644 --- a/packet-rsvp.h +++ b/packet-rsvp.h @@ -1,7 +1,7 @@ /* packet-rsvp.h * Declarations of variables exported by "packet-rsvp.c" * - * $Id: packet-rsvp.h,v 1.10 2002/04/14 23:04:04 guy Exp $ + * $Id: packet-rsvp.h,v 1.11 2004/06/19 09:48:49 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -27,5 +27,6 @@ extern const value_string gmpls_switching_type_str[]; extern const value_string gmpls_lsp_enc_str[]; +extern const value_string gmpls_protection_cap_str[]; #endif |