aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-07-25 19:52:08 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-07-25 19:52:08 +0000
commit415359db466cf7995a0896ca735331061c382559 (patch)
treee225a9678e3b2d02620b577b77ea288530d01499 /epan/dissectors/packet-ospf.c
parentcaa15f290647672c93b0b80cd3d65e369675395b (diff)
From Morro Roberto :
- bug fixes to the dissectors for the GENERALIZED_UNI and LABEL objects - improved dissector of flag field for the ERROR object - improved LABEL_SET object dissector - support for the new (proposed) ASSOCIATION object (see draft-ietf-ccamp-gmpls-recovery-e2e-signaling). Moveover find also attached a patch to OSPF that fixes a line of source code lost in the TNA TLV (the code compiled anyway). svn path=/trunk/; revision=15066
Diffstat (limited to 'epan/dissectors/packet-ospf.c')
-rw-r--r--epan/dissectors/packet-ospf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ospf.c b/epan/dissectors/packet-ospf.c
index 7f667136ea..2219f30403 100644
--- a/epan/dissectors/packet-ospf.c
+++ b/epan/dissectors/packet-ospf.c
@@ -1353,7 +1353,7 @@ dissect_ospf_lsa_mpls(tvbuff_t *tvb, int offset, proto_tree *tree,
case OIF_TNA_IPv4_ADDRESS:
ti = proto_tree_add_text(tlv_tree, tvb, stlv_offset, stlv_len+4,
-
+ "%s (IPv4): %s", stlv_name,
ip_to_str(tvb_get_ptr(tvb, stlv_offset + 8, 4)));
stlv_tree = proto_item_add_subtree(ti, ett_ospf_lsa_oif_tna_stlv);
proto_tree_add_text(stlv_tree, tvb, stlv_offset, 2,