aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-7/+7
2022-10-20SMB: Fix string truncationJoão Valverde1-10/+2
2022-10-04smb: Get the dialect name as ENC_ASCIIJohn Thacker1-3/+11
2022-09-25smb: Fix dead code due to typoJohn Thacker1-1/+1
2022-09-25SMB: Use the string API and produce UTF-8 stringsJohn Thacker1-81/+25
2022-09-24smb: Certain deprecated commands never use UnicodeJohn Thacker1-4/+4
2022-08-17smb: Squash small leak in export objectJohn Thacker1-0/+1
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-8/+8
2022-02-01Revert "NTLMv2 dissector: skip target info for AUTHENTICATE_MESSAGE"Stefan Metzmacher1-2/+1
2021-12-31NTLMv2 dissector: skip target info for AUTHENTICATE_MESSAGEArmin Felder1-1/+2
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-12/+12
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-10/+10
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-34/+34
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