aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-11-12Propset svn:...jmayer2-2/+2
2005-11-11in smb2 the file handles are not normal context handles they are just a ...sahlberg3-27/+85
2005-11-11fix:etxrab1-130/+145
2005-11-11start decoding notify requestssahlberg1-1/+20
2005-11-11dissect READ packetssahlberg1-2/+78
2005-11-11write offset is 32 bits so is write lengthsahlberg1-4/+11
2005-11-11 add allocation sizesahlberg1-4/+20
2005-11-11add decode of endoffile for file infolevel 0x12sahlberg1-2/+14
2005-11-11class:3 level:0 is just a normal nt security descvriptorsahlberg1-0/+40
2005-11-11opcode 0x0c is Cancelsahlberg1-1/+1
2005-11-11opcode 0x0f is Notifysahlberg1-1/+1
2005-11-11SMB2_FILE_INFO_0a structure which is used with SetInfo to rename a filesahlberg1-0/+63
2005-11-11dont dereference null pointerssahlberg1-6/+6
2005-11-11the uid is 64 bitssahlberg1-11/+3
2005-11-11from albert chinsahlberg1-4/+14
2005-11-11break out some structures into packet-smb2.h so we can start tapping in latersahlberg3-17/+52
2005-11-11Don't use null values for blurbs in header fields.gerald1-8/+8
2005-11-10start decoding SMB2_FILE_INFO_22sahlberg1-0/+45
2005-11-10from albert chansahlberg1-2/+2
2005-11-10from albert chinsahlberg2-4/+4
2005-11-10use the policy_handle framework for dcerpc to trach which frame a policy h...sahlberg1-10/+59
2005-11-10Don't pass signed characters to the <ctype.h> macros.guy2-9/+8
2005-11-10Include <ctype.h> to declare "isprint()".guy1-0/+1
2005-11-10There's no guarantee that BYTE_ORDER is defined as anything useful, andguy1-8/+2
2005-11-09From Andrei Emeltchenkoetxrab1-46/+135
2005-11-09add initial decode for SMB2_FS_INFO_01sahlberg1-0/+32
2005-11-09add decode of SMB2_FS_INFO_05 sahlberg1-0/+65
2005-11-09add decoding of the create requestsahlberg1-1/+72
2005-11-09From Stig Bjørlykke:gerald1-78/+198
2005-11-09some more of the never ending stream of smb2 updatessahlberg1-25/+125
2005-11-09add decode of Write commandssahlberg1-4/+68
2005-11-09add support for Close and the new guess that the FID is present in the Find...sahlberg1-5/+52
2005-11-09dissect more of the SMB2/Close functionsahlberg1-3/+75
2005-11-08Move def of subid_t to format-oid.h don't include asn1.h in cops any more.etxrab3-32/+33
2005-11-08 start dissecting SMB2_FILE_INFO_12sahlberg1-1/+79
2005-11-08From Peter Kovar: Fix the typo referenced in bug 577.gerald1-1/+1
2005-11-08You don't tug on Superman's cape. You don't spit into the wind.gerald1-103/+103
2005-11-08dissect some of GetInfo requests and Repliessahlberg1-1/+101
2005-11-08add a comment to keep the dissector in sync with the wikisahlberg1-2/+3
2005-11-08add a pointer to the wiki for documentation of this protocolsahlberg1-0/+3
2005-11-08 add dissection of the known parts of negotiate protocolsahlberg1-1/+63
2005-11-07Use "proto_tree_add_item()", not "proto_tree_add_bytes()", if you'reguy1-7/+6
2005-11-07Fix an ftsanity.py error.gerald1-1/+1
2005-11-07Fix bug 575, from Menno Andriesse:gerald1-51/+53
2005-11-07begin dissecting the Find response packetsahlberg1-2/+81
2005-11-07The return value of tvb_get_ptr() is a const ptr; assign it to a constguy1-7/+2
2005-11-07dissect the treeconnect request packetsahlberg1-4/+39
2005-11-07add request response matching so we can start passing info levels around from...sahlberg1-10/+191
2005-11-07Display MSW and LSW as NTP timestamp as well.etxrab1-3/+14
2005-11-07Dissect NSAPetxrab1-0/+3