fixed name , package

This commit is contained in:
snoop
2017-08-04 11:32:31 +09:00
parent 7ec9a326fd
commit c8384ea1f9
209 changed files with 562 additions and 576 deletions

View File

@@ -3,8 +3,8 @@ package netbios
import (
"bytes"
"encoding/binary"
"git.loafle.net/overflow/commons_go/matcher/packet"
"git.loafle.net/overflow/commons_go/model/scaninfo"
"git.loafle.net/overflow/overflow_probe/commons_go/matcher/packet"
"git.loafle.net/overflow/overflow_probe/commons_go/model/scaninfo"
)
const (

View File

@@ -2,7 +2,7 @@ package netbios
//
//import (
// "loafle.com/overflow/collector/core/scan/service/matcher/packet"
// "git.loafle.net/overflow/overflow_probe/collector/core/scan/service/matcher/packet"
// "net"
// "testing"
//)