We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zr-hebo,你好,我找了很多的抓包工具,目前最好的就是你这个抓包工具了,感谢作者的开源
我的golang水平不太高。关于源码里有一些疑惑
就是BaseQueryPiece这个结构体的Recovery()明明没有做任何事情 是怎么产生出抓包功能的呢?
PooledMysqlQueryPiece的结构体带的Recovery()函数是有具体作用
但是我从main函数入口去看 ,只有一个 nc.receiver <- model.NewBaseQueryPiece(localIPAddr, nc.listenPort, capturePacketRate) 这个明明是返回的BaseQueryPiece 所以很疑惑
The text was updated successfully, but these errors were encountered:
大佬好,多谢肯定。Recovery方法不进行抓包操作,它只回收共用内存。因此 BaseQueryPiece不需要实现,PooledMysqlQueryPiece实现了。listenNormal实现了抓包功能。
Sorry, something went wrong.
No branches or pull requests
zr-hebo,你好,我找了很多的抓包工具,目前最好的就是你这个抓包工具了,感谢作者的开源
我的golang水平不太高。关于源码里有一些疑惑
就是BaseQueryPiece这个结构体的Recovery()明明没有做任何事情 是怎么产生出抓包功能的呢?
PooledMysqlQueryPiece的结构体带的Recovery()函数是有具体作用
但是我从main函数入口去看 ,只有一个 nc.receiver <- model.NewBaseQueryPiece(localIPAddr, nc.listenPort, capturePacketRate) 这个明明是返回的BaseQueryPiece 所以很疑惑
The text was updated successfully, but these errors were encountered: