TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tcpdump101 – Build packet capture syntax online

142 pointsby megahzover 6 years ago

6 comments

moreiraover 6 years ago
This is incredible and makes me think a website like this could and should exist, containing an interface to as many unix tools as possible.<p>Yes, one could &quot;RTFM&quot; as one commenter mentioned, but if you&#x27;re just a casual CLI user, this sort of interface seems incredibly handy. &quot;I know I want to use cURL but I don&#x27;t know what arguments I need to do X and Y&quot;. Use the interface to piece together a whole command, with nice instructions for every little flag and argument available so you know what you&#x27;re doing.<p>It&#x27;s kind of like those visual regex builders. They&#x27;re amazing!
评论 #17892598 未加载
评论 #17891408 未加载
j0057over 6 years ago
It would be more didactically useful to not use a lower-uppercase font for the resulting options, right now it causes a lot of confusion: should you use `-I eth0` or `-i eth0`?<p>(I had to look it up, the lower case variant is the correct one.)
mimseeover 6 years ago
I&#x27;d like to see the source published on github with an Open Source license so I could fix a lot of the UX issues with this page.
评论 #17891901 未加载
john37386over 6 years ago
Cool stuff, I would personally enforce the &quot;count&quot; packet to 100 or 1000 by default. This way, you make sure that no one crashes this powerful device. If someone knows what is doing, then he could just disable it.<p>Sniffing at +10Gbps can be tricky sometimes.
myrandomcommentover 6 years ago
So my first thought was this is really cool, and it is. However I realized I would never use it as if I need tcpdump, I am on a CLI and I am just going to type man for things I need to look up.
raisterover 6 years ago
man tcpdump<p>RTFM...
评论 #17891686 未加载