I have built an application which handles with wireshark files (pcap files) and in order to show statistics uses Wireshark exe file (capinfos, tshark etc.)
My question is “Is there any options to add Wireshark into my code instead of installing Wireshark on the machine ?”
I have built an application which handles with wireshark files (pcap files) and in
Share
You can use Wireshark source code in GPL context, look here for compile instructions and license information.