An open API service indexing awesome lists of open source software.

https://github.com/cdhtlr/wireshark-statistic

Plugin to create statistic of packets based on given filter, example filter is : (tzsp && ip.src == 192.168.1.1) to create statistic of MikroTik Packet Sniffer
https://github.com/cdhtlr/wireshark-statistic

bandwidth lua mikrotik mikrotik-packet-sniffer network-analysis network-monitoring packet-analyser packet-capture packet-sniffer pcap pcap-files pcapng pcapng-decoder tcp tcpdump throughput tzsp wireshark wireshark-dissector wireshark-statistic

Last synced: about 1 year ago
JSON representation

Plugin to create statistic of packets based on given filter, example filter is : (tzsp && ip.src == 192.168.1.1) to create statistic of MikroTik Packet Sniffer

Awesome Lists containing this project

README

          

# Wireshark-Statistic

or StatisTik is plugin to create statistic of packets based on given filter, example filter is : (tzsp && ip.src==250.250.250.250) to create statistic of MikroTik Packet Sniffer

DO NOT REMOVE CREDIT and COMMENT,
Made by Sidik Hadi Kurniadi

How to use : wireshark -X lua_script:StatisTik.lua
or
Open a pcap file in wireshark, and then select 'TOOLS/StatisTik

![](https://raw.githubusercontent.com/cdhtlr/Wireshark-Statistic/master/example.png "Example of result")