From d17fffe82e003ea9ee99e40979bbb86ace6ec10b Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Mon, 11 Mar 2024 17:52:37 +0100 Subject: [PATCH] Document new IPv6 bytes in the API --- docs/app_api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/app_api.md b/docs/app_api.md index badc3df71..e4740ae27 100644 --- a/docs/app_api.md +++ b/docs/app_api.md @@ -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