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