aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pim.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-04-20 21:55:14 +0000
committerGuy Harris <guy@alum.mit.edu>2005-04-20 21:55:14 +0000
commit09ed220e28a9ed1e758421c6d20f96802af74669 (patch)
treec206f9779a8d59f112443bd8c34e2c76cd0c67a5 /epan/dissectors/packet-pim.c
parentec5ec3768e5744a4b034da3640e6e2aaef10f23d (diff)
Add a comment asking about the address and mask length fields in
join/prune requests. svn path=/trunk/; revision=14157
Diffstat (limited to 'epan/dissectors/packet-pim.c')
-rw-r--r--epan/dissectors/packet-pim.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pim.c b/epan/dissectors/packet-pim.c
index ef997f5744..5ba376cba6 100644
--- a/epan/dissectors/packet-pim.c
+++ b/epan/dissectors/packet-pim.c
@@ -378,6 +378,10 @@ dissect_pimv1(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
offset += 1;
for (i = 0; i < ngroup; i++) {
+ /*
+ * XXX - does the group address have the length "adr_len"
+ * and the group mask the length "mask_len"?
+ */
tigroup = proto_tree_add_text(pimopt_tree, tvb, offset, 4,
"Group %d: %s", i,
ip_to_str(tvb_get_ptr(tvb, offset, 4)));