diff options
author | Luca Deri <deri@ntop.org> | 2017-02-13 01:29:25 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-02-13 01:29:25 +0100 |
commit | e2cfc96577be5fe97cd5ce63ac30b23cbfadce84 (patch) | |
tree | b5a0dda703c5e6b5407d81e542b2d46b179578f7 /example/ndpi_util.h | |
parent | b16769ddbe0f20000b52fa86b7a1d6a966705c28 (diff) |
Improvements for exporting info in MDNS and UBNTAC2 protocols
Added test pcap file for UBNTAC2
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h index 171ab8e95..6ff17bac2 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -58,6 +58,7 @@ typedef struct ndpi_flow_info { // result only, not used for flow identification ndpi_protocol detected_protocol; + char info[96]; char host_server_name[192]; char bittorent_hash[41]; |