nbb-packets
Get packets of specified session from Quad Miners Network Blackbox.
nbb-packets profile=PROFILE device-id=DEVICE-ID time=TIME src-ip=SRC-IP src-port=SRC-PORT dst-ip=DST-IP dst-port=DST-PORT ascii=ASCII
- profile=PROFILE
- The identifier of Network Blackbox connect profile
- device-id=DEVICE-ID
- Device ID of target session.
- time=TIME
- Date and time of target session. Use yyyy-MM-dd HH:mm:ss format.
- src-ip=SRC-IP
- Source IP address of target session.
- src-port=SRC-PORT
- Source port of target session.
- dst-ip=DST-IP
- Destination IP address of target session.
- dst-port=DST-PORT
- Destination port of target session.
- ascii=ASCII
- Specify 't' for an ASCII representation of the payload.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
_time | Date | Time | |
profile | String | Connect profile | The identifier of Network Blackbox connect profile |
src_mac | String | Source MAC | |
dst_mac | String | Destination MAC | |
src_ip | IP address | Source IP | |
src_port | Integer | Source port | |
dst_ip | IP address | Destination IP | |
dst_port | Integer | Destination port | |
protocol | String | Protocol | |
payload | BLOB | Payload | |
ascii | String | ASCII view |