Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Joe[x86] on December 11, 2005, 05:13 AM

Title: Re: Information for newcomers
Post by: Joe[x86] on December 11, 2005, 05:13 AM
QuoteI am an new programmer with little or no networking experience:
New starts with a consonant, so the n in an is not needed.

As for filtering network traffic, I find the TCP control packets with no data annoying, so I use ((tcp.port == 6112)) && ((tcp.len > 0)).
Title: Re: Re: Information for newcomers
Post by: Arta on December 12, 2005, 05:57 PM
Thanks, fixed.