Skip to content

Commit

Permalink
Test2
Browse files Browse the repository at this point in the history
  • Loading branch information
famez committed Sep 8, 2019
1 parent 2013197 commit a44681b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 3 additions & 2 deletions attack/password.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package attack
import (
"bufio"
"os"
"eap"
"session"

"github.com/famez/Radius-Spy/eap"
"github.com/famez/Radius-Spy/session"

"github.com/golang/glog"
)
Expand Down
5 changes: 3 additions & 2 deletions attack/secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import (
"bufio"
"net"
"os"
"radius"
"session"

"github.com/famez/Radius-Spy/radius"
"github.com/famez/Radius-Spy/session"

"github.com/golang/glog"
)
Expand Down
3 changes: 2 additions & 1 deletion radius/radiuspacket.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package radius
import (
"encoding/binary"
"net"
"utils"

"github.com/famez/Radius-Spy/utils"

"github.com/golang/glog"
)
Expand Down
5 changes: 3 additions & 2 deletions session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package session

import (
"net"
"radius"
"utils"
"strconv"

"github.com/famez/Radius-Spy/radius"
"github.com/famez/Radius-Spy/utils"

"github.com/golang/glog"
)

Expand Down
3 changes: 2 additions & 1 deletion tlsadditions/handshake.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package tlsadditions

import (
"encoding/binary"
"utils"

"github.com/famez/Radius-Spy/utils"
)

type TLSContentType uint8
Expand Down

0 comments on commit a44681b

Please sign in to comment.