Hi,
How do I dtrace the arguments of connect system call. Can some one send
in me any pointers or scripts I can use.
I am looking for some thing like this.
connect(4, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("128.200.1.201")}, 28) = 0
-Regards
Hemachandran