You are here: Commands > Capture File Analysis/Reporting > Modify Bookmark

Modify Bookmark

The Modify Bookmark command allows you to modify or delete an existing bookmark.

If no parameters are specified, the Modify Bookmark command will delete an existing bookmark on the last frame.

Modify Bookmark

An optional string representing the bookmark id can be specified using the String= parameter specification to change the name of an existing bookmark.

Modify Bookmark;String=NewBookmark#1

An optional frame number may be specified to modify a bookmark on a specific frame.

Modify Bookmark;String=NewBookmark#1;Frame=1024

The frame number must be valid or a failure notification response is sent:

Modify Bookmark;FAILED;Timestamp=1/30/2013 10:46:11 AM;Reason=Frame does not exist

When a bookmark is successfully modified, the response notification will contain the frame number that the bookmark was added to. The following example shows that a bookmark was modified for frame #3066.

Modify Bookmark;SUCCEEDED;Frame=3066;Timestamp=1/30/2013 10:44:05 AM