aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-05-15smb: don't use tvb_get_* on proto_tree_add_uintAlexis La Goutte1-14/+14
2017-05-14SMB: Fix dissection of SMB_COM_TRANSACTION2_SECONDARY (0x33)Alexis La Goutte1-2/+2
2017-05-14smb: don't use tvb_get_* on proto_tree_add_uintAlexis La Goutte1-6/+6
2017-05-12smb: fix some indent typo (use tabs)Alexis La Goutte1-9/+9
2017-01-31format_text_wmem -> format_textMichael Mann1-55/+55
2017-01-31Add format_text_wmem.Michael Mann1-55/+55
2017-01-29Register reassembly tablesMichael Mann1-15/+10
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-11/+11
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+2
2016-12-11smb/tftp: fix no previous prototype for ‘tftp/smb_eo_cleanup’ [-Wmissing-...Alexis La Goutte1-1/+1
2016-12-05SMB: Limit Export object files to 32 bits.Michael Mann1-4/+4
2016-12-02Enable exporting objects with tsharkMoshe Kaplan1-3/+420
2016-11-03Fix lintian found spelling error "identifer" -> "identifier"Michael Mann1-1/+1
2016-11-03Fix lintian found "grammar" error "allow to" -> "allowed to"Michael Mann1-2/+2
2016-09-03SMB: dissect FILE_GET_QUOTA_INFORMATIONUri Simchoni1-0/+34
2016-09-02SMB: make dissect_nt_user_quota publicUri Simchoni1-1/+1
2016-09-02smb: parse user quota change timeUri Simchoni1-4/+8
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-16/+14
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-2/+2
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-2/+2
2016-06-15proto_tree_add_boolean -> proto_tree_add_bitmask_list_valueMichael Mann1-18/+27
2016-05-27SMB NtTransCreate should decode extended responseGordon Ross1-1/+43
2016-05-27SMB TreeConnectAndX response improvementGordon Ross1-46/+33
2016-05-26SMB NtCreate andX with extended response sometimes incorrectGordon Ross1-7/+8
2016-05-26SMB Open andX extended response decoded incorrectlyGordon Ross1-0/+13
2016-05-11correctly decode EA Data Length in CIFSChristian Ambach1-1/+1
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-1/+1
2016-04-19Use proper operator to find odd number (CID-1355647)Jaap Keuter1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-12/+12
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
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