aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-12If what remains of the SMB byte count exceeds the data left in theguy1-4/+2
2003-11-10Bugfix for ethereal crashessahlberg1-3/+12
2003-10-24From Jim McDonough: add one more nt status code toguy1-1/+2
2003-10-23The ACL revision field is one byte, not 2 bytes.sahlberg1-5/+5
2003-10-01The max count high field is 32 bits, and, in order to compare itguy1-4/+5
2003-09-29Added comment: XXX Argh maxcnt_high is guint16 and thus 16 bit -> always falsejmayer1-1/+2
2003-09-28in ReadAndXsahlberg1-2/+10
2003-08-28Clean up white space.guy1-10/+10
2003-08-21Label the Count field in a Write AndX response as such, rather than asguy1-15/+25
2003-08-21The MaxCountHigh field in a READ_ANDX is given as a ULONG, i.e. 32 bits,guy1-15/+43
2003-08-20The length and offset for large file support for LockingAndX was broken.sahlberg1-7/+54
2003-08-19Update to the SMB dissector so that the HighLen 16 bit integer is decodedsahlberg1-42/+84
2003-08-17Update to SMBsahlberg1-16/+16
2003-08-16Get rid of an unused variable.guy1-2/+1
2003-08-15In "dissect_transaction2_request_parameters()", "bc" gets decremented asguy1-5/+4
2003-08-15Some fixes for UNIX CIFS extensions. There's still a problem in the trans2tpot1-5/+14
2003-08-14Removed references to CIFS TR section numbers from various value_strings.tpot1-67/+67
2003-08-13Make some abbreviations to some value_strings to save COL_INFO real estate:tpot1-12/+26
2003-08-13Fixes for testing all variations of query fsinfo. There were a fewtpot1-5/+33
2003-08-04Dissect some more set attr calls ...sharpe1-1/+4
2003-07-10Support for CIFS UNIX extensions as documented in the CIFS TR 1.0,tpot1-21/+366
2003-07-10Add more entries to the query/set path/file info value_strings fortpot1-3/+40
2003-06-15The MID field in the SMB header is in reality only ~10 bits in sizesahlberg1-7/+7
2003-06-12Add new routines:guy1-3/+2
2003-06-10Show the upper 2 bytes of the formerly-reserved area as a "High Part ofguy1-15/+13
2003-06-09Put the right data into the protocol tree for the high 16 bits of the PID.guy1-10/+10
2003-06-09Dissect the 12-byte reserved field as a 2-byte PID high, 8-byte sig, andsharpe1-4/+23
2003-06-09Update the section numbers in various information level strings toguy1-89/+88
2003-06-08The information levels for TRANS2_SET_{PATH,FILE}_INFORMATION are,guy1-10/+158
2003-06-06Rename EA length field to EA list length. Field was originally justtpot1-13/+13
2003-06-06Dissect extended attribute lists in trans2 QUERY_FILE_INFORMATION,tpot1-24/+103
2003-06-04There can be more than one DCE RPC call per frame, e.g. there can beguy1-11/+1
2003-05-28From Laurent Rabret: use "g_free()", not "free()", to free stuffguy1-2/+2
2003-05-23Initialise sid_str in case dissect_nt_sid() can't return a stringtpot1-2/+2
2003-05-22make dissect_nt_sid() return a sid string that also contains the proper name ...sahlberg1-2/+6
2003-05-21Change the interface to dissect_nt_sid so that we can provide a hf field to usesahlberg1-11/+19
2003-05-16Tap SMB packets before we call the dissecotrs so that even if theresahlberg1-3/+6
2003-05-15More work on dissecting generic and standard mappings for NT access masks.tpot1-35/+103
2003-05-09Move the ntlmv2 response dissection out of packet-ntlmssp.c and in totpot1-4/+21
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemguy1-3/+2
2003-04-28dissect_nt_access_mask() sometimes ami is NULL.sahlberg1-3/+3
2003-04-28Move the specific rights dissection function and name into a structuretpot1-24/+16
2003-04-27Note some weirdness seen in some captures, where the direction flag inguy1-1/+8
2003-04-24From Jim McDonough: fix smb transact2 findfirst decoding of info levelguy1-5/+5
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beguy1-1/+2
2003-04-18Add some comments about the 0x10 bit in the Flags field of an NTcreate&X.sharpe1-2/+24
2003-04-17Add a heuristic dissector table to Vines SPP, use it for dissecting SPPguy1-1/+2
2003-04-17Update a URL, and note that the Open Group publications are nowguy1-4/+4
2003-04-17Support SMB as one of the protocols that can run over OSI COTP.guy1-1/+2
2003-04-14Add a new routine "dissect_file_data_maybe_dcerpc()" to handle fileguy1-71/+38