aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-02 22:32:31 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-02 22:32:31 +0000
commiteb901ee1574974e2c9375426acec63fef353c15b (patch)
tree1c53f994f7a8b2f1e51c12402e9f1cb8c5b5c7e7
parent687b1bb4c5a294b7966644706c85d1a8c057733d (diff)
Added protocol name to "Reassembled length" text.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31774 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-clnp.c2
-rw-r--r--epan/dissectors/packet-p_mul.c2
-rw-r--r--epan/dissectors/packet-tcp.c2
-rw-r--r--epan/dissectors/packet-x25.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-clnp.c b/epan/dissectors/packet-clnp.c
index 88133ee247..c4c63a306d 100644
--- a/epan/dissectors/packet-clnp.c
+++ b/epan/dissectors/packet-clnp.c
@@ -624,7 +624,7 @@ void proto_register_clnp(void)
"This CLNP packet is reassembled in this frame", HFILL }},
{ &hf_clnp_reassembled_length,
- { "Reassembled length", "clnp.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+ { "Reassembled CLNP length", "clnp.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
"The total length of the reassembled payload", HFILL }}
};
static gint *ett[] = {
diff --git a/epan/dissectors/packet-p_mul.c b/epan/dissectors/packet-p_mul.c
index 1fb1f440cf..41ddf417d6 100644
--- a/epan/dissectors/packet-p_mul.c
+++ b/epan/dissectors/packet-p_mul.c
@@ -1489,7 +1489,7 @@ void proto_register_p_mul (void)
{ "Reassembled in", "p_mul.reassembled.in", FT_FRAMENUM, BASE_NONE,
NULL, 0x00, NULL, HFILL } },
{ &hf_msg_reassembled_length,
- { "Reassembled length", "p_mul.reassembled.length", FT_UINT32, BASE_DEC,
+ { "Reassembled Data length", "p_mul.reassembled.length", FT_UINT32, BASE_DEC,
NULL, 0x00, NULL, HFILL } },
/*
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 9d666c2690..3c38b69bc1 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -3827,7 +3827,7 @@ proto_register_tcp(void)
"The PDU that doesn't end in this segment is reassembled in this frame", HFILL }},
{ &hf_tcp_reassembled_length,
- { "Reassembled length", "tcp.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+ { "Reassembled TCP length", "tcp.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
"The total length of the reassembled payload", HFILL }},
{ &hf_tcp_options,
diff --git a/epan/dissectors/packet-x25.c b/epan/dissectors/packet-x25.c
index 8c0a4c09ef..fdbeabda72 100644
--- a/epan/dissectors/packet-x25.c
+++ b/epan/dissectors/packet-x25.c
@@ -2639,7 +2639,7 @@ proto_register_x25(void)
"Defragmentation error due to illegal fragments", HFILL }},
{ &hf_x25_reassembled_length,
- { "Reassembled length", "x25.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
+ { "Reassembled X.25 length", "x25.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
"The total length of the reassembled payload", HFILL }},
{ &hf_x25_segment,