diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2021-04-25 11:47:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 11:47:19 +0200 |
commit | a04efb7ce76b796ec73decc1ec18827b51b0cb32 (patch) | |
tree | 2992856df1c664d1e795a0b3d12154175bc8c122 | |
parent | fad246289f695b37c01e28ed5bc1c99028be7f13 (diff) |
Added tshark description
-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 |