Skip to content
This repository has been archived by the owner on Sep 15, 2018. It is now read-only.

Commit

Permalink
fix eap auth failed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
artificerpi committed Apr 16, 2017
1 parent d27cadb commit 96f9787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ func sniff() {
sniffDRCOM(udpLayer.Payload)
}
case layers.LayerTypeEAP:
if !isOnline {
sniffEAP(eapLayer)
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
AppName string = "gofsnet"
Version string = "0.8.3"
Version string = "0.8.4"
)

var (
Expand Down

0 comments on commit 96f9787

Please sign in to comment.