aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bgp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-03 23:49:59 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-03 23:49:59 +0000
commit6d93e14208c1677b928e6f7d6f2e62a87aa3e594 (patch)
tree85b12fe44e8fde16b8ab415c835b4ce842ecb6e8 /packet-bgp.c
parentcf0b21e0381c4a19626910db09fd4995afdd07c7 (diff)
Fix a comment.
svn path=/trunk/; revision=7774
Diffstat (limited to 'packet-bgp.c')
-rw-r--r--packet-bgp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-bgp.c b/packet-bgp.c
index 35a75bfc91..fc4be86a99 100644
--- a/packet-bgp.c
+++ b/packet-bgp.c
@@ -2,7 +2,7 @@
* Routines for BGP packet dissection.
* Copyright 1999, Jun-ichiro itojun Hagino <itojun@itojun.org>
*
- * $Id: packet-bgp.c,v 1.81 2003/05/28 20:59:46 guy Exp $
+ * $Id: packet-bgp.c,v 1.82 2003/06/03 23:49:59 guy Exp $
*
* Supports:
* RFC1771 A Border Gateway Protocol 4 (BGP-4)
@@ -2610,7 +2610,6 @@ dissect_bgp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/*
* The BGP length doesn't include the BGP header; report that
* as an error.
- * Report this as an error.
*/
show_reported_bounds_error(tvb, pinfo, tree);
return;