aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Rename crypt-xxx to xxxjmayer1-4/+4
2011-12-13Use tvb_new_child_real_data() instead of tvb_new_real_data() + tvb_set_child_...wmeier1-4/+3
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-8/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-16/+16
2011-09-30Microsoft Credential Security Support Provider (CredSSP) support. gal1-2/+17
2011-09-21Fix vi "modeline" so it works;wmeier1-1/+1
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-1/+1
2011-05-20Don't assign to a variable which is then not referenced: Coverity 998 [UNUSED].wmeier1-1/+1
2011-05-17According to MS-NLMP, the "version" field in the NTLMSSP blobs isguy1-7/+14
2011-05-17Fix cut-and-pasteo.guy1-1/+1
2011-03-22Pass pointers to structs instead of struct values to create_ntlmssp_v2_key.stig1-5/+5
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.morriss1-8/+36
2010-10-03#if 0 an used functionwmeier1-0/+2
2010-10-03Make a number of functions static;wmeier1-141/+165
2010-10-03Whitespace & formatting cleanup;wmeier1-376/+379
2010-10-03Refactor dissection of CHALLENGE target-info & AUTHENTICATE ntlmv2-response a...wmeier1-316/+335
2010-09-30Fix some mangled comments (apparently mangled so that code could be commented...wmeier1-16/+16
2010-09-30Fix compilation error.wmeier1-1/+1
2010-09-30More fixes and comments:wmeier1-14/+59
2010-09-28Oops: remove a // comment (note to myself)wmeier1-1/+1
2010-09-28Improve dissection:wmeier1-21/+111
2010-09-08From Yaniv Kaul via bug 5193:stig1-0/+10
2010-08-30Fix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-1/+5
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-3/+3
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-8/+3
2010-01-22From Matthieu Patou <mat+Informatique.Samba@matws.net>sahlberg1-1/+1
2010-01-19Fix gcc -Wshadow warningswmeier1-9/+9
2010-01-03Use proto_ntlmssp for protocol tree item.stig1-4/+1
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-2/+2
2009-11-16Don't let the session blob length go stomping all over the stack withgerald1-85/+103
2009-10-25From Jakub Zawadzki:etxrab1-13/+5
2009-10-14From Matthieu Patousahlberg1-38/+45
2009-10-08calculate_crc32c -> crc32c_calculate for proper 'namespacing'krj1-1/+1
2009-10-07Cleanup header fields.jake1-11/+11
2009-10-07Fix some LLP64 issues.guy1-4/+4
2009-10-07Get it compiling when we don't have kerberos libraries.morriss1-3/+9
2009-10-06Avoid dereference of null pointer.stig1-1/+1
2009-10-06Use ep_alloc()krj1-79/+75
2009-10-06Don't include unistd.hkrj1-3/+0
2009-10-06Make it compile on windows.etxrab1-0/+2
2009-10-06From Matthieu Patou,sahlberg1-227/+1162
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-32/+32
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-86/+86