col: unknown." << endl;
return;
break;
}
int packsize=0;
int ipsize=((IP_HL(recv))*4);
packsize=sizeof(ether_hdr)+ipsize;
cout << packsize << endl;
tcp_hdr *tcp=(tcp_hdr*)(packet+packsize);
cout << "Source port: " << tcp->th_sport << "\t\tDestinat
On Feb 5, 2009, at 9:03 AM, Tyler Littlefield wrote:
I'm in a college course, which is using a program that is not
working with my screen reader. I am blind, and am using a reader
that takes the text on the screen and reads it in synthasized
speech. There are some programs that don't work
Good morning listers,
I've got a quick question, and hope it won't be to much of a problem.
I'm in a college course, which is using a program that is not working with my
screen reader. I am blind, and am using a reader that takes the text on the
screen and reads it in synthasized speech. There ar