Zero data sent and received.. on udp??
So using fgm logs and faz they both show me the same results. for some tcp session we can see number of packets sent and received is 0, along with data transferred 0, this makes sense, tcp handshake probably doesn't complete (or does complete then reject) and no further transactions happens, therefore we have a session with zero bytes transferred. All good.
But for UDP, the packet is just transmitted, now regardless of whether it makes it to the receiver or not, how can it possibly be 0 bytes sent and received and 0 packets sent and received? I see this on both fmg and faz for some traffic.

