After processing the message fields, the following operations can be done:
packet.action
Where possible actions are:
AddToTimeView() // message will be dispalyed in Time View
AddToTimeView(Color) // message will be
dispalyed in Time
View with the given color (and so will
the ‘Msg’ section in the message view)
(see Table 4 – Possible Time View colors for possible Time View colors)
AddToMessageView() // add this message to
Message View – note
that in real time capture, the number
of
messages that can be added to message
view using this command is limited to
1000
AddToMessageView(fieldName) // add this message to
Message
View
expand the field given in
fieldName
AddName(text) // change the ‘name’ of the messge as will apear
in the ‘msg’ section in message view. This
allow to mark messages by type (e.g. ack)
AddBookmark() // add time view bookmark under this message,
note that number of bookmarks is limited to 50
AddBookmark(name) // adds time view bookmark with the
given
name
AddMessageNote(content) // adds a user defined note to the
message
with the specific content
StopCapture() // stop data capture now
Table 4 – Possible Time View colors