aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-19418/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* When we create a tvbuff for a security blob, set its reported length toGuy Harris2004-05-291-17/+34
* dont bail out just because we dont have the entire security blob present inRonnie Sahlberg2004-04-021-5/+27
* Add the mask for an NT ACL ACE to the summary list for each ACE. ThisRichard Sharpe2004-03-301-5/+12
* From Ronnie Sahlberg: Windows XP SP1 appears to send the OS and LANMANGuy Harris2004-03-201-4/+27
* Make the SMB dissector better at catching what is probably a DCERPC payloadRonnie Sahlberg2004-03-011-10/+24
* Dissect FILE_RENAME_INFO.Guy Harris2004-02-251-4/+70
* char *drep -> guint8 *drepJörg Mayer2004-01-191-8/+8
* Eliminate "alignment.h" header - the stuff in it is no longer used.Guy Harris2004-01-101-2/+1
* Fix a comment.Guy Harris2004-01-021-2/+2
* Revert a small change I made a day or so ago because Guy has captures thatRichard Sharpe2004-01-021-2/+2
* A small fix from Andrew Bartlett. The Short File Name is always in UNICODE.Richard Sharpe2003-12-301-3/+3
* removed some MSVC warnings (warning level 2)Ulf Lamping2003-12-281-3/+3
* The "cmd" members of "smb_saved_info_t" and "smb_info_t" structuresGuy Harris2003-12-181-6/+6
* removed some more MSVC warnings (type casting)Ulf Lamping2003-12-171-14/+14
* Update to SMB ReadAndX replies.Ronnie Sahlberg2003-12-031-9/+13
* If what remains of the SMB byte count exceeds the data left in theGuy Harris2003-11-121-4/+2
* Bugfix for ethereal crashesRonnie Sahlberg2003-11-101-3/+12
* From Jim McDonough: add one more nt status code toGuy Harris2003-10-241-1/+2
* The ACL revision field is one byte, not 2 bytes.Ronnie Sahlberg2003-10-231-5/+5
* The max count high field is 32 bits, and, in order to compare itGuy Harris2003-10-011-4/+5
* Added comment: XXX Argh maxcnt_high is guint16 and thus 16 bit -> always falseJörg Mayer2003-09-291-1/+2
* in ReadAndXRonnie Sahlberg2003-09-281-2/+10
* Clean up white space.Guy Harris2003-08-281-10/+10
* Label the Count field in a Write AndX response as such, rather than asGuy Harris2003-08-211-15/+25
* The MaxCountHigh field in a READ_ANDX is given as a ULONG, i.e. 32 bits,Guy Harris2003-08-211-15/+43
* The length and offset for large file support for LockingAndX was broken.Ronnie Sahlberg2003-08-201-7/+54
* Update to the SMB dissector so that the HighLen 16 bit integer is decodedRonnie Sahlberg2003-08-191-42/+84
* Update to SMBRonnie Sahlberg2003-08-171-16/+16
* Get rid of an unused variable.Guy Harris2003-08-161-2/+1
* In "dissect_transaction2_request_parameters()", "bc" gets decremented asGuy Harris2003-08-151-5/+4
* Some fixes for UNIX CIFS extensions. There's still a problem in the trans2Tim Potter2003-08-151-5/+14
* Removed references to CIFS TR section numbers from various value_strings.Tim Potter2003-08-141-67/+67
* Make some abbreviations to some value_strings to save COL_INFO real estate:Tim Potter2003-08-131-12/+26
* Fixes for testing all variations of query fsinfo. There were a fewTim Potter2003-08-131-5/+33
* Dissect some more set attr calls ...Richard Sharpe2003-08-041-1/+4
* Support for CIFS UNIX extensions as documented in the CIFS TR 1.0,Tim Potter2003-07-101-21/+366
* Add more entries to the query/set path/file info value_strings forTim Potter2003-07-101-3/+40
* The MID field in the SMB header is in reality only ~10 bits in sizeRonnie Sahlberg2003-06-151-7/+7
* Add new routines:Guy Harris2003-06-121-3/+2
* Show the upper 2 bytes of the formerly-reserved area as a "High Part ofGuy Harris2003-06-101-15/+13
* Put the right data into the protocol tree for the high 16 bits of the PID.Guy Harris2003-06-091-10/+10
* Dissect the 12-byte reserved field as a 2-byte PID high, 8-byte sig, andRichard Sharpe2003-06-091-4/+23
* Update the section numbers in various information level strings toGuy Harris2003-06-091-89/+88
* The information levels for TRANS2_SET_{PATH,FILE}_INFORMATION are,Guy Harris2003-06-081-10/+158
* Rename EA length field to EA list length. Field was originally justTim Potter2003-06-061-13/+13
* Dissect extended attribute lists in trans2 QUERY_FILE_INFORMATION,Tim Potter2003-06-061-24/+103
* There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris2003-06-041-11/+1
* From Laurent Rabret: use "g_free()", not "free()", to free stuffGuy Harris2003-05-281-2/+2