diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-08-24 10:22:29 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-08-24 10:22:29 +0000 |
commit | 210b46429b757ed2a00c2b7a430851310cb9a739 (patch) | |
tree | 09b52d4a9cc6266aeb385980e5b5e1d21f9fa2bd /afn.h | |
parent | 1e1bbe52151155cfd3a079a4114ae550d78015b8 (diff) | |
download | wireshark-210b46429b757ed2a00c2b7a430851310cb9a739.tar.gz wireshark-210b46429b757ed2a00c2b7a430851310cb9a739.tar.bz2 wireshark-210b46429b757ed2a00c2b7a430851310cb9a739.zip |
From Hannes Gredler:
Basic support for AFI & Extd communities in
draft-kompella-ppvpn-l2vpn
More robust handling for unknown AFIs in BGP MP(UN)REACH NLRIs
Fix typos.
svn path=/trunk/; revision=6079
Diffstat (limited to 'afn.h')
-rw-r--r-- | afn.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* afn.h * RFC 1700 address family numbers * - * $Id: afn.h,v 1.1 2001/07/21 10:27:12 guy Exp $ + * $Id: afn.h,v 1.2 2002/08/24 10:22:29 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -41,7 +41,8 @@ #define AFNUM_DECNET 13 #define AFNUM_BANYAN 14 #define AFNUM_E164NSAP 15 - +/* draft-kompella-ppvpn-l2vpn */ +#define AFNUM_L2VPN 196 extern const value_string afn_vals[]; #endif /* __AFN_H__ */ |