aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-8/+6
2012-08-16Fix (minor ?) memory leak;Bill Meier1-534/+867
2012-08-16From Stefan Metzmacher: Updates for the SMB2/3Bill Meier1-14/+8
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-3/+3
2012-07-14As suggested by Richard Sharpe in http://www.wireshark.org/lists/wireshark-de...Pascal Quantin1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-29Avoid using C99 '%hh' length modifierPascal Quantin1-1/+1
2012-02-11Use C89-style comment rather than C++/C99-style comment.Guy Harris1-1/+1
2012-02-11NTLM show the decrypted data buffer in a separate tabRonnie Sahlberg1-0/+2
2012-02-11NTLM print the whole string, not just half the stringRonnie Sahlberg1-1/+1
2012-02-11NTLM: clear the nt_password_unicode buffer.Ronnie Sahlberg1-0/+1
2012-02-11NTLM make it easier to activate/deactivate debugging code in NTLMRonnie Sahlberg1-3/+7
2012-02-11NTLM: If we encounter an NTLM blob that is bigger than out fixed maxbuffer,Ronnie Sahlberg1-2/+2
2012-02-11NTLMv2 blobs can be bigger than 256 bytes. Set the limite to 10k for now.Ronnie Sahlberg1-2/+2
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-4/+4
2011-12-13Use tvb_new_child_real_data() instead of tvb_new_real_data() + tvb_set_child_...Bill Meier1-4/+3
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-8/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-16/+16
2011-09-30Microsoft Credential Security Support Provider (CredSSP) support. Graeme Lunt1-2/+17
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-1/+1
2011-05-20Don't assign to a variable which is then not referenced: Coverity 998 [UNUSED].Bill Meier1-1/+1
2011-05-17According to MS-NLMP, the "version" field in the NTLMSSP blobs isGuy Harris1-7/+14
2011-05-17Fix cut-and-pasteo.Guy Harris1-1/+1
2011-03-22Pass pointers to structs instead of struct values to create_ntlmssp_v2_key.Stig Bjørlykke1-5/+5
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-8/+36
2010-10-03#if 0 an used functionBill Meier1-0/+2
2010-10-03Make a number of functions static;Bill Meier1-141/+165
2010-10-03Whitespace & formatting cleanup;Bill Meier1-376/+379
2010-10-03Refactor dissection of CHALLENGE target-info & AUTHENTICATE ntlmv2-response a...Bill Meier1-316/+335
2010-09-30Fix some mangled comments (apparently mangled so that code could be commented...Bill Meier1-16/+16
2010-09-30Fix compilation error.Bill Meier1-1/+1
2010-09-30More fixes and comments:Bill Meier1-14/+59
2010-09-28Oops: remove a // comment (note to myself)Bill Meier1-1/+1
2010-09-28Improve dissection:Bill Meier1-21/+111
2010-09-08From Yaniv Kaul via bug 5193:Stig Bjørlykke1-0/+10
2010-08-30Fix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-1/+5
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-3/+3
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-8/+3
2010-01-22From Matthieu Patou <mat+Informatique.Samba@matws.net>Ronnie Sahlberg1-1/+1
2010-01-19Fix gcc -Wshadow warningsBill Meier1-9/+9
2010-01-03Use proto_ntlmssp for protocol tree item.Stig Bjørlykke1-4/+1