Far side is behind NAT, pcapsipdump doesn't capture media
Crashes since switching to AWS m5a instance type
Indeed, it works. Thanks for the speedy fix!
TCP support appears to be broken in r143 and forward. Only the first INVITE packet is captured. It works in r142. Thanks!
Actually we are able to see the first segment by turning off TCP reassembly: For the benefit of others: right click on Transmission Contol Protocol>Protocol Prefences> turn off Allow Subdissectors to Reassemble
We are finding that in case #2 large tcp packets (eg INVITE w/ SDP + AUTH) are not included in the capture file at all. Both segments are dropped.
Capturing logs
Thank you for your response. I am running it this way now. If crashes I will let you know. I'm using it for live capturing. On Wed, Jun 28, 2017 at 7:03 PM, Aex Aey aexaey@users.sf.net wrote: status: open --> pending-accepted assigned_to: Aex Aey Comment: This backtrace doesn't look terribly useful: everything is in libc, plus pcapsipdump uses a bit unconventional architecture where bulk of processing is in main() - this makes backtrace even less likely to be useful. Is there any chance you can build...