User Guide

History

History is an extension that persists all intercepted PDUs to database. You can easily look at all persisted PDUs or send them to other extension using right click.

History can be used in extensions, so you will see the history view in extensions like Repeater.

Filtering history

You can filter displayed PDUs using the filter button on top of History tab:

Note: History extension uses SQLite as a storage. The database file (history.db) is stored in project directory.

Special tags

In order to specify, which PDUs should be persisted, you can tag them using the following tags (all PDUs are persisted by default):

  • no_history - tagged PDU won't be persisted
  • history - tagged PDU will be persisted even if it already has no_history tag.