Skip to content

Commit

Permalink
First Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Tamási committed Jul 10, 2017
1 parent 1f7cf7f commit b274284
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@
.idea/

bin/
capture/
2 changes: 1 addition & 1 deletion cmd/antdump/antdump.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func loop(in <-chan message.AntPacket, done chan<- struct{}) {
for m := range in {
if filter(m) {
if ! *silent {
fmt.Println(m)
fmt.Println(message.AntBroadcastMessage(m))
}
for _, c := range outs {
c <- m
Expand Down
Binary file added example/123.cap
Binary file not shown.

0 comments on commit b274284

Please sign in to comment.