• Welcome to Valhalla Legends Archive.
 

0x1C + 0x3C + 0x10

Started by XTRB, May 01, 2003, 03:01 PM

Previous topic - Next topic

tA-Kane

Quote from: St0rm.iD on May 03, 2003, 03:14 PMYou know how Ethereal parses OSCAR and etc.?
I've never used Ethereal.
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

Yoni

Quote from: St0rm.iD on May 03, 2003, 03:14 PM
You know how Ethereal parses OSCAR and etc.? Do you think we could make one that parses b.net?
I have no idea how protocol parsers are implemented in Ethereal. They're not DLLs (judging by a quick glance in C:\Program Files\Ethereal). But I note the main executable, ethereal.exe, is 7.8mb. So maybe they're all compiled in the exe.

Ethereal is open source. If you're that interested in it, get the source, write the parser, recompile and enjoy. :)

Camel

Quote from: Yoni on May 03, 2003, 06:04 PM
Quote from: St0rm.iD on May 03, 2003, 03:14 PM
You know how Ethereal parses OSCAR and etc.? Do you think we could make one that parses b.net?
I have no idea how protocol parsers are implemented in Ethereal. They're not DLLs (judging by a quick glance in C:\Program Files\Ethereal). But I note the main executable, ethereal.exe, is 7.8mb. So maybe they're all compiled in the exe.

Ethereal is open source. If you're that interested in it, get the source, write the parser, recompile and enjoy. :)

you have to write a dissector; it's 1000x harder than it should be
if you want to do the world a favour, write a plugin to create "virtual" dissectors without compiling