121331 fools suffered gladly since April 4, 1999...

links

rss icon syndication

headlines

Search Past Headlines:

 
contact
legal

All content copyright 1999, 2000, 2001, 2002, 2003, and 2004 Brent Blood. Unless of course it is somebody else's. Or unless I note otherwise for the particular content.

On Smart People

Tue, July 29, 2008 - 7:59 PM PST

I've needed to write tools to analyze packet captures a few times - my needs sometimes go beyond what you can easily get with Wireshark/Ethereal. Let me be the first to say that it's very easy to write an imperfect hack that solves one problem given known inputs, but to write a robust general purpose tool... now that's a trick.

Since it's this hard to get it right when just processing datafiles to analyze traffic after the fact, I really have an appreciation for the code in network stacks and daemons that handles things like TCP flow control, HTTP caching, and SSL but to name a few. Smart people out there...