Skip to content

Commit

Permalink
Document new IPv6 bytes in the API
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Mar 11, 2024
1 parent 7e71d89 commit d17fffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/app_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ In the result of the `stop` and `get_status` actions and in the broadcast of `Ca
| pkts_sent | int | 50 | packets sent |
| pkts_rcvd | int | 50 | packets received |
| pkts_dropped | int | 50 | in root mode, number of packets not analyzed and not dumped |
| ipv6_bytes_sent | long | 74 | IPv6 bytes sent (from the device to the Internet) |
| ipv6_bytes_recv | long | 74 | IPv6 bytes received (from the Internet to the device) |

## Dumping PCAP to file

Expand Down

0 comments on commit d17fffe

Please sign in to comment.