Skip to content

Commit

Permalink
Merge pull request #996 from DimaGolomozy/fixup-Src-Dst-Add-in-message
Browse files Browse the repository at this point in the history
  • Loading branch information
buger authored Aug 16, 2021
2 parents 4d82e2f + 25299ec commit 7ae4004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tcp/tcp_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ae4004

Please sign in to comment.