1simple format 2int, in decimal: -1 3long, in decimal: -2 4const char *, display as C string: example.data 5size_t and const char *, as a counted string: example.data 6size_t and const char *, as a counted string: (null) 7size_t and const char *, as hex bytes: 6578616D706C652E64617461 8size_t and const char *, as hex bytes: (null) 9size_t and const char *, as four-character hex hash: 7B9A 10size_t and const char *, as four-character hex hash: (null) 11struct remote_address *, show socket type, address, port: stream 0.0.0.0:88 12struct remote_address *, show socket type, address, port: dgram 0.0.0.0:88 13struct remote_address *, show socket type, address, port: transport1234 <unknown> 14struct remote_address *, show socket type, address, port: transport1234 <unknown> 15krb5_data *, display as counted string: example.data 16krb5_data *, display as counted string: (null) 17krb5_data *, display as hex bytes: 6578616D706C652E64617461 18krb5_data *, display as hex bytes: (null) 19int, display as number/errorstring: 2/No such file or directory 20krb5_error_code, display as number/errorstring: 0/Success 21const krb5_keyblock *, display enctype and hash of key: 511/7B9A 22const krb5_keyblock *, display enctype and hash of key: (null) 23krb5_key, display enctype and hash of key: 511/7B9A 24krb5_key, display enctype and hash of key: (null) 25const krb5_checksum *, display cksumtype and hex checksum: -1/6578616D706C652E64617461 26krb5_principal, unparse and display: @ATHENA.MIT.EDU 27int, krb5_principal type: unknown 28int, krb5_principal type: principal 29int, krb5_principal type: service instance 30int, krb5_principal type: service with host as instance 31int, krb5_principal type: service with host as components 32int, krb5_principal type: unique ID 33int, krb5_principal type: X.509 34int, krb5_principal type: SMTP email 35int, krb5_principal type: Windows 2000 UPN 36int, krb5_principal type: well-known 37int, krb5_principal type: Windows 2000 UPN and SID 38int, krb5_principal type: NT 4 style name 39int, krb5_principal type: NT 4 style name and SID 40int, krb5_principal type: ? 41krb5_pa_data **, display list of padata type numbers: PA-PW-SALT (3), 0 42krb5_pa_data **, display list of padata type numbers: (empty) 43krb5_enctype, display shortest name of enctype: aes128-cts 44krb5_enctype *, display list of enctypes: 5, rc4-hmac-exp, 511 45krb5_enctype *, display list of enctypes: (empty) 46krb5_ccache, display type:name: FILE:/path/to/ccache 47krb5_keytab, display name: FILE:/etc/krb5.keytab 48krb5_creds *, display clientprinc -> serverprinc: @ATHENA.MIT.EDU -> @ZEUS.MIT.EDU 49