1 Star 0 Fork 11

tuchangliang/wireshark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dfilter_macros 357 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dario Lombardo 提交于 2019-01-19 22:22 . ship the dfilter_macros file.
# DO NOT MODIFY
# This file is the macro file shipped with Wireshark.
# For your personal macros, use the same file in your profile dir.
"private_ipv4","$1 == 192.168.0.0/16 or $1 == 172.16.0.0/12 or $1 == 10.0.0.0/8"
"private_ethernet","($1[0-0] & 02) == 0x02 or ($1[0-0] & 06) or ($1[0-0] & 0A) or ($1[0-0] & 06)"
"private_ipv6", "ipv6 && $1 == fc00::/7"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tuchangliang/wireshark.git
git@gitee.com:tuchangliang/wireshark.git
tuchangliang
wireshark
wireshark
master

搜索帮助