Likewise, 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;

should give me a working tcpsnoop on OpenSolaris 2008.11 as well, right?

But what exactly am I doing here by changing these lines of code?
-- 
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to