Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 30355: /trunk/ /trunk/epan/dissector
sahlberg@xxxxxxxxxxxxx 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)