aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-pipe.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-06 18:20:21 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-06 18:20:21 +0000
commit067ed51015d4b2a703a49e4ab967523e4f6a6626 (patch)
tree29661ad3343c108a690cbd01241aeecdf17fecad /epan/dissectors/packet-smb-pipe.c
parentb33c2c7f87502b6a5e82f66409bf903e8d08f343 (diff)
Renamed some reassembled data texts.
Removed some check_col(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31809 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smb-pipe.c')
-rw-r--r--epan/dissectors/packet-smb-pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb-pipe.c b/epan/dissectors/packet-smb-pipe.c
index eee92bff83..eff9a21acc 100644
--- a/epan/dissectors/packet-smb-pipe.c
+++ b/epan/dissectors/packet-smb-pipe.c
@@ -3921,7 +3921,7 @@ proto_register_smb_pipe(void)
{ "This PDU is reassembled in", "pipe.reassembled_in", FT_FRAMENUM,
BASE_NONE, NULL, 0x0, "The DCE/RPC PDU is completely reassembled in this frame", HFILL }},
{ &hf_pipe_reassembled_length,
- { "Reassembled length", "pipe.reassembled.length", FT_UINT32,
+ { "Reassembled SMB Pipe length", "pipe.reassembled.length", FT_UINT32,
BASE_DEC, NULL, 0x0, "The total length of the reassembled payload", HFILL }},
};
static gint *ett[] = {