Dripcap Packet Analyzer
github.com
Dripcap Packet Analyzer
1–10 of 14 posts
Re: Dripcap Packet Analyzer
#2Re: Dripcap Packet Analyzer
#3Re: Dripcap Packet Analyzer
#4Re: Dripcap Packet Analyzer
#5And why it's "next generation" ? Main site that is linked in github repo is not working for me. There is only screenshot, nothing else. From the screenshot it seems like very simple packet analyzer. I don't see any reason this is "next gen" or why i should use this instead of WireShark.
Re: Dripcap Packet Analyzer
#6Same question, why is this better than Wireshark. Can I do custom packet analysis and packet matching? Is there a better scripting engine? (I love Lua hooks in Wireshark, makes it easy to pull apart complex traces / flows.)
I guess that what makes it "Next generation" :)
Maybe the article poster or the author could enlighten us on how and why this implementation might match Wireshark's proven track records...
Re: Dripcap Packet Analyzer
#7Re: Dripcap Packet Analyzer
#8Re: Dripcap Packet Analyzer
#9Same question, why is this better than Wireshark. Can I do custom packet analysis and packet matching? Is there a better scripting engine? (I love Lua hooks in Wireshark, makes it easy to pull apart complex traces / flows.)
Looks like it's a NodeJS app wrapped in Electron shell, parsing/analyzing packets via "packages" (implemented via ES6 modules). I guess that what makes it "Next generation" :) Maybe the article poster or the author could enlighten us on how and why this implementation might match Wireshark's proven track records...
Re: Dripcap Packet Analyzer
#10It's UI looks very nice. I hope all native UI's die as soon aa possible. What is last time you have tried gtk on Windows? Or Qt in gnome (yes I know, with some tweaking, it would be better). All of them feel so inconsistent together. At the other hand Web UI (and electron apps) is so nice to work with I don't even consider using native one when there is one with electron engine available.