aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lapb.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-10-15 21:05:49 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-10-15 21:05:49 +0000
commit212c95dd4a7d6579708b500d2ddc5e2daa703751 (patch)
tree7b2ec71fc1c4362155b084d96dbcef444d3b9371 /packet-lapb.c
parentde7123f71847e9ffe9caec3940fc051f6a4525f2 (diff)
Add full name of LAPB to protocol label.
svn path=/trunk/; revision=848
Diffstat (limited to 'packet-lapb.c')
-rw-r--r--packet-lapb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-lapb.c b/packet-lapb.c
index c754c9f833..a6b11e3a6d 100644
--- a/packet-lapb.c
+++ b/packet-lapb.c
@@ -2,7 +2,7 @@
* Routines for lapb frame disassembly
* Olivier Abad <abad@daba.dhis.org>
*
- * $Id: packet-lapb.c,v 1.6 1999/10/12 06:20:11 gram Exp $
+ * $Id: packet-lapb.c,v 1.7 1999/10/15 21:05:49 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -113,6 +113,6 @@ proto_register_lapb(void)
"" }},
};
- proto_lapb = proto_register_protocol ("LAPB", "lapb");
+ proto_lapb = proto_register_protocol ("Link Access Procedure Balanced (LAPB)", "lapb");
proto_register_field_array (proto_lapb, hf, array_length(hf));
}