aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingGuy Harris1-4/+4
2005-09-29Make "top_tree" static; nobody else uses it, and if they're both notGuy Harris1-1/+1
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-2/+2
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-13In smb_trans_defragment(), throw an exception if we encounter a too-largeGerald Combs1-0/+9
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-5/+3
2005-08-20removed MSVC warnings:Ulf Lamping1-3/+3
2005-08-20Use get_timedelta() to get the difference between two times.Guy Harris1-8/+5
2005-08-19Restore pinfo->private_data after calling another dissector, in case it getsGerald Combs1-0/+2
2005-08-17snprintf -> g_snprintfUlf Lamping1-2/+1
2005-08-16add SetFileInfo level 1013 SetDispositionInfo decodingRonnie Sahlberg1-1/+35
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg1-71/+9
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-08-06DissectorError is not supposed to be directly thrown; one should use theGuy Harris1-68/+68
2005-08-06In packet-frame.c, don't free static memory when we throw aGerald Combs1-1/+2
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
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