aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-26From Mark C. Brown:Jaap Keuter1-77/+77
2006-02-07add dissection ofRonnie Sahlberg1-1/+31
2006-02-06add dissection of a few more create optionsRonnie Sahlberg1-15/+86
2005-12-21add dissection of two more NTCreateAndX bits : Ronnie Sahlberg1-0/+20
2005-12-11implement SMB_FILE_ALL_INFO properly once and for allRonnie Sahlberg1-73/+50
2005-12-05updates for FILE_OBJECTID_BUFFER and have smb call this (no more unknown by...Ronnie Sahlberg1-26/+5
2005-11-26add endoffile infolevelRonnie Sahlberg1-0/+19
2005-11-26more infolevelsRonnie Sahlberg1-0/+19
2005-11-26assume the four bytes after the fid in notify request is the completion maskRonnie Sahlberg1-1/+1
2005-11-25from metze and modified, fix for in offset/length for transaction requestRonnie Sahlberg1-1/+1
2005-11-25add some more infolevelsRonnie Sahlberg1-3/+37
2005-11-25add dissection of the smb2 impersionationlevel fieldRonnie Sahlberg1-1/+1
2005-11-25some info level updatesRonnie Sahlberg1-0/+43
2005-11-25some info level updatesRonnie Sahlberg1-1/+44
2005-11-19fix for bug 570, the domain name is present in sessionsetupandx replies eve...Ronnie Sahlberg1-1/+1
2005-11-18dissect some more infolevelsRonnie Sahlberg1-20/+20
2005-11-17add dissection of more infolevels for smb2Ronnie Sahlberg1-14/+12
2005-11-17add dissection of fs_[objectid|full_size]_infoRonnie Sahlberg1-46/+62
2005-11-17 add dissection of fs quota infoRonnie Sahlberg1-1/+1
2005-11-17add full dissection of fs_[volume|size|device|atrtibute]_infoRonnie Sahlberg1-84/+118
2005-11-17add dissection of the security descriptor maskRonnie Sahlberg1-1/+1
2005-11-12from Laurent ConstantinRonnie Sahlberg1-20/+154
2005-11-12 improve the dissection of Create and fill in most of the fieldsRonnie Sahlberg1-5/+5
2005-11-12dissect more of Close request/responseRonnie Sahlberg1-1/+1
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