aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-02 17:48:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-02 17:48:41 +0000
commitf396e1e5b1a41d8eb1332c1b41d8186a0bf2aed6 (patch)
tree7b78fd52b8bbf96f6ec46ca7b63e1ee428b7fbec /tools
parent506ed5faa54dbaf8c64d423544782f28992f5672 (diff)
Add a field for the reassembled length.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31769 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ncp2222.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ncp2222.py b/tools/ncp2222.py
index 219be2c82a..156ea5b1cc 100755
--- a/tools/ncp2222.py
+++ b/tools/ncp2222.py
@@ -6206,6 +6206,7 @@ static int hf_nds_segment_overlap_conflict = -1;
static int hf_nds_segment_multiple_tails = -1;
static int hf_nds_segment_too_long_segment = -1;
static int hf_nds_segment_error = -1;
+static int hf_nds_reassembled_length = -1;
static int hf_nds_verb2b_req_flags = -1;
static int hf_ncp_ip_address = -1;
static int hf_ncp_copyright = -1;
@@ -8102,6 +8103,9 @@ proto_register_ncp2222(void)
{ &hf_nds_segment_error,
{ "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 }},
+
{ &hf_nds_segment,
{ "NDS Fragment", "nds.fragment", FT_FRAMENUM, BASE_NONE, NULL, 0x0, "NDPS Fragment", HFILL }},