aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-07SMB: fix dissection of Directory Information field in Search (0x81) responseManfred1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-16Get rid of the nt_trans_data structure.Guy Harris1-44/+36
2019-06-14Make get_unicode_or_ascii_string() static.Guy Harris1-1/+1
2019-06-14The second byte of NT_Trans_Parameters is no longer a reserved byte.Guy Harris1-2/+13
2019-06-13Pull get_unicode_or_ascii_string() into packet-smb.c.Guy Harris1-0/+157
2019-06-08Have routines to add a protocol tree item and return a display string.Guy Harris1-11/+12
2019-06-07Improve handling of binary data that *might* be text.Guy Harris1-7/+5
2019-06-04Note that the challenge length isn't in pre-2.1 LAN Manager.Guy Harris1-1/+6
2019-06-04Don't assume padding is present at the end of UNIX Info2.Guy Harris1-0/+1
2019-06-04Fix the dissection of Find First2 Query EA Info information.Guy Harris1-5/+18
2019-06-04Fix the dissection of create temporary file responses.Guy Harris1-9/+14
2019-06-04Handle some weirdness with the primary domain field in NegProt replies.Guy Harris1-8/+58
2019-06-04Add some comments indicating what protocol was selected.Guy Harris1-0/+32
2019-06-04Register the "missing word parameters" expert info.Guy Harris1-0/+1
2019-06-04Don't assume an NT Create AndX request has all the word parameters.Guy Harris1-1/+12
2019-05-18Don't set the length of the protocol list subtree until it's finished.Guy Harris1-2/+3
2019-05-18Show SMB strings as Unicode.Guy Harris1-28/+28
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-47/+47
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-6/+6
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-41/+41
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-09-26smb: Fix "Branch condition evaluates to a garbage value"Stig Bjørlykke1-0/+1
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-05-25smb: fix wrong exported smb2 object due to hash collisionPeter Wu1-1/+2
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-4/+4
2018-05-09smb: fix memleak in export objectsPeter Wu1-3/+3
2018-03-07SMB1/2: Update some FileFS fields with new flagsRonnie Sahlberg1-1/+116
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-07Do SMB_COM_SEARCH or SMB_COM_FIND results ever have a Unicode file name?Guy Harris1-0/+3
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