aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-24Assorted changes from Ronnie Sahlberg:guy1-22/+36
2001-11-21Discard stuff in "smb.h" not used by the dissectors, and replace theguy1-21/+21
2001-11-21Support for Transaction Secondary and Transaction2 Secondary, fromguy1-3/+12
2001-11-21Get rid of some unused variables.guy1-27/+6
2001-11-20From Ronnie Sahlberg: handle transaction continuations the way we handleguy1-27/+69
2001-11-20Dissect the rest of the named pipe protocol. Export from "packet-smb.c"guy1-19/+27
2001-11-20Save the function code and FID for pipe requests, and use it for theguy1-10/+13
2001-11-19Dissect the setup words in pipe transactions that have them; thatguy1-20/+59
2001-11-19Make the register routines for the mailslot, pipe, browser, andguy1-16/+1
2001-11-19Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andguy1-133/+151
2001-11-18From Tim Potter:guy1-8/+68
2001-11-18Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"guy1-97/+139
2001-11-18Have only the request and response frame numbers, and a "void *", in anguy1-126/+313
2001-11-16Add some bits in the Write AndX write mode as per "Microsoft Networksguy1-3/+29
2001-11-16Never put an entry into the hash table for an NT Cancel request, even ifguy1-7/+10
2001-11-16Don't save a full "smb_info" structure in the hash tables for requestsguy1-94/+133
2001-11-16Cleanup of request/response matching, from Ronnie Sahlberg.guy1-872/+425
2001-11-16Responses to queries for stream information can return more than oneguy1-24/+69
2001-11-16Use "hf_smb_t2_stream_size", not "hf_smb_t2_stream_name_length", whenguy1-2/+2
2001-11-15Tvbuffification of Transaction requests, from Ronnie Sahlberg.guy1-1348/+281
2001-11-13Squelch an MSVC++ complaint.guy1-1/+2
2001-11-12Include the sync I/O alert and nonalert bits.guy1-1/+23
2001-11-12Transaction2 tvbuffified, and support added for many Transaction2 SMBs,guy1-1301/+4276
2001-11-11Dissect the NT create option bits. (Well, some of them, anyway.)guy1-35/+149
2001-11-10Change from Tim Potter to show the error status in the Info column forguy1-21/+171
2001-11-09Microsoft calls it "Dfs", not "DFS", perhaps to avoid confusion with theguy1-6/+6
2001-11-09NT Create and X support, from Ronnie Sahlberg.guy1-7/+280
2001-11-09Tvbuffification of SMB print commands, from Ronnie Sahlberg.guy1-430/+350
2001-11-08Print the create flags with 8 hex digits.guy1-17/+26
2001-11-08Put the stuff to handle file data in read and write requests into aguy1-137/+148
2001-11-08NT Transact dissection, from Ronnie Sahlberg.guy1-7/+1876
2001-11-07"dissect_open_print_file_smb()" was defined but not used; put it intoguy1-2/+2
2001-11-07Further tvbuffication from Ronnie Sahlberg.guy1-2990/+1928
2001-11-05Fix the previous change to handle SMBs with tvbuffified dissectors.guy1-2/+2
2001-11-05Put andX commands at the same level as the first command.guy1-2/+4
2001-11-05Put in some references.guy1-1/+26
2001-11-05Further tvbuffication, from Ronnie Sahlberg.guy1-1333/+770
2001-11-05Futher tvbuffification from Ronnie Sahlberg.guy1-888/+506
2001-11-04Further tvbuffication, from Ronnie Sahlberg.guy1-2288/+1466
2001-11-04More tvbuffication, from Ronnie Sahlberg.guy1-760/+437
2001-11-03Check for a zero word count in LogoffandX requests and replies.guy1-37/+45
2001-11-03Clean up the display of the Flags and Flags2 fields, and add a missingguy1-52/+63
2001-11-03Tvbuffification of Negotiate Protocol, from Ronnie Sahlberg.guy1-580/+972
2001-11-03First tvbuffication change, from Ronnie Sahlberg. Also changes SMBguy1-653/+1126
2001-11-03Rename the "private" member of the "packet_info" structure toguy1-2/+2
2001-10-20Properly handle the andX command in a LockingAndX message.guy1-13/+14
2001-09-30Make several of the fields in the SMB header filterable.guy1-192/+49
2001-09-29Use tvbuff routines to extract data from the SMB header.guy1-65/+57
2001-09-29Start the process of tvbuffifying the SMB dissector - give it aguy1-18/+26
2001-09-28From Todd Sabin: dissect the auth info in connection oriented dcerpcguy1-6/+22