tshark with --export-dicom 给出“分段错误(核心转储)”

tshark with --export-dicom gives “Segmentation fault (core dumped)”

场景:我有两个 docker 容器:A(ubuntu) 和 B(debian)。我的主机是 ubuntu 服务器。

容器 A 嗅探主机上的流量并在已安装的卷上写入 pcap 文件(绑定)。容器 B 访问相同的卷(已安装、绑定)以从 pcap 文件中提取对象。

当我在容器 B 中 运行 tshark 命令 tshark -r pcapfile.pcap --export-objects "dicom, targetfolder" 时,输出是“分段错误(核心已转储)”。

到目前为止,我最好的猜测是我遇到了权限问题,尽管两个容器都以 root 身份访问该卷并且更改文件权限也没有帮助。

我走错路了吗?此错误是否与权限问题有关?我可以做些什么来让两个容器在主机上共享相同的挂载卷?

编辑:
该错误已修复。参考Wireshark bug 16748.

Am I on the wrong path?

是的。

Is this error related to a permission problem?

没有

与Wireshark的一个bug有关; “tshark ... 给出“Segmentation fault (core dumped)””意思是“tshark 中有错误”。

请将此报告为 the Wireshark Bugzilla 上的错误。