aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-09-22 10:21:05 +0000
committerGuy Harris <guy@alum.mit.edu>2012-09-22 10:21:05 +0000
commita5d139495300ee163340832403d022a40fe564d1 (patch)
tree4a022be842ff7225bddcc5c9dfd8b8eda7fdec11
parent1a97b58332bfabb285c9322881bbcac23fe66f84 (diff)
Remove incorrect extra hf_vines_ip_length - what's being constructed
there is the Transport Control field and subfields thereof, not the packet length field. Update some URLs. svn path=/trunk/; revision=45051
-rw-r--r--epan/dissectors/packet-vines.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/epan/dissectors/packet-vines.c b/epan/dissectors/packet-vines.c
index 41784bef9f..218841f902 100644
--- a/epan/dissectors/packet-vines.c
+++ b/epan/dissectors/packet-vines.c
@@ -35,11 +35,11 @@
*
* Some information can also be found in
*
- * http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/vines.htm
+ * http://docwiki.cisco.com/wiki/Banyan_VINES
*
* and at
*
- * http://www.synapse.de/ban/HTML/P_VINES/Eng/P_vines.html
+ * http://www.banalyzer.de/ban/HTML/P_VINES/Eng/P_vines.html
*
* The document at
*
@@ -447,8 +447,6 @@ dissect_vines_ip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
* XXX - bit 0x80 is "Normal" if 0; what is it if 1?
*/
if (is_broadcast) {
- proto_tree_add_item(vip_tree, hf_vines_ip_length,
- tvb, offset, 1, ENC_NA);
proto_tree_add_text(tctl_tree, tvb, offset, 1, "%s",
decode_boolean_bitfield(viph.vip_tctl, 0x40, 1*8,
"Router nodes",