Skip to content

Commit

Permalink
Fix human readable labels in show-beacons-fqdn (#615)
Browse files Browse the repository at this point in the history
Co-authored-by: Logan L <[email protected]>
  • Loading branch information
Zalgo2462 and Logan L authored Mar 4, 2021
1 parent 7c72d56 commit ba22c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/show-beacons-fqdn.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ func showBeaconsFQDNHuman(data []beaconfqdn.Result, showNetNames bool) error {
var headerFields []string
if showNetNames {
headerFields = []string{
"Score", "Source Network", "Source IP", "FQDN", "Resolved IPs",
"Score", "Source Network", "Source IP", "FQDN",
"Connections", "Avg. Bytes", "Intvl Range", "Size Range", "Top Intvl",
"Top Size", "Top Intvl Count", "Top Size Count", "Intvl Skew",
"Size Skew", "Intvl Dispersion", "Size Dispersion",
}
} else {
headerFields = []string{
"Score", "Source IP", "FQDN", "Resolved IPs",
"Score", "Source IP", "FQDN",
"Connections", "Avg. Bytes", "Intvl Range", "Size Range", "Top Intvl",
"Top Size", "Top Intvl Count", "Top Size Count", "Intvl Skew",
"Size Skew", "Intvl Dispersion", "Size Dispersion",
Expand Down

0 comments on commit ba22c3b

Please sign in to comment.