aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-8/+8
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-16/+16
* Microsoft Credential Security Support Provider (CredSSP) support. Graeme Lunt2011-09-301-2/+17
* Fix vi "modeline" so it works;Bill Meier2011-09-211-1/+1
* Second try to move crc routines to libwsutil.Stig Bjørlykke2011-08-311-1/+1
* Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2011-08-301-1/+1
* Move all crc routines to libwsutil.Stig Bjørlykke2011-08-301-1/+1
* Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss2011-05-271-1/+1
* Don't assign to a variable which is then not referenced: Coverity 998 [UNUSED].Bill Meier2011-05-201-1/+1
* According to MS-NLMP, the "version" field in the NTLMSSP blobs isGuy Harris2011-05-171-7/+14
* Fix cut-and-pasteo.Guy Harris2011-05-171-1/+1
* Pass pointers to structs instead of struct values to create_ntlmssp_v2_key.Stig Bjørlykke2011-03-221-5/+5
* Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss2010-10-081-8/+36
* #if 0 an used functionBill Meier2010-10-031-0/+2
* Make a number of functions static;Bill Meier2010-10-031-141/+165
* Whitespace & formatting cleanup;Bill Meier2010-10-031-376/+379
* Refactor dissection of CHALLENGE target-info & AUTHENTICATE ntlmv2-response a...Bill Meier2010-10-031-316/+335
* Fix some mangled comments (apparently mangled so that code could be commented...Bill Meier2010-09-301-16/+16
* Fix compilation error.Bill Meier2010-09-301-1/+1
* More fixes and comments:Bill Meier2010-09-301-14/+59
* Oops: remove a // comment (note to myself)Bill Meier2010-09-281-1/+1
* Improve dissection:Bill Meier2010-09-281-21/+111
* From Yaniv Kaul via bug 5193:Stig Bjørlykke2010-09-081-0/+10
* Fix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss2010-08-301-1/+5
* Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier2010-06-091-3/+3
* As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss2010-05-131-8/+3
* From Matthieu Patou <mat+Informatique.Samba@matws.net>Ronnie Sahlberg2010-01-221-1/+1
* Fix gcc -Wshadow warningsBill Meier2010-01-191-9/+9
* Use proto_ntlmssp for protocol tree item.Stig Bjørlykke2010-01-031-4/+1
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-191-2/+2
* Don't let the session blob length go stomping all over the stack withGerald Combs2009-11-161-85/+103
* From Jakub Zawadzki:Anders Broman2009-10-251-13/+5
* From Matthieu PatouRonnie Sahlberg2009-10-141-38/+45
* calculate_crc32c -> crc32c_calculate for proper 'namespacing'Kovarththanan Rajaratnam2009-10-081-1/+1
* Cleanup header fields.Jaap Keuter2009-10-071-11/+11
* Fix some LLP64 issues.Guy Harris2009-10-071-4/+4
* Get it compiling when we don't have kerberos libraries.Jeff Morriss2009-10-071-3/+9
* Avoid dereference of null pointer.Stig Bjørlykke2009-10-061-1/+1
* Use ep_alloc()Kovarththanan Rajaratnam2009-10-061-79/+75
* Don't include unistd.hKovarththanan Rajaratnam2009-10-061-3/+0
* Make it compile on windows.Anders Broman2009-10-061-0/+2
* From Matthieu Patou,Ronnie Sahlberg2009-10-061-227/+1162
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-32/+32
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-86/+86
* Apply some of the patches from:Anders Broman2009-05-131-5/+2
* From Jon Larimer:Anders Broman2008-04-231-28/+37
* Removed even more "statement not reached" warnings.Stig Bjørlykke2008-02-071-1/+0
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* Move cryptography code to epan/crypt.Gerald Combs2007-01-091-62/+62