THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

In what way do you modify the tvb? Do you go in (by illegal means) and modify the contained data? That is off-limits.

The way to go about this is as decryption layers go about this. They take the original data, decrpyt it, add is as a data source to the tvb and pass that on to the subsequent dissector. See this part or the developer guide.