javascript - Display the saved file on the webbrowser -


i have written code capture packets on interface using libpcap library , saved in file need display on web browser .can 1 suggest how display saved file on browser .

why not use wireshark instead purpose. why browser? dont think browser can interpret pcap files.

however, there exist paid service called cloudshark allows upload pcap files server , perform analysis using browser interface.

more at: https://appliance.cloudshark.org/


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -