diff options
author | Luca Deri <deri@ntop.org> | 2021-04-01 10:24:44 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-04-01 10:24:44 +0200 |
commit | db5aeb0cb1fc8360a414c70fbbf843eb9d811c89 (patch) | |
tree | 203ef2ad3e2c529238b30c7db86f00ab6b52b6bf /wireshark/ndpi.lua | |
parent | 28879c570e700660e4eab7bbb72064d5e00fbf05 (diff) |
Readme update
Diffstat (limited to 'wireshark/ndpi.lua')
-rw-r--r-- | wireshark/ndpi.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/wireshark/ndpi.lua b/wireshark/ndpi.lua index 75ca95a70..47925fbb8 100644 --- a/wireshark/ndpi.lua +++ b/wireshark/ndpi.lua @@ -1,5 +1,5 @@ -- --- (C) 2017-18 - ntop.org +-- (C) 2017-21 - ntop.org -- -- This plugin is part of nDPI (https://github.com/ntop/nDPI) -- @@ -18,9 +18,6 @@ -- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- --- wireshark ~/Dropbox/discovery/Daniele/alexa_sonos_only.pcap --- cat /tmp/wireshark.sql | influx -database wireshark - local ndpi_proto = Proto("ndpi", "nDPI Protocol Interpreter") ndpi_proto.fields = {} |