I was able to get some information that looks somewhat useful by running the command "strace -f -e trace=network -s 10000 <program_name>". There is a line of output that says:
[pid 23229] recvfrom(3, "\0\265\201\203\0\1\0\0\0\1\0\0\4http\0\0\1\0\1\0\0\6\0\1\0\0\34\336\0@\1a\froot-servers\3net\0\5nstld\fverisign-grs\3com\0x\33i\200\0\0\7\10\0\0\3\204\0\t:\200\0\1Q\200", 1024, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("127.0.1.1")}, [16]) = 97
Does anyone know what encoding is being used for the numbers there?
Thanks,
Patrick
|