aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-08-14 18:28:43 -0700
committerGuy Harris <guy@alum.mit.edu>2014-08-15 01:29:13 +0000
commit480fcfd702bb8984ad9fede6566a3c520e9167d5 (patch)
tree361f218536b1807bff712125121a8da6683616f7
parent02187b0b8f06c3ec4ab192cbea308cc3219328e5 (diff)
Update some URLs.
Change-Id: Iaba677670907dbfb028c1112cd11986d859329cb Reviewed-on: https://code.wireshark.org/review/3600 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--epan/dissectors/packet-cdp.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/epan/dissectors/packet-cdp.c b/epan/dissectors/packet-cdp.c
index 2a2a515cf6..43b9cda33e 100644
--- a/epan/dissectors/packet-cdp.c
+++ b/epan/dissectors/packet-cdp.c
@@ -38,15 +38,13 @@
/*
* See
*
- * http://www.cisco.com/univercd/cc/td/doc/product/lan/trsrb/frames.htm#xtocid12
+ * http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/cdp/configuration/15-mt/cdp-15-mt-book/nm-cdp-discover.html#GUID-84FBA50B-677C-4D90-AF56-2FB96F2DC085
*
- * for some information on CDP.
+ * and
*
- * See
- *
- * http://www.cisco.com/en/US/products/hw/switches/ps663/products_tech_note09186a0080094713.shtml#cdp
+ * http://www.cisco.com/c/en/us/support/docs/switches/catalyst-4500-series-switches/13414-103.html#cdp
*
- * for some more information on CDP version 2.
+ * for some more information on CDP version 2 (a superset of version 1).
*/
void proto_register_cdp(void);