mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.89k stars 373 forks source link

How to dump packets after streamfollower processing? #534

Open Meigumikato opened 1 week ago

Meigumikato commented 1 week ago

I follow the examples and use TCP StreamFollower to analysis SIP(over TCP) session. When I want to dump SIP packets belong to corresponding SIP session, I can't find a way to dump these packets. Is there any way to handle the above situation?