wireshark_lua:用于wireshark的LUA脚本

时间:2024-06-19 18:27:59
【文件属性】:

文件名称:wireshark_lua:用于wireshark的LUA脚本

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-19 18:27:59

Lua

lua文件 Wireshark 的 LUA 扩展,用于打印服务器处理 NFS 请求所花费的时间。 用法: # for life capture $ tshark -q -X lua_script:nfs.lua -f " port 2049 " # or if nfs trafic is not on a standard port ( pNFS DS ) $ tshark -q -X lua_script:nfs.lua -f " port 32049 " -d tcp.port==32049,rpc # for read from existing capture file capture file $ tshark -q -r nfs.dump -X lua_script:nfs.lua # or if you need to avoid temp files $ dumpca


【文件预览】:
wireshark_lua-master
----nfs.lua(7KB)
----README.md(3KB)

网友评论