| Overload | Description |
|---|---|
| Query(IPAddress,TimeSpan) | Get all communications to a given IP address and time window |
| Query(TimeSpan) | Get all communications to a time window |
| Query(DateTime,DateTime) | Get all communications to a date UTC range. |
| Query(String,TimeSpan) | Get all communications by a process for a given time period. |
| Query(FileInfo,TimeSpan) | Get all communications by a EXE or DLL for a given time period. |
| Query(DirectoryInfo,TimeSpan) | Get all communications by a that where initiated by applications located in a given directory for a given time period. |