Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntop/wireshark-ntop
Extensions for Wireshark
https://github.com/ntop/wireshark-ntop
Last synced: 6 days ago
JSON representation
Extensions for Wireshark
- Host: GitHub
- URL: https://github.com/ntop/wireshark-ntop
- Owner: ntop
- Created: 2017-06-05T21:49:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T08:32:08.000Z (about 6 years ago)
- Last Synced: 2025-01-02T04:08:18.059Z (13 days ago)
- Language: Lua
- Size: 20.5 KB
- Stars: 334
- Watchers: 12
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **184**星
README
# wireshark-ntop
This repository contains open source extensions for Wireshark.
Here you can find:
* The [ntopdump extcap module](https://github.com/ntop/PF_RING/tree/dev/userland/wireshark/extcap): it can be used to open a PF_RING interface (also those that are not listed in ifconfig) or to extract traffic from a n2disk dumpset.
* The [remotentopdump extcap module](https://github.com/ntop/n2disk/tree/master/wireshark/extcap): it can be used to capture traffic from a PF_RING interface on a remote machine, or extract traffic from a remote n2disk dumpset in Wireshark.
* The [ndpi plugin](https://github.com/ntop/nDPI/tree/dev/wireshark): it shows L7 protocol information provided by nDPI to complement internal protocol decoding. In order to do this, the ndpiReader application is used to provide Wireshark nDPI protocol dissection, and the ndpi plugin interprets nDPI information.
* The sflow_tap Wireshark Lua plugin (in this folder): it shows summaries of sFlow agents flow and counter samples.
* The [Hardware Flow Offload Dissector](https://github.com/ntop/PF_RING/tree/dev/userland/wireshark/plugins) dissector: it can dissect messages produced by the hardware flow offload engine when flows are computed in hardware.Enjoy!