Skip to content

Commit

Permalink
Use l9event format now
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Dec 7, 2020
1 parent 49e64e1 commit 58cc009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions random.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func (cmd *RandomCommand) ListenForAck(handle *pcap.Handle) {
Ip: srcIp.String(),
Port: fmt.Sprintf("%d", dport),
EventSource: "ip4scout",
Time: time.Now(),
}
event.EventPipeline = append(event.EventPipeline, event.EventSource)
err := jsonEncoder.Encode(event)
Expand Down

0 comments on commit 58cc009

Please sign in to comment.