Appendix B
Catalyst Enterprises, Inc.
93
SubFieldOf
SubFieldOf (
FiledId
[,
Separeted
])
Block
Remark
This statement specifies the sub fields of a specific field. Note that all AddField
statements that exist in the body of the SubField statement are relative to the specified
filed. When user defines sub fields of a field, the packet view will show sub fields
below the field in the viewer and the user can expand/collapse the sub fields. If the
user would like the packet view to show sub fields in a separated table, he must write
the
Separated
keyword after FieldId.
Parameters
FieldId
The field Id that was defined by AddField.
Separated:
Is a constant keyword that specifies the defined subfield to appear in a
separate table instead of bellow the parent field
.
Example
F1 = AddField(2, 3, "Field1", "It starts form bit# 2",
"F1");
F2 = AddField(5, 3, "Field2", "This field is used
for..", "F2");
SubFieldOf(F1)
{
s1 = AddField(0, 1, "Subfield1", "This is subfield
of F1",
"s1");
s2 = AddField(1, 2, "s2", "a Subfield of f1",
"subfield f1");
}
SubFieldOf(F2, Separated) /* Viewerwill show these
subfields in a separared table */
{
s21 = AddField(0, 1, "Subfield1", "This is
subfield of F2",
"s1");
s22 = AddField(1, 2, "s2", "a Subfield of f2",
"subfield f1");
}
User can define inner SubFieldOf statements up to 8 levels.
Summary of Contents for AirCom UWB Analyzer
Page 1: ...March 2007 P N 400 0103 001 User s Manual Version 1 22 ...
Page 4: ...Catalyst Enterprises Inc Copyright iv ...
Page 54: ...Catalyst Enterprises Inc Faded Packets 46 Figure 32 Illustration of Faded Packets ...
Page 76: ...Catalyst Enterprises Inc Display Configuration 68 ...
Page 109: ......