Young87

SmartCat's Blog

So happy to code my life!

游戏开发交流QQ群号60398951

当前位置:首页 >跨站数据测试

网络分析Wireshark常见filter指令及描述

网络分析Wireshark常见filter指令及描述

Filter筛选用途描述
eth.addr / eth.dst / eth.srcMAC
rip.auth.passwdRIP password
ip.addr / ip.dst / ip.srcIP
tcp.port / tcp.dstport / tcp.srcportTCP ports
tcp.flags(ack, fin, reset, syn…)TCP flags
udp.port / udp.dstport / udp.srcportUDP ports
http.authbasicBasic authentication
http.www_authenticationHTTP authentication
http.dataHTTP data portion
http.cookieHTTP cookie
http.refererHTTP referer
http.serverHTTP server
http.user_agentHTTP user agent
wlan.fc.type eq 0802.11 management frame
wlan.fc.type eq 1802.11 control frame
wlan.fc.type eq 2802.11 data frame
wlan.fc.type_subtype eq 0 (1=response)802.11 association request
wlan.fc.type_subtype eq 2 (3=response)802.11 reassociation request
wlan.fc.type_subtype eq 4 (5=response)802.11 probe request
wlan.fc.type_subtype eq 8802.11 beacon
wlan.fc.type_subtype eq 10802.11 disassociate
wlan.fc.type_subtype eq 11 (12=deauthenticate)802.11 authenticate
比较运算符比较运算符
eq==
ne!=
gt>
lt<
ge>=
le<=
逻辑运算符逻辑运算符
and&&
or||
xor^^
not!

除特别声明,本站所有文章均为原创,如需转载请以超级链接形式注明出处:SmartCat's Blog

上一篇: 关于Vue3获取当前组件实例的 getCurrentInstance 方法的补充

下一篇: ThinkPHP6项目基操(3.控制器获取请求参数)

精华推荐