aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-2/+2
2009-11-16Don't let the session blob length go stomping all over the stack withGerald Combs1-85/+103
2009-10-25From Jakub Zawadzki:Anders Broman1-13/+5
2009-10-14From Matthieu PatouRonnie Sahlberg1-38/+45
2009-10-08calculate_crc32c -> crc32c_calculate for proper 'namespacing'Kovarththanan Rajaratnam1-1/+1
2009-10-07Cleanup header fields.Jaap Keuter1-11/+11
2009-10-07Fix some LLP64 issues.Guy Harris1-4/+4
2009-10-07Get it compiling when we don't have kerberos libraries.Jeff Morriss1-3/+9
2009-10-06Avoid dereference of null pointer.Stig Bjørlykke1-1/+1
2009-10-06Use ep_alloc()Kovarththanan Rajaratnam1-79/+75
2009-10-06Don't include unistd.hKovarththanan Rajaratnam1-3/+0
2009-10-06Make it compile on windows.Anders Broman1-0/+2
2009-10-06From Matthieu Patou,Ronnie Sahlberg1-227/+1162
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-32/+32
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-86/+86
2009-05-13Apply some of the patches from:Anders Broman1-5/+2
2008-04-23From Jon Larimer:Anders Broman1-28/+37
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-01-09Move cryptography code to epan/crypt.Gerald Combs1-62/+62
2006-11-30From Marc Bevandi:Jaap Keuter1-2/+2
2006-08-10create subtrees also for unknown address types instead of creating the items ...Ronnie Sahlberg1-0/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-02-08smb2:Ronnie Sahlberg1-7/+8
2006-02-07add the CLIENT_TIME ntlmv2 addr name typeRonnie Sahlberg1-11/+28
2005-12-07make ntlmssp tappableRonnie Sahlberg1-15/+28
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg1-26/+3
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()Ronnie Sahlberg1-4/+2
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+1
2005-07-11In NTLMSP_AUTH messages, include the domain name and user name in theGuy Harris1-7/+17
2005-06-20move one function only used by SPNEGO to packet-spnego.cRonnie Sahlberg1-1/+0
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.Ronnie Sahlberg1-1/+1
2005-03-10change the signature for the functions to decrypt data for theRonnie Sahlberg1-4/+6