aboutsummaryrefslogtreecommitdiffstats
path: root/afn.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-24 10:22:29 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-24 10:22:29 +0000
commitaf8f9042cb1b3566cf8916ed69c4c68e6fd2616f (patch)
tree09b52d4a9cc6266aeb385980e5b5e1d21f9fa2bd /afn.c
parent0244a753d9e7bb4f42714f66e971014421cfe035 (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6079 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'afn.c')
-rw-r--r--afn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/afn.c b/afn.c
index c819c7023f..d554a2143d 100644
--- a/afn.c
+++ b/afn.c
@@ -1,7 +1,7 @@
/* afn.c
* RFC 1700 address family numbers
*
- * $Id: afn.c,v 1.2 2002/01/21 07:36:31 guy Exp $
+ * $Id: afn.c,v 1.3 2002/08/24 10:22:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -46,6 +46,7 @@ const value_string afn_vals[] = {
{ AFNUM_DECNET, "Decnet IV" },
{ AFNUM_BANYAN, "Banyan Vines" },
{ AFNUM_E164NSAP, "E.164 with NSAP subaddress" },
+ { AFNUM_L2VPN, "Layer-2 VPN" },
{ 65535, "Reserved" },
{ 0, NULL },
};