diff options
author | Petr <30545094+pasabanov@users.noreply.github.com> | 2024-07-19 12:22:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 11:22:35 +0200 |
commit | 2a3f4dc8b400e078b7fd2ec0f802200dfece8c94 (patch) | |
tree | 40e2dedb2b85899e7c5e58b613fa8fef0be4fd05 /wireshark/README.md | |
parent | be0b2c2d904efca17fa8f266ec48321268e64271 (diff) |
Performed some grammar and typo fixes (#2511)
Diffstat (limited to 'wireshark/README.md')
-rw-r--r-- | wireshark/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark/README.md b/wireshark/README.md index 37a81beb6..33d284b88 100644 --- a/wireshark/README.md +++ b/wireshark/README.md @@ -13,7 +13,7 @@ nDPI can provide Wireshark protocol dissection to complement internal protocol d At Wireshark startup you will find a new extcap interface named "nDPI interface". Select that interface and specify an interface name (for live capture) or a pcap file path (for reading packets from a pcap file). You can choose a nDPI protocol list from the dropdown menu in case you want Wireshark to dissect only protocols of the specified nDPI application protocol. -During capture the ndpiReader plugin will pass Wireshark the nDPI protocol information adding an ethernet packet trailer that contains nDPI information. The lua plugin interprets this information and it displays it in the Wireshark GUI. +During capture the ndpiReader plugin will pass Wireshark the nDPI protocol information adding an ethernet packet trailer that contains nDPI information. The lua plugin interprets this information, and it displays it in the Wireshark GUI. ## nDPI Packet Filtering |