You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/pkttraceitemlist.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,4 +74,4 @@ The 'pkt' field of TraceTree history response is as follows.
74
74
75
75
About "branch" field of "traceitemlist", when the type is "V", "branch" is always "1", but when the type is "T", if the API call 'pkt.xxxIs(MyValue)' return true, then "branch" is "1", else "branch" is "0".
76
76
77
-
About "value" field of "traceitemlist", when the type is "V", "value" is the value of packet's "field", but when the type is "V", whether the API call 'pkt.xxxIs(MyValue)' return true or false, "value" is "MyValue"
77
+
About "value" field of "traceitemlist", when the type is "V", "value" is the value of packet's "field", but when the type is "T", whether the API call 'pkt.xxxIs(MyValue)' return true or false, "value" is "MyValue"
0 commit comments