Parse packages in real time from network using Tshark[Wireshark] and save in influxDB(time series DB) There are two differents interfaces to extract data from network. Choose the best way for you!
Shell script using tshark library
shell bash ./parseNetworkShell
- Install Wireshard and don't forget to enable the tshark.
Tshart is a command-line network protocol analyzer.
Python script using pyshark
python3.8 ./parseNetworkPython.py