aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-08-27SMB: Don't canonize filenames to ASCII for Export ObjectsJohn Thacker1-3/+2
2021-06-08smb: Fix 32bit buildStig Bjørlykke1-2/+2
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-3/+3
2021-02-02Address more non-static, non-shared symbols.Martin Mathieson1-3/+3
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-12-07SMB/SMB2: FS Name is always UnicodeUli Heilmeier1-3/+3
2020-09-13More dissector string spelling fixes.Martin Mathieson1-4/+4
2020-07-02Try to squelch [-Wpointer-sign] warnings.Anders Broman1-53/+53
2020-06-30SMB: fix Response of SMB_COM_LOCKING_ANDX (0x24)Zhenhua Hu1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-43/+43
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-14/+14
2020-04-01Check for true_false_string with identical true/false string.Martin Mathieson1-1/+1
2020-01-18SMB: Fix DialectIndex handlingUli Heilmeier1-1/+1
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