aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-08-24Eliminate proto_tree_add_text from some dissectorsMichael Mann1-66/+85
2015-08-16Conversion of random proto_tree_add_text calls.Michael Mann1-2/+0
2015-07-25MSWSP: Initial implementation of MS-WSP (windows search protocol) dissectorGregor Beck1-5/+6
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-4/+4
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-4/+4
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu1-7/+2
2015-06-25fix the 'then' statement is equivalent to the 'else' statement found by PVS S...Alexis La Goutte1-15/+5
2015-06-21Further refactor SRT stats.Michael Mann1-0/+72
2015-06-08SMB: fix a V595 warning reported by PVS-StudioPascal Quantin1-1/+3
2015-05-27Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-251/+168
2015-01-07SMB: the "encryption key" in the negotiate response is not really a keyMartin Kaiser1-27/+27
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-2/+2
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-2/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-6/+2
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-678/+346
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-12/+1
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-326/+326
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-33/+33
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-233/+111
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-34/+34
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-34/+34
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-17Initialize smb ioctl_function struct memberEvan Huus1-1/+2
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-11/+10
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25packet-smb: register a dissector on top of smb_directStefan Metzmacher1-0/+1
2014-02-25Can't register in a non-existent dissector table.Guy Harris1-1/+0
2014-02-25packet-smb: register a dissector on top of smb_directStefan Metzmacher1-0/+1
2014-02-04Fix indent (Use tabs)Alexis La Goutte1-21/+21
2014-01-31packet-smb.c: real fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Stefan Metzmacher1-2/+2
2014-01-14Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as theGuy Harris1-5/+5
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-4/+1
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-12-13Replace wmem_alloc with wmem_new in a few places, and wmem_new with wmem_new0 inEvan Huus1-16/+5
2013-11-27- Create/use several extended value_stringsBill Meier1-295/+308
2013-11-26From Ralph BöhmeMartin Kaiser1-0/+120
2013-11-19From Ralph Böhme via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9439Alexis La Goutte1-2/+83
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-10-26Mark a bunch of no-longer-used parameters as unused. Remove a couple ofJeff Morriss1-19/+19
2013-10-25Remove SMB's use of private_data and just pass the data through all of the di...Michael Mann1-432/+285
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+3