aboutsummaryrefslogtreecommitdiffstats
path: root/packet-l2tp.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-06-08 19:07:13 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-06-08 19:07:13 +0000
commit0c53a9ab7e41afe3b7eb5f28a780225f8fcc175a (patch)
tree3db753123953f59df529b9b34d06a8b66037dad3 /packet-l2tp.c
parentf5d4b025021d85aff0c927384d79ac3e4faed8d3 (diff)
Changed long registration name for L2TP to spelled-out name, without
a redundant "P". svn path=/trunk/; revision=2051
Diffstat (limited to 'packet-l2tp.c')
-rw-r--r--packet-l2tp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-l2tp.c b/packet-l2tp.c
index cc2ca85380..ee8fba04ce 100644
--- a/packet-l2tp.c
+++ b/packet-l2tp.c
@@ -7,7 +7,7 @@
* Laurent Cazalet <laurent.cazalet@mailclub.net>
* Thomas Parvais <thomas.parvais@advalvas.be>
*
- * $Id: packet-l2tp.c,v 1.11 2000/06/07 11:37:08 gram Exp $
+ * $Id: packet-l2tp.c,v 1.12 2000/06/08 19:07:13 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -821,7 +821,8 @@ proto_register_l2tp(void)
&ett_l2tp_avp,
};
- proto_l2tp = proto_register_protocol ("L2TP Protocol", "l2tp");
+ proto_l2tp = proto_register_protocol(
+ "Layer 2 Tunneling Protocol", "l2tp");
proto_register_field_array(proto_l2tp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
}