Add packet feed filters; closes #169.

This commit is contained in:
Jack Kingsman
2026-04-08 14:44:41 -07:00
parent 7d5cfdec26
commit 01c86a486e
2 changed files with 180 additions and 27 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const RAW_PACKET_STATS_WINDOW_SECONDS: Record<Exclude<RawPacketStatsWindow, 'ses
export const MAX_RAW_PACKET_STATS_OBSERVATIONS = 20000;
const KNOWN_PAYLOAD_TYPES = [
export const KNOWN_PAYLOAD_TYPES = [
'Advert',
'GroupText',
'TextMessage',