For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-ntlmssp.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 wmeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-30 galMicrosoft Credential Security Support Provider (CredSSP...
2011-09-21 wmeierFix vi "modeline" so it works;
2011-08-31 stigSecond try to move crc routines to libwsutil.
2011-08-30 stigRevert r38800, as the crc routines contains some tvb...
2011-08-30 stigMove all crc routines to libwsutil.
2011-05-27 morrissTreat TVBs as opaque: use the accessor functions instea...
2011-05-20 wmeierDon't assign to a variable which is then not referenced...
2011-05-17 guyAccording to MS-NLMP, the "version" field in the NTLMSS...
2011-05-17 guyFix cut-and-pasteo.
2011-03-22 stigPass pointers to structs instead of struct values to...
2010-10-08 morrissRestore pinfo->private_data after an exception was...
2010-10-03 wmeier#if 0 an used function
2010-10-03 wmeierMake a number of functions static;
2010-10-03 wmeierWhitespace & formatting cleanup;
2010-10-03 wmeierRefactor dissection of CHALLENGE target-info & AUTHENTI...
2010-09-30 wmeierFix some mangled comments (apparently mangled so that...
2010-09-30 wmeierFix compilation error.
2010-09-30 wmeierMore fixes and comments:
2010-09-28 wmeierOops: remove a // comment (note to myself)
2010-09-28 wmeierImprove dissection:
2010-09-08 stigFrom Yaniv Kaul via bug 5193:
2010-08-30 morrissFix the crash reported in https://bugs.wireshark.org...
2010-06-09 wmeierDo some constifying [or other] based upon gcc -Wwrite...
2010-05-13 morrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-01-22 sahlbergFrom Matthieu Patou <mat+Informatique.Samba@matws.net>
2010-01-19 wmeierFix gcc -Wshadow warnings
2010-01-03 stigUse proto_ntlmssp for protocol tree item.
2009-12-19 guyFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-11-16 geraldDon't let the session blob length go stomping all over...
2009-10-25 etxrabFrom Jakub Zawadzki:
2009-10-14 sahlbergFrom Matthieu Patou
2009-10-08 krjcalculate_crc32c -> crc32c_calculate for proper 'namesp...
2009-10-07 jakeCleanup header fields.
2009-10-07 guyFix some LLP64 issues.
2009-10-07 morrissGet it compiling when we don't have kerberos libraries.
2009-10-06 stigAvoid dereference of null pointer.
2009-10-06 krjUse ep_alloc()
2009-10-06 krjDon't include unistd.h
2009-10-06 etxrabMake it compile on windows.
2009-10-06 sahlbergFrom Matthieu Patou,
2009-07-07 stigChanged flags_set_truth -> tfs_set_notset
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-13 etxrabApply some of the patches from:
2008-04-23 etxrabFrom Jon Larimer:
2008-02-07 stigRemoved even more "statement not reached" warnings.
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-01-09 geraldMove cryptography code to epan/crypt.
2006-11-30 jakeFrom Marc Bevandi:
2006-08-10 sahlbergcreate subtrees also for unknown address types instead...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-02-08 sahlbergsmb2:
2006-02-07 sahlbergadd the CLIENT_TIME ntlmv2 addr name type
2005-12-07 sahlbergmake ntlmssp tappable
2005-08-13 sahlbergsome more gmemchunk -> se_alloc() updates
2005-08-10 sahlbergconvert some tvb_fake_unicode() to tvb_get_ephemeral_fa...
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-07-11 guyIn NTLMSP_AUTH messages, include the domain name and...
2005-06-20 sahlbergmove one function only used by SPNEGO to packet-spnego.c
2005-03-10 sahlbergadd support to decrypt and dissect sign-and-sealed...
2005-03-10 sahlbergchange the signature for the functions to decrypt data...
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-02-02 etxrabFrom Jon Ringle:
2004-09-27 guyMove the DES, MD4, MD5, and RC4 source files and header...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-18 guySamba's smbclient doesn't put the extra stuff after...
2004-08-15 guyDissect the last unknown item at the end of the NTLMv2...
2004-08-04 guyFix a URL.
2004-08-03 guyMove a bunch of stuff that's more Windows-related than...
2004-08-02 guyDon't drag in a huge pile of headers in "packet-smb...
2004-08-02 guyMove the NTLMv2 blob stuff back into packet-ntlmssp...
2004-08-02 guyPut in some comments based on information in the
2004-08-02 guydavenport.sourceforge.net/ntlm.html says that the 0x800...
2004-07-18 gramMove dissectors to epan/dissectors directory.