是否可以将 Wireshark 颜色规则名称显示为列?
Is it possible to show the Wireshark Color Rule name as a Column?
我已经设置了一些与某些过滤器相匹配的颜色规则,并希望在 Wireshark window 中看到过滤器的名称以及可能在时间列左侧的每个捕获。
Wireshark 在 frame.coloring_rule.name 显示过滤器字段中公开着色规则名称。有几种方法可以将其添加为列:
展开 "Frame" 数据包详细信息项。右键单击 "Coloring Rule Name" 和 select“Apply as Column”。
前往 "Preferences → Columns"。创建一个新列。将其类型设置为 "Custom" 并将字段值设置为 "frame.coloring_rule.name".
我已经设置了一些与某些过滤器相匹配的颜色规则,并希望在 Wireshark window 中看到过滤器的名称以及可能在时间列左侧的每个捕获。
Wireshark 在 frame.coloring_rule.name 显示过滤器字段中公开着色规则名称。有几种方法可以将其添加为列:
展开 "Frame" 数据包详细信息项。右键单击 "Coloring Rule Name" 和 select“Apply as Column”。
前往 "Preferences → Columns"。创建一个新列。将其类型设置为 "Custom" 并将字段值设置为 "frame.coloring_rule.name".