Appearance
Appearance
定义一个 pcapng block,用于存储查看文件时使用的 Wireshark preferences。其内容可以被读取到一个 file profile 中,随后该 profile 会成为 active profile。打开新文件会覆盖此 profile。
有时,由于查看文件时使用的 preference settings 不同,难以用发送文件的人所使用的相同方式查看文件。例如,接收者可能只看到 UDP packets,因为相关协议的正确 port preference 没有设置。
我在考虑 file profile,该 profile 会像现在的 profiles 一样工作。
这会像今天编辑 profile 一样工作。
嗯,两个 file profiles:original/current?
这引出了一个问题:preferences 机制被用于几个不同目的:
也许应该为上述第三类 preferences 提供一种新的机制,类似于 preferences 机制,这样第三类设置就可以与前两类分开,并且只有由该机制管理的设置会被存储在文件中。
这些选项的默认设置可能仍有 preferences,但这些选项的当前设置变更,无论来自 UI 还是来自 capture file,都不会改变默认设置。
此外,其中一些设置可能是 "per-conversation" 的(其中 "conversations" 包括 TCP connections、各种 virtual circuits 等)。
整体目标是否可以通过用于指导 dissection 的新的 per-packet-option(s) 更好地实现?
导入自 https://wiki.wireshark.org/PrefBlock,时间为 2020-08-11 23:18:17 UTC