Sorry about that, it’s a high priority on our bug list. In our rush to re-implement the analyzer SDK in the new codebase, this happened, and was then forgotten:
U64 AnalyzerResults::GetPacketContainingFrame( U64 frame_id )
{
return 0;
}
All the packet related functions were stubbed to get it to compile, and I think when analyzers started working, it was forgotten as a TODO.
This breaks a number of analyzers.