aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-9/+3
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-14/+14
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-7/+21
2013-01-24Prevent copying longer than expected NTLM SSP keyBalint Reczey1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-8/+6
2012-08-16Fix (minor ?) memory leak;Bill Meier1-534/+867
2012-08-16From Stefan Metzmacher: Updates for the SMB2/3Bill Meier1-14/+8
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-3/+3