diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 408a14ec4..9a729018d 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -300,6 +300,13 @@ typedef struct ndpi_flow_info { } http; struct { + struct { + u_int32_t ipv4; + u_int16_t port; + } mapped_address; + } stun; + + struct { char *username, *password; } telnet; |