aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-4/+4
2015-11-28Remove the GSSAPI specific members out of packet_info structure.Michael Mann1-12/+18
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu1-10/+8
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-4/+4
2015-05-18Don't put the NTLMv2 ChallengeFromClient into the protocol tree twice.Guy Harris1-10/+4
2015-05-18Reorganize the NTLMSSP blob and AUTHENTICATE message parsing.Guy Harris1-30/+78
2015-05-18Fix a comment.Guy Harris1-3/+3
2015-05-18ntlmssp: swap bounds check and length for memcpyEvan Huus1-5/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-9/+5
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-5/+5
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-120/+42
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-28/+3
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-3/+2
2014-08-18Eliminate proto_tree_add_text from some dissectors.Michael Mann1-14/+9
2014-07-15Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-1/+3
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-6/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-03-24Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-5/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-1/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-28Support long Domain Names in NTLMSSP v2Balint Reczey1-11/+15
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-7/+7
2013-11-15Create/use value_string_ext to reference a value-string-array.Bill Meier1-4/+5
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-2/+2
2013-10-21NULL check ref_nt_challenge_response and ref_lm_challenge_response. Bug 9299 ...Michael Mann1-2/+6
2013-09-25Require the NTLMSSP response contents to be long enough before we try to memcpyEvan Huus1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-2/+2
2013-09-19Zero the key in ntlmssp, because we don't otherwise fill all of it. I suspectEvan Huus1-0/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-09-06Convert to wmem, and as per Michael's suggestion inEvan Huus1-10/+10
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