diff options
-rw-r--r-- | wireshark/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wireshark/README.md b/wireshark/README.md index b9b241a19..37a81beb6 100644 --- a/wireshark/README.md +++ b/wireshark/README.md @@ -18,3 +18,6 @@ During capture the ndpiReader plugin will pass Wireshark the nDPI protocol infor ## nDPI Packet Filtering As nDPI is natively integrated into Wireshark, you can filter packets using the usual filtering mechanism. Example use "ndpi.protocol.name==BitTorrent" to filter all BitTorrent traffic. + +# tshark Lua Class +The tshark directory contains a Lua class for processing packets with tshark |