diff options
author | Toni <matzeton@googlemail.com> | 2022-09-21 18:24:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 18:24:04 +0200 |
commit | 644ad34962365fa794b8f58e01a7290496f3d6ef (patch) | |
tree | 6585447ab509e90ce4733066c8182f8e930ebc36 /src/include | |
parent | d6701e8979292834cd50abc78e8beafea7c7be8c (diff) |
Improved NATPMP dissection. (#1745)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 18a53911d..c5cd96ade 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1475,6 +1475,13 @@ struct ndpi_flow_struct { char platform[32]; char services[48]; } tivoconnect; + + struct { + u_int16_t result_code; + u_int16_t internal_port; + u_int16_t external_port; + ndpi_ip_addr_t external_address; + } natpmp; } protos; /*** ALL protocol specific 64 bit variables here ***/ |