mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
Revert "[feature] net.sniff.http truncate urls option"
This commit is contained in:
parent
4aa63c77e9
commit
8d877e5294
6 changed files with 11 additions and 45 deletions
|
@ -11,10 +11,8 @@ import (
|
|||
"github.com/evilsocket/bettercap-ng/session"
|
||||
)
|
||||
|
||||
const sniffTimeFormat = "2006-01-02 15:04:05"
|
||||
|
||||
func vTime(t time.Time) string {
|
||||
return t.Format(sniffTimeFormat)
|
||||
return t.Format("15:04:05")
|
||||
}
|
||||
|
||||
func vIP(ip net.IP) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue