aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ncp2222.py
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-02-02 23:31:13 +0000
committerGuy Harris <guy@alum.mit.edu>2010-02-02 23:31:13 +0000
commitb535a07ea0ce37d90dc2f0cdaf01d66ad3e7a7a1 (patch)
treea4cb671f1f961a67d7c765c20a0791d065b4c0ee /tools/ncp2222.py
parent98df26f3a9fbc8359415b588eb4aae0b6e8aed9d (diff)
Added protocol name to "Reassembled length" text.
svn path=/trunk/; revision=31775
Diffstat (limited to 'tools/ncp2222.py')
-rwxr-xr-xtools/ncp2222.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ncp2222.py b/tools/ncp2222.py
index 156ea5b1cc..20cc1dbd8d 100755
--- a/tools/ncp2222.py
+++ b/tools/ncp2222.py
@@ -8104,7 +8104,7 @@ proto_register_ncp2222(void)
{ "Desegmentation error", "nds.segment.error", FT_FRAMENUM, BASE_NONE, NULL, 0x0, "Desegmentation error due to illegal segments", HFILL }},
{ &hf_nds_reassembled_length,
- { "Reassembled length", "nds.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0, "The total length of the reassembled payload", HFILL }},
+ { "Reassembled NDS length", "nds.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0, "The total length of the reassembled payload", HFILL }},
{ &hf_nds_segment,
{ "NDS Fragment", "nds.fragment", FT_FRAMENUM, BASE_NONE, NULL, 0x0, "NDPS Fragment", HFILL }},