Skip to content

Commit

Permalink
typo in json of packet
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcichra committed Oct 17, 2020
1 parent 9ff31ff commit f576d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packet/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ type Packet struct {
DstName string `json:"dst_name"`
Hostname string `json:"hostname"`
Proto string `json:"proto"`
SrcPort int `json:"scr_port,string,omitempty"`
SrcPort int `json:"src_port,string,omitempty"`
DstPort int `json:"dst_port,string,omitempty"`
}

0 comments on commit f576d4e

Please sign in to comment.