How do you use the tcp assembly package in gopacket?
问题 I've been using the pcap package along with gopacket to parse network traffic with pretty good success. These libraries have made it much easier to work with network captures and they've definitely saved me a ton of time. I'd like to take it a step further and use the tcp assembly package to start reassembling TCP streams, but I'm not really sure from the examples provided in the docs how to go about it. The link is here: http://godoc.org/code.google.com/p/gopacket/tcpassembly/tcpreader What