• Welcome to Valhalla Legends Archive.
 

logon sequence

Started by Laff, October 14, 2004, 04:24 PM

Previous topic - Next topic

Sorc.Polgara

Quote from: Laff on October 15, 2004, 01:56 PM
Quote from: TangoFour on October 15, 2004, 12:24 PM
I think they meant packetlog the actual client

packetlogging warcraftiii won't help me at all with bnls ;)

If you want to packetlog BNLS and BNCS and actually seee the packets inorder being sent and all that stuff.  Get a bot, for example StealthBot and packetlog the bot connecting to Bnet via Warcraft III

Arta

Quote from: Laff on October 15, 2004, 12:20 PM
i've got a packet sniffer that i made, but i don't have a bot.  got a link to a good one?  thanks.

Quote from: Arta[vL] on October 15, 2004, 03:51 AM
Look for yourself: www.ethereal.com.

*sigh*

Minux

Quote from: Arta[vL] on October 15, 2004, 07:59 PM
Quote from: Laff on October 15, 2004, 12:20 PM
i've got a packet sniffer that i made, but i don't have a bot.  got a link to a good one?  thanks.

Quote from: Arta[vL] on October 15, 2004, 03:51 AM
Look for yourself: www.ethereal.com.

*sigh*

Also I posted up WPE Pro here, you need to have Windows XP to use it. It's my favorite packet sniffer and is probably the most user friendly.

Sorc.Polgara

#18
Quote from: Arta[vL] on October 15, 2004, 07:59 PM
Quote from: Laff on October 15, 2004, 12:20 PM
i've got a packet sniffer that i made, but i don't have a bot.  got a link to a good one?  thanks.

Quote from: Arta[vL] on October 15, 2004, 03:51 AM
Look for yourself: www.ethereal.com.

*sigh*

hmmm kind of off topic but

I have ethereal but when I recieve packets I get this header like thing that is really long in front of all the packets.  So like instead of the packet starting with "0xFF" when shown in ethereal, it has all this other crap in front of the "0xFF" and so I have to look through past it and find where it starts.  a huge hassle.  wtf is it?

is there a way to get rid of it?

UserLoser.

Quote from: bethra on October 15, 2004, 11:07 PM
Quote from: Arta[vL] on October 15, 2004, 07:59 PM
Quote from: Laff on October 15, 2004, 12:20 PM
i've got a packet sniffer that i made, but i don't have a bot.  got a link to a good one?  thanks.

Quote from: Arta[vL] on October 15, 2004, 03:51 AM
Look for yourself: www.ethereal.com.

*sigh*

hmmm kind of off topic but

I have ethereal but when I recieve packets I get this header like thing that is really long in front of all the packets.  So like instead of the packet starting with "0xFF" when shown in ethereal, it has all this other crap in front of the "0xFF" and so I have to look through past it and find where it starts.  a huge hassle.  wtf is it?

is there a way to get rid of it?

That would be the IP/TCP header

OnlyMeat

Quote from: bethra on October 15, 2004, 11:07 PM
Quote from: Arta[vL] on October 15, 2004, 07:59 PM
Quote from: Laff on October 15, 2004, 12:20 PM
i've got a packet sniffer that i made, but i don't have a bot.  got a link to a good one?  thanks.

Quote from: Arta[vL] on October 15, 2004, 03:51 AM
Look for yourself: www.ethereal.com.

*sigh*

hmmm kind of off topic but

I have ethereal but when I recieve packets I get this header like thing that is really long in front of all the packets.  So like instead of the packet starting with "0xFF" when shown in ethereal, it has all this other crap in front of the "0xFF" and so I have to look through past it and find where it starts.  a huge hassle.  wtf is it?

is there a way to get rid of it?

Another big advantage of writing your own packet capture software is you can remove the tcp/ip header junk and on mine i added optional decompression ;)

Laff

same here, minus the decompression.  now that i have connection to bnet established, i print out only those packets i haven't added in yet and throw out the ones i don't need to see anymore.