aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cdp.c
diff options
context:
space:
mode:
authorhannes <hannes@localhost>1999-01-24 21:18:15 +0000
committerhannes <hannes@localhost>1999-01-24 21:18:15 +0000
commita5d3ee40369fa8049e69680f202ab035a1e2a93c (patch)
treea1e4faf1bc17c957c322912e08ba80ec13b69e4e /packet-cdp.c
parent4efa83b58e957fe25ce8f449079e93694717bdd3 (diff)
Removed Development notice within the CDP tree...
Cisco Discovery Protocol works fine for me now. I have tested it with various Ciscos (7200, 3640, 2820, 2900, ...) svn path=/trunk/; revision=175
Diffstat (limited to 'packet-cdp.c')
-rw-r--r--packet-cdp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-cdp.c b/packet-cdp.c
index 5a0d2966b2..b00956a3ea 100644
--- a/packet-cdp.c
+++ b/packet-cdp.c
@@ -2,7 +2,7 @@
* Routines for the disassembly of the "Cisco Discovery Protocol"
* (c) Copyright Hannes R. Boehm <hannes@boehm.org>
*
- * $Id: packet-cdp.c,v 1.5 1999/01/06 23:07:42 guy Exp $
+ * $Id: packet-cdp.c,v 1.6 1999/01/24 21:18:15 hannes Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -78,7 +78,6 @@ dissect_cdp(const u_char *pd, int offset, frame_data *fd, GtkTree *tree) {
/* CDP header */
cdp_hdr = (e_cdp_hdr *) &pd[offset];
- add_item_to_tree(cdp_tree, offset, 0, "under development (hannes@boehm.org)");
add_item_to_tree(cdp_tree, offset, 1, "Version: %d", cdp_hdr->version);
add_item_to_tree(cdp_tree, offset+1, 1, "Flags (unknown)");
add_item_to_tree(cdp_tree, offset+2, 2, "TTL (unknown)");