arup das
2010-11-25 11:43:46 UTC
Hi,
A error message coming when i am running ./tcpsnoop.d. Sending the error
portion. Need your input. My system running on VM.
bash-3.00# ./tcpsnoop.d -a
dtrace: failed to compile script ./tcpsnoop.d: line 210: failed to resolve
tcp_g_q: Unknown variable name
bash-3.00#vi tcpsnoop.d
................
207 */
208 fbt:ip:tcp_xmit_early_reset:entry
209 {
210 this->queuep = (queue_t *)`tcp_g_q; /* ` */
211 this->connp = (conn_t *)this->queuep->q_ptr;
212 this->tcpp = (tcp_t *)this->connp->conn_tcp;
213
..............
bash-3.00#
bash-3.00# ./tcpsnoop -a
Unknown variable name
bash-3.00#
bash-3.00#
Arup
A error message coming when i am running ./tcpsnoop.d. Sending the error
portion. Need your input. My system running on VM.
bash-3.00# ./tcpsnoop.d -a
dtrace: failed to compile script ./tcpsnoop.d: line 210: failed to resolve
tcp_g_q: Unknown variable name
bash-3.00#vi tcpsnoop.d
................
207 */
208 fbt:ip:tcp_xmit_early_reset:entry
209 {
210 this->queuep = (queue_t *)`tcp_g_q; /* ` */
211 this->connp = (conn_t *)this->queuep->q_ptr;
212 this->tcpp = (tcp_t *)this->connp->conn_tcp;
213
..............
bash-3.00#
bash-3.00# ./tcpsnoop -a
Unknown variable name
bash-3.00#
bash-3.00#
Arup