aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-01Make the SMB dissector better at catching what is probably a DCERPC payloadRonnie Sahlberg1-10/+24
2004-02-25Dissect FILE_RENAME_INFO.Guy Harris1-4/+70
2004-01-19char *drep -> guint8 *drepJörg Mayer1-8/+8
2004-01-10Eliminate "alignment.h" header - the stuff in it is no longer used.Guy Harris1-2/+1
2004-01-02Fix a comment.Guy Harris1-2/+2
2004-01-02Revert a small change I made a day or so ago because Guy has captures thatRichard Sharpe1-2/+2
2003-12-30A small fix from Andrew Bartlett. The Short File Name is always in UNICODE.Richard Sharpe1-3/+3
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping1-3/+3
2003-12-18The "cmd" members of "smb_saved_info_t" and "smb_info_t" structuresGuy Harris1-6/+6
2003-12-17removed some more MSVC warnings (type casting)Ulf Lamping1-14/+14
2003-12-03Update to SMB ReadAndX replies.Ronnie Sahlberg1-9/+13
2003-11-12If what remains of the SMB byte count exceeds the data left in theGuy Harris1-4/+2
2003-11-10Bugfix for ethereal crashesRonnie Sahlberg1-3/+12
2003-10-24From Jim McDonough: add one more nt status code toGuy Harris1-1/+2
2003-10-23The ACL revision field is one byte, not 2 bytes.Ronnie Sahlberg1-5/+5
2003-10-01The max count high field is 32 bits, and, in order to compare itGuy Harris1-4/+5
2003-09-29Added comment: XXX Argh maxcnt_high is guint16 and thus 16 bit -> always falseJörg Mayer1-1/+2
2003-09-28in ReadAndXRonnie Sahlberg1-2/+10
2003-08-28Clean up white space.Guy Harris1-10/+10
2003-08-21Label the Count field in a Write AndX response as such, rather than asGuy Harris1-15/+25
2003-08-21The MaxCountHigh field in a READ_ANDX is given as a ULONG, i.e. 32 bits,Guy Harris1-15/+43
2003-08-20The length and offset for large file support for LockingAndX was broken.Ronnie Sahlberg1-7/+54
2003-08-19Update to the SMB dissector so that the HighLen 16 bit integer is decodedRonnie Sahlberg1-42/+84
2003-08-17Update to SMBRonnie Sahlberg1-16/+16
2003-08-16Get rid of an unused variable.Guy Harris1-2/+1
2003-08-15In "dissect_transaction2_request_parameters()", "bc" gets decremented asGuy Harris1-5/+4
2003-08-15Some fixes for UNIX CIFS extensions. There's still a problem in the trans2Tim Potter1-5/+14
2003-08-14Removed references to CIFS TR section numbers from various value_strings.Tim Potter1-67/+67
2003-08-13Make some abbreviations to some value_strings to save COL_INFO real estate:Tim Potter1-12/+26
2003-08-13Fixes for testing all variations of query fsinfo. There were a fewTim Potter1-5/+33
2003-08-04Dissect some more set attr calls ...Richard Sharpe1-1/+4
2003-07-10Support for CIFS UNIX extensions as documented in the CIFS TR 1.0,Tim Potter1-21/+366
2003-07-10Add more entries to the query/set path/file info value_strings forTim Potter1-3/+40
2003-06-15The MID field in the SMB header is in reality only ~10 bits in sizeRonnie Sahlberg1-7/+7
2003-06-12Add new routines:Guy Harris1-3/+2
2003-06-10Show the upper 2 bytes of the formerly-reserved area as a "High Part ofGuy Harris1-15/+13
2003-06-09Put the right data into the protocol tree for the high 16 bits of the PID.Guy Harris1-10/+10
2003-06-09Dissect the 12-byte reserved field as a 2-byte PID high, 8-byte sig, andRichard Sharpe1-4/+23
2003-06-09Update the section numbers in various information level strings toGuy Harris1-89/+88
2003-06-08The information levels for TRANS2_SET_{PATH,FILE}_INFORMATION are,Guy Harris1-10/+158
2003-06-06Rename EA length field to EA list length. Field was originally justTim Potter1-13/+13
2003-06-06Dissect extended attribute lists in trans2 QUERY_FILE_INFORMATION,Tim Potter1-24/+103
2003-06-04There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris1-11/+1
2003-05-28From Laurent Rabret: use "g_free()", not "free()", to free stuffGuy Harris1-2/+2
2003-05-23Initialise sid_str in case dissect_nt_sid() can't return a stringTim Potter1-2/+2
2003-05-22make dissect_nt_sid() return a sid string that also contains the proper name ...Ronnie Sahlberg1-2/+6
2003-05-21Change the interface to dissect_nt_sid so that we can provide a hf field to useRonnie Sahlberg1-11/+19
2003-05-16Tap SMB packets before we call the dissecotrs so that even if thereRonnie Sahlberg1-3/+6
2003-05-15More work on dissecting generic and standard mappings for NT access masks.Tim Potter1-35/+103
2003-05-09Move the ntlmv2 response dissection out of packet-ntlmssp.c and in toTim Potter1-4/+21