aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-15Tvbuffification of Transaction requests, from Ronnie Sahlberg.Guy Harris1-1348/+281
2001-11-13Squelch an MSVC++ complaint.Guy Harris1-1/+2
2001-11-12Include the sync I/O alert and nonalert bits.Guy Harris1-1/+23
2001-11-12Transaction2 tvbuffified, and support added for many Transaction2 SMBs,Guy Harris1-1301/+4276
2001-11-11Dissect the NT create option bits. (Well, some of them, anyway.)Guy Harris1-35/+149
2001-11-10Change from Tim Potter to show the error status in the Info column forGuy Harris1-21/+171
2001-11-09Microsoft calls it "Dfs", not "DFS", perhaps to avoid confusion with theGuy Harris1-6/+6
2001-11-09NT Create and X support, from Ronnie Sahlberg.Guy Harris1-7/+280
2001-11-09Tvbuffification of SMB print commands, from Ronnie Sahlberg.Guy Harris1-430/+350
2001-11-08Print the create flags with 8 hex digits.Guy Harris1-17/+26
2001-11-08Put the stuff to handle file data in read and write requests into aGuy Harris1-137/+148
2001-11-08NT Transact dissection, from Ronnie Sahlberg.Guy Harris1-7/+1876
2001-11-07"dissect_open_print_file_smb()" was defined but not used; put it intoGuy Harris1-2/+2
2001-11-07Further tvbuffication from Ronnie Sahlberg.Guy Harris1-2990/+1928
2001-11-05Fix the previous change to handle SMBs with tvbuffified dissectors.Guy Harris1-2/+2
2001-11-05Put andX commands at the same level as the first command.Guy Harris1-2/+4
2001-11-05Put in some references.Guy Harris1-1/+26
2001-11-05Further tvbuffication, from Ronnie Sahlberg.Guy Harris1-1333/+770
2001-11-05Futher tvbuffification from Ronnie Sahlberg.Guy Harris1-888/+506
2001-11-04Further tvbuffication, from Ronnie Sahlberg.Guy Harris1-2288/+1466
2001-11-04More tvbuffication, from Ronnie Sahlberg.Guy Harris1-760/+437
2001-11-03Check for a zero word count in LogoffandX requests and replies.Guy Harris1-37/+45
2001-11-03Clean up the display of the Flags and Flags2 fields, and add a missingGuy Harris1-52/+63
2001-11-03Tvbuffification of Negotiate Protocol, from Ronnie Sahlberg.Guy Harris1-580/+972
2001-11-03First tvbuffication change, from Ronnie Sahlberg. Also changes SMBGuy Harris1-653/+1126
2001-11-03Rename the "private" member of the "packet_info" structure toGuy Harris1-2/+2
2001-10-20Properly handle the andX command in a LockingAndX message.Guy Harris1-13/+14
2001-09-30Make several of the fields in the SMB header filterable.Guy Harris1-192/+49
2001-09-29Use tvbuff routines to extract data from the SMB header.Guy Harris1-65/+57
2001-09-29Start the process of tvbuffifying the SMB dissector - give it aGuy Harris1-18/+26
2001-09-28From Todd Sabin: dissect the auth info in connection oriented dcerpcGuy Harris1-6/+22
2001-09-28WordCount is unsigned, so test for "WordCount != 0" rather thanGuy Harris1-54/+40
2001-09-28Base decisions on whether to dump the word parameters on the word countGuy Harris1-113/+152
2001-09-27Add support for NT error codes.Guy Harris1-2/+741
2001-09-27Handle interim Transact2 responses correctly.Guy Harris1-3/+46
2001-09-11The byte count field in an SMB Write request counts not only the dataGuy Harris1-4/+4
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-3/+3
2001-08-27Put in a comment noting that the "Service" string in a Tree Connect andGuy Harris1-2/+6
2001-08-27Handle the "Native File System" string in a TconX response as ASCII orGuy Harris1-4/+4
2001-08-27Use the descriptor strings when dissecting remote APIs; this lets usGuy Harris1-1/+12
2001-08-27Show the Capabilities field in a Session Setup and X request as a 32-bitGuy Harris1-3/+9
2001-08-27Show buffer formats symbolically as well as numerically.Guy Harris1-26/+85
2001-08-27Fix a number of SMB dissectors to correctly handle ASCII and UnicodeGuy Harris1-51/+65
2001-08-27Make a routine to handle fetching strings that are Unicode or ASCIIGuy Harris1-91/+512
2001-08-11Fix a typo in a comment.Guy Harris1-2/+2
2001-08-11In the Info column for transaction responses for which we don't have theGuy Harris1-5/+5
2001-08-11If the matching request for a transaction reply wasn't found, so that weGuy Harris1-16/+16
2001-08-11Display padding and data fields in transaction requests/replies as hex,Guy Harris1-7/+14
2001-08-11Squelch a compiler warning.Guy Harris1-2/+2
2001-08-11Change the SMB header to being a separate break-out tree ...Richard Sharpe1-18/+24