[email protected] wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30355 > > User: sahlberg > Date: 2009/10/06 02:14 AM > > Log: > From Matthieu Patou, > add code to decrypt ntlmv1 and v2 traffic
This doesn't compile if you don't have kerberos (either Heimdal or MIT): > packet-ntlmssp.c: In function 'get_md4pass_list': > packet-ntlmssp.c:437: error: 'enc_key_t' undeclared (first use in this > function) > packet-ntlmssp.c:437: error: (Each undeclared identifier is reported only once > packet-ntlmssp.c:437: error: for each function it appears in.) > packet-ntlmssp.c:437: error: 'ek' undeclared (first use in this function) > cc1: warnings being treated as errors > packet-ntlmssp.c:438: error: ISO C90 forbids mixed declarations and code > packet-ntlmssp.c:444: error: 'enc_key_list' undeclared (first use in this > function) ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
