aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...sahlberg1-2/+1
2005-07-19minor fix to add required alignment for AueryPathInfo level 0x107sahlberg1-1/+8
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-06-26packet-smb.c(14406) : warning C4090: 'return' : different 'const' qualifiersulfl1-2/+2
2005-06-02add a generated toplevel line between the TCP protocol and the desegmented co...ulfl1-2/+6
2005-06-02bugfix (fuzz_tested): t2i can be zero, test at all places before using itulfl1-8/+8
2005-05-30don't go into an (almost) endless loop, if si->info_count is -1, which is the...ulfl1-0/+6
2005-05-30fix #215: the field hf_smb_print_spool_file_name used the wrong type, use FT_...ulfl1-1/+1
2005-05-14Throw an exception if AndXOffset is less than the current offset. Fixes buggerald1-0/+45
2005-05-04Don't try to feed a null pointer to strncmp(). Fixes bug 158.gerald1-0/+2
2005-04-20In all functions that require smb_info data, throw an exception if wegerald1-9/+140
2005-04-16Add an extra_info_type field to smb_extra_info_t so that we can makegerald1-15/+22
2005-04-14Add a bunch of tvb_ensure_bytes_exist() calls. Some of these may not begerald1-4/+26
2005-03-29Add a tvb_ensure_bytes_exist().gerald1-0/+1
2005-03-06Handle XNS IDP socket numbers.guy1-0/+2
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-24/+24
2004-12-22Clean up one more instance of 8-byte timestamps in SMB. Have to work onsharpe1-45/+15
2004-12-22Add a dissection for the GET_NETWORK_FILE_OPEN_INFO and make some stuff thatsharpe1-39/+84
2004-12-19mark some fields as GENERATED fieldssahlberg1-6/+13
2004-12-19the mid values in smb are too unreliable for request/response matching since ...sahlberg1-0/+13
2004-11-05Move smb.trans2.cmd and smb.nt.function near the top of the hf[] array,guy1-8/+8
2004-10-18From Laurent Constantin: fix a (presumed) cut-and-pasteo.guy1-1/+1
2004-09-30Handle continuation replies to transactions better - try to match themguy1-18/+28
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-24Fix the InfoQueryEASize infolevel for SetPathInfo and QueryPathInfo SMB'ssahlberg1-4/+9
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-51/+16
2004-08-16cast define of TIME_T_MIN and TIME_T_MAX to (time_t), as MSVC seems to have p...ulfl1-3/+3
2004-08-16From Ronnie Sahlberg: update the fs attributes to be more complete andguy1-15/+120
2004-08-12Note that the CIFS spec claims that the service name string in Treeguy1-0/+5
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toguy1-2295/+39
2004-08-02Move the NTLMv2 blob stuff back into packet-ntlmssp.c - it's moreguy1-2/+1
2004-07-23Use "format_text()" on strings to be put into the Info column and theguy1-48/+71
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+19418