aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Set length and contents to 0/NULL if the blob is empty. FixesEvan Huus1-0/+2
2013-09-05add casts to make my compiler (gcc 4.6.3) happyMartin Kaiser1-3/+3
2013-09-05Make "content blob" dynamically sized so it doesn't take up 20k of memory per...Michael Mann1-10/+30
2013-09-05From Dirk:Anders Broman1-40/+39
2013-08-20Fix clang warnings: Value stored to '[decrypted_]offset' is never read.Chris Maynard1-13/+8
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-5/+7
2013-07-18Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-8/+10
2013-05-16From Cal Turney:Anders Broman1-1/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-5/+5
2013-05-12From Dirk Jagdmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8640Evan Huus1-66/+60
2013-03-16From beroset:Anders Broman1-20/+20
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-21/+13
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-9/+3
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-14/+14
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-7/+21
2013-01-24Prevent copying longer than expected NTLM SSP keyBalint Reczey1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
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