How to forward Wireshark processed data to python? in what kind of method?
问题 The Wireshark is a powerful tool for network traffic analysis. But from my practice, it can only export the processed data(which means, tell you which part is what, e.g. "data":123456 and so on) to .pcap file, but I would like to output 'data' segment in every TCP packet in real-time(or 90% real-time) to other application such as my python script for further use(may be via TCP forward?pipe?) I don't know how to get it done exactly. Is anyone feel willing to help me with this? Thank you~ ps: