Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要开发一个 perl 脚本来解析由 Wireshark 捕获并导出为 PDML 格式的数据包,并进行一些字段值交叉引用。
主要兴趣点是能够按时间戳(frame.time_epoch)对数据包进行排序,通过字段值的不同组合和 GTP 中的区分字段来过滤它们。
我已经尝试了几个 XML 模块,并且 XML::Simple 似乎接近使用 keyattr 选项解决时间戳问题,但我无法使其与嵌套一起使用,以通过其后代的属性值对祖先节点进行排序。
那么,有什么建议吗?