mirror of https://github.com/bjdgyc/anylink.git
删除sniNewParser多余的空格
This commit is contained in:
parent
2af2d273e4
commit
7651b69ed6
|
@ -31,7 +31,7 @@ func onTCP(payload []byte) (uint8, string) {
|
||||||
func sniNewParser(b []byte) (uint8, string) {
|
func sniNewParser(b []byte) (uint8, string) {
|
||||||
if len(b) < 6 || b[0] != 0x16 || b[1] != 0x03 {
|
if len(b) < 6 || b[0] != 0x16 || b[1] != 0x03 {
|
||||||
return acc_proto_tcp, ""
|
return acc_proto_tcp, ""
|
||||||
}
|
}
|
||||||
rest := b[5:]
|
rest := b[5:]
|
||||||
restLen := len(rest)
|
restLen := len(rest)
|
||||||
if restLen == 0 {
|
if restLen == 0 {
|
||||||
|
|
Loading…
Reference in New Issue