aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-03 08:47:15 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-03 08:47:15 +0000
commit4976ff456d71804cf38f633f2f5a19ce37079501 (patch)
tree0d1d73dbb5e35cdf58f2c34c18106ea4d10c025f /epan/dissectors/packet-rtp.c
parent6eb4e5b6cd57825ee817cfaeb9ef2eef8afc0313 (diff)
Changed "reassembled_length" -> "reassembled.length".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31776 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rtp.c')
-rw-r--r--epan/dissectors/packet-rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtp.c b/epan/dissectors/packet-rtp.c
index 173ea41e1c..571994bd3e 100644
--- a/epan/dissectors/packet-rtp.c
+++ b/epan/dissectors/packet-rtp.c
@@ -1923,7 +1923,7 @@ proto_register_rtp(void)
"This RTP packet is reassembled in this frame", HFILL }
},
{&hf_rtp_reassembled_length,
- {"Reassembled RTP length", "rtp.reassembled_length",
+ {"Reassembled RTP length", "rtp.reassembled.length",
FT_UINT32, BASE_DEC, NULL, 0x0,
"The total length of the reassembled payload", HFILL }
},