关于tshark的configuration profile

1.默认配置
安装wireshark之后,其配置文件默认放在%AppData%\Roaming\Wireshark\preferences
当未对tshark指定configuration profile时,会自动导入此路径下的配置
如此路径下没有preferences,则会使用tshark的默认配置

2.指定配置
也可以使用参数 -C来指定配置文件,但-C后面跟配置名称时,会提示Configuration Profile does not exist,此问题还未找到答案


3.即不想使用默认配置,又无法指定配置时,可通过参数对指定配置作修改
tshark -r test.pcap -V -o ip.decode_tos_as_diffserv:TRUE
ip.decode_tos_as_diffserv:TRUE来自于配置文件,更我的配置项参见%AppData%\Roaming\Wireshark\preferences



你可能感兴趣的:(tshark)