mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 04:59:25 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
af9679ecc1
commit
f596541d1c
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ type Krb5Request struct {
|
||||||
ReqBody Krb5ReqBody `asn1:"explicit,tag:4"`
|
ReqBody Krb5ReqBody `asn1:"explicit,tag:4"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// $krb5$Krb5PnData[0].Krb5PnDataValue.Etype$Cname.NameString[0]$Realm$nodata$cipher
|
|
||||||
func (kdc Krb5Request) String() (string, error) {
|
func (kdc Krb5Request) String() (string, error) {
|
||||||
var eType, cipher string
|
var eType, cipher string
|
||||||
var crypt []string
|
var crypt []string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue