Has anybody else tried changing line 307 of tcpsnoop_snv from:

this->tcpp = (tcp_t *)this->connp->conn_tcp;

to

this->tcpp = (tcp_t *)this->connp->conn_proto_priv.cp_tcp;

?

What is the difference between "conn_tcp" and "conn_proto_priv.cp_tcp" in 
dtrace. Does anybody know? I can't find this in the dtrace documentation.
-- 
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to