Download OpenAPI specification:
Packet analysis API for PCAP files.
| filter | string Default: "" a display filter to apply to the returned list of packets |
| start | number <uint32> Default: 0 |
| count | number <uint32> Default: 1000 The number of packets to return |
| columns | Array of strings Default: "" A comma separated list of packet fields to return the data for |
| filter | string Default: "" a display filter to apply to the returned list of packets |
| start | number <uint32> Default: 0 |
| count | number <uint32> Default: 1000 The number of packets to return |
| fields | Array of strings Default: "" A comma separated list of up to 32 fields to return |
| source required | string The source IP address of the RTP stream |
| source_port required | number <uint> The source port of the RTP stream |
| dest required | string The destination IP address of the RTP stream |
| dest_port required | number <uint> the destination port of the RTP stream |
| ssrc required | string The SSRC identifying the RTP stream |