no Src and Dst addr in message

This commit is contained in:
dimagolomozy
2021-08-16 19:05:57 +03:00
parent 4d82e2f652
commit f4895e00d5
+2
View File
@@ -350,6 +350,8 @@ func (parser *MessageParser) processPacket(pckt *Packet) {
m = new(Message)
m.Direction = pckt.Direction
m.SrcAddr = pckt.SrcIP.String()
m.DstAddr = pckt.DstIP.String()
parser.m[mIDX][mID] = m