Skip to content

Commit

Permalink
Merge branch 'centosbug92'
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Sep 12, 2020
2 parents 54075aa + 9800dd4 commit 9a5fe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcap/cmds.go
Expand Up @@ -160,7 +160,7 @@ func (c Commands) Psml(pcap interface{}, displayFilter string) IPcapCommand {
// read from cmdline file
args = append(args, "-r", pcap.(string))
} else {
args = append(args, "-i", "-")
args = append(args, "-r", "-")
args = append(args, "-l") // provide data sooner to decoder routine in termshark
}

Expand Down

0 comments on commit 9a5fe2f

Please sign in to comment.