1

Topic: Override LogEntry Timestamp

Hi,

I would use SmartInspect to log some packet that come from special hw-interface. That interface and it's driver provide also an accurate timesamp (FILETIME compatible) with 1uS resolution.

There is the ability in smart inspect to use that timestamp and not the generated one in
log entries ?

Regards
Ing Giuseppe Monteleone

2

Re: Override LogEntry Timestamp

Giuseppe,

Yes, you can set a custom time stamp in the OnFilter event. You would just need to convert your time stamp to a TDateTime and could then assign it to the Timestamp property of a log entry packet (or watch or process flow).

Regards,
Tobias