summaryrefslogtreecommitdiff
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 ...Ronnie Sahlberg1-2/+1
2005-07-19minor fix to add required alignment for AueryPathInfo level 0x107Ronnie Sahlberg1-1/+8
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-06-26packet-smb.c(14406) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-2/+2
2005-06-02add a generated toplevel line between the TCP protocol and the desegmented co...Ulf Lamping1-2/+6
2005-06-02bugfix (fuzz_tested): t2i can be zero, test at all places before using itUlf Lamping1-8/+8
2005-05-30don't go into an (almost) endless loop, if si->info_count is -1, which is the...Ulf Lamping1-0/+6
2005-05-30fix #215: the field hf_smb_print_spool_file_name used the wrong type, use FT_...Ulf Lamping1-1/+1
2005-05-14Throw an exception if AndXOffset is less than the current offset. Fixes bugGerald Combs1-0/+45
2005-05-04Don't try to feed a null pointer to strncmp(). Fixes bug 158.Gerald Combs1-0/+2
2005-04-20In all functions that require smb_info data, throw an exception if weGerald Combs1-9/+140
2005-04-16Add an extra_info_type field to smb_extra_info_t so that we can makeGerald Combs1-15/+22
2005-04-14Add a bunch of tvb_ensure_bytes_exist() calls. Some of these may not beGerald Combs1-4/+26
2005-03-29Add a tvb_ensure_bytes_exist().Gerald Combs1-0/+1
2005-03-06Handle XNS IDP socket numbers.Guy Harris1-0/+2
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-24/+24
2004-12-22Clean up one more instance of 8-byte timestamps in SMB. Have to work onRichard Sharpe1-45/+15
2004-12-22Add a dissection for the GET_NETWORK_FILE_OPEN_INFO and make some stuff thatRichard Sharpe1-39/+84
2004-12-19mark some fields as GENERATED fieldsRonnie Sahlberg1-6/+13
2004-12-19the mid values in smb are too unreliable for request/response matching since ...Ronnie Sahlberg1-0/+13
2004-11-05Move smb.trans2.cmd and smb.nt.function near the top of the hf[] array,Guy Harris1-8/+8
2004-10-18From Laurent Constantin: fix a (presumed) cut-and-pasteo.Guy Harris1-1/+1
2004-09-30Handle continuation replies to transactions better - try to match themGuy Harris1-18/+28
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-24Fix the InfoQueryEASize infolevel for SetPathInfo and QueryPathInfo SMB'sRonnie Sahlberg1-4/+9
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-51/+16
2004-08-16cast define of TIME_T_MIN and TIME_T_MAX to (time_t), as MSVC seems to have p...Ulf Lamping1-3/+3
2004-08-16From Ronnie Sahlberg: update the fs attributes to be more complete andGuy Harris1-15/+120
2004-08-12Note that the CIFS spec claims that the service name string in TreeGuy Harris1-0/+5
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-2295/+39
2004-08-02Move the NTLMv2 blob stuff back into packet-ntlmssp.c - it's moreGuy Harris1-2/+1
2004-07-23Use "format_text()" on strings to be put into the Info column and theGuy Harris1-48/+71
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+19418