Get PCAP step hex dump
GET
/files/{id}/pcap-step-hexReturns the hexadecimal dump for one PCAP step.
Contract
Parameter | Value |
|---|---|
| Section | files |
| Authentication | CookieAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
4 parameters
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| id | path | yes | integer | File ID |
| clientIp | query | no | string | Client IP whose session should be viewed |
| session | query | no | integer | One-based session index |
| step | query | no | integer | One-based step index |
Responses
5 responses
Status | Description | Type |
|---|---|---|
200 | Successful response | object |
400 | Invalid file ID or session/step not found | object |
401 | Unauthorized | object |
404 | File not found | object |
500 | Failed to read file | object |
{ "cursor": { "count": 0, "currentPage": 0, "totalPages": 0, "totalRows": 0 }, "data": {} }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }