aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-251/+251
* Expand on a note in a comment.Guy Harris2002-08-251-2/+4
* These guys got lost in a merge. Actually call the gssapi dissector fromTim Potter2002-08-221-19/+65
* First part of support for Thursby's Mac extenstions from CIFS2002.Richard Sharpe2002-08-221-2/+189
* Limit the parameter and data tvbuffs to the actual number of bytes ofGuy Harris2002-08-191-6/+9
* Added server name to negprot reply and fixed a pointer deferral problem.Ronnie Sahlberg2002-08-131-9/+27
* From Devin Heitmueller: dissect NTLMSSP authentication messages, and handleGuy Harris2002-08-101-244/+119
* Added DOS error 259 - no more items.Tim Potter2002-08-071-1/+2
* Typo fix.Guy Harris2002-08-061-2/+2
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Changed the SMB dissector to put ALL command PDUs in one SMB in the summaryRonnie Sahlberg2002-07-271-22/+30
* If conversations have already been created in lower layers, say TCP beforeRonnie Sahlberg2002-07-271-8/+8
* From Prabhakar Krishnan: add item to SMB protocol tree for time betweenGuy Harris2002-07-201-5/+22
* Fixed up some warnings.Tim Potter2002-07-131-7/+14
* Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris2002-06-071-1/+3
* Added show_fragment_tree() to reassemble. This function will do the commonRonnie Sahlberg2002-06-051-29/+54
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-3/+3
* Another small DCERPC interface from the winsows world implemented. TAPI.Ronnie Sahlberg2002-06-021-5/+5
* SMB 0x31 is "Close And Tree Disconnect", not "Close And Tree Discover",Guy Harris2002-05-301-3/+3
* Display unsigned quantities with "%u".Guy Harris2002-05-291-5/+5
* Put back the stuff to dissect the last 2 bytes ofGuy Harris2002-05-261-16/+157
* Fix "dissect_unknown()" to properly step through the word and byteGuy Harris2002-05-261-3/+8
* Put in some additional information from:Guy Harris2002-05-261-82/+519
* Add messaging SMBs.Guy Harris2002-05-251-18/+268
* Additions to the MAPI dissector. Function 02 for MAPI.Ronnie Sahlberg2002-05-231-1/+2
* From Andrew Esh: support for additional interest levels inGuy Harris2002-05-161-5/+70
* From Andrew Esh: support for interest level 1003 and 1007 inGuy Harris2002-05-151-1/+41
* Update the URL and comment for the SNIA CIFS spec, now that it's final.Guy Harris2002-05-101-3/+3
* Added constant and value_string for invalid security descriptor ownerTim Potter2002-05-081-1/+2
* From Joerg Mayer: get rid of unused "pinfo" argument toGuy Harris2002-04-301-35/+9
* Get rid of some unused arguments, and mark some others as unused.Guy Harris2002-04-301-324/+304
* There's no need to allocate and fill in an array of sub-authorities andGuy Harris2002-04-291-27/+19
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-6/+6
* Put in a note about the "primary domain" in the Negotiate ProtocolGuy Harris2002-04-281-1/+7
* Fix the test in "dissect_smb_datetime()" for "no date/time specified"Guy Harris2002-04-271-7/+84
* Sometimes there is some junk at the end of an ACE so use the size fieldTim Potter2002-04-241-3/+9
* Added 'invalid security descriptor' error to list of dos errors.Tim Potter2002-04-241-1/+2
* Clean up the descriptions of reassembly preferences.Guy Harris2002-04-231-3/+3
* Support for NT Rename SMB, from Steven French.Guy Harris2002-04-221-3/+82
* Fix the return value of "dissect_nt_sec_desc()".Guy Harris2002-04-221-3/+5
* Correctly dissect LSA security descriptors, at least as they appearGuy Harris2002-04-221-13/+33
* Bugfixes for LSA dissector and a small change to the security_descriptor diss...Ronnie Sahlberg2002-04-171-8/+14
* Do the standard "next entry offset" stuff in NT NOTIFY replies, so as toGuy Harris2002-04-161-2/+25
* Fixed two instances where si->sip was being not checked for NULL beforeTim Potter2002-04-091-3/+3
* More static-ization.Gilbert Ramirez2002-04-081-2/+2
* copylen should be unsigned when we check the range since tvb_memcpy will be u...Ronnie Sahlberg2002-03-291-2/+2
* The Unicode Consortium's country code table has been updated toGuy Harris2002-03-271-8/+7
* In the protocol tree entries for lists of fragments/segments, make theGuy Harris2002-03-271-16/+20
* The Unicode Consortium's table has some errors in it; fix those errorsGuy Harris2002-03-261-4/+14
* The Cygwin "winnls.h" header, and the Microsoft "winnls.h" headers, saysGuy Harris2002-03-251-4/+9