aboutsummaryrefslogtreecommitdiffstats
path: root/afn.c
diff options
context:
space:
mode:
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 },
};