Fix format error.
authorEvan Huus <eapache@gmail.com>
Sun, 20 Oct 2013 02:24:34 +0000 (02:24 -0000)
committerEvan Huus <eapache@gmail.com>
Sun, 20 Oct 2013 02:24:34 +0000 (02:24 -0000)
svn path=/trunk/; revision=52702

epan/dissectors/packet-ldp.c

index 1aaf80db7f38e286b49dae005a256735bf382611..d96dbe1c1c529b94d5d054613f7f38ece5a07b15 100644 (file)
@@ -1449,7 +1449,7 @@ dissect_tlv_atm_label(tvbuff_t *tvb, packet_info *pinfo, guint offset, proto_tre
     proto_tree *ti, *val_tree;
 
     if (rem != 4){
-        proto_tree_add_expert_format(tree, pinfo, &ei_ldp_tlv_fec_len, tvb, offset, rem, "Error processing ATM Label TLV: length is %d, should be 4");
+        proto_tree_add_expert_format(tree, pinfo, &ei_ldp_tlv_fec_len, tvb, offset, rem, "Error processing ATM Label TLV: length is %d, should be 4", rem);
         return;
     }
     ti=proto_tree_add_text(tree, tvb, offset, rem, "ATM Label");