Ethereal-dev: [ethereal-dev] TCP and UDP services.

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Juan Toledo <toledo@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 24 Mar 2000 09:21:18 +0100
Etherape 0.3.6 already decodes all TCP and UDP ports in my
/etc/services. I've built a script to produce C code out of the file.
But I'm afraid it's not good enough, since it's lacking such basic
things as NFS and ICQ. I guess I'll have to go to the IETF and find the
definitive resource and rebuild the script.

I thought you guys might be interested. And if anyone wants to jump in
to build more protocol decoding, it's as simple as
prot = g_string_append (prot, "/next_prot_in_stack");

My network is so boring that I don't have the chance to test almost
anything. Anybody knows of anyprogram that would reproduce interesting
network conversations?

Regards,
Juan.