aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pim.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-01-19 18:53:41 +0000
committerGuy Harris <guy@alum.mit.edu>2010-01-19 18:53:41 +0000
commit92a3647ac4368ec0fc05c988a23fdc9fb3ac86f2 (patch)
tree4dc9ea8957d06f62903fc9b50cec39a62003c33e /epan/dissectors/packet-pim.c
parent2799a0216ffa11231ebc95f74b6cf37375090b74 (diff)
Get rid of a dead link, use IETF links for what appear to be the last
I-Ds for PIMv1 (the next version of the dense-mode draft didn't run on IGMP). svn path=/trunk/; revision=31568
Diffstat (limited to 'epan/dissectors/packet-pim.c')
-rw-r--r--epan/dissectors/packet-pim.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-pim.c b/epan/dissectors/packet-pim.c
index d2c6c0eebf..ee2656b5d0 100644
--- a/epan/dissectors/packet-pim.c
+++ b/epan/dissectors/packet-pim.c
@@ -58,11 +58,11 @@ static dissector_handle_t ip_handle;
static dissector_handle_t ipv6_handle;
/*
- * For PIM v1, see the PDF slides at
+ * For PIM v1, see
*
- * http://www.mbone.de/training/Module3.pdf
+ * http://tools.ietf.org/html/draft-ietf-idmr-pim-spec-02
*
- * Is it documented anywhere else?
+ * http://tools.ietf.org/html/draft-ietf-idmr-pim-dm-spec-03
*/
static const char *
dissect_pimv1_addr(tvbuff_t *tvb, int offset) {