aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ncp2222.py
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-02-02 17:48:41 +0000
committerGuy Harris <guy@alum.mit.edu>2010-02-02 17:48:41 +0000
commit05906068a57bb84e0fd07b8c3e43b912165f6e65 (patch)
tree7b78fd52b8bbf96f6ec46ca7b63e1ee428b7fbec /tools/ncp2222.py
parenta1102bf55c7f5832cebcc03a5827ea092931676c (diff)
Add a field for the reassembled length.
svn path=/trunk/; revision=31769
Diffstat (limited to 'tools/ncp2222.py')
-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 }},