diff options
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 = {} |