| Commit message (Expand) | Author | Age | Files | Lines |
* | Display a different message in the COL_INFO field for anonymous session | Tim Potter | 2002-02-27 | 1 | -3/+9 |
* | Fixed up value_string for SMBE_unknownlevel error. | Tim Potter | 2002-02-22 | 1 | -2/+2 |
* | Initial quota support, from Ronnie Sahlberg. | Guy Harris | 2002-02-22 | 1 | -1/+120 |
* | Use the right format (one with a numerical format item rather than a | Guy Harris | 2002-02-21 | 1 | -2/+3 |
* | Export dissect_nt_sec_desc() so it can be used by other dissectors. | Tim Potter | 2002-02-21 | 1 | -3/+4 |
* | From Ronnie Sahlberg: add the actual SMB command to the structure that | Guy Harris | 2002-02-20 | 1 | -14/+43 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -5/+5 |
* | From Tim Potter: | Guy Harris | 2002-02-14 | 1 | -11/+55 |
* | From Ronnie Sahlberg: display FILETIME values of 0x8000000000000000 as | Guy Harris | 2002-02-13 | 1 | -2/+10 |
* | From Tim Potter: for all the SMBs that have a FID in the request, put | Guy Harris | 2002-02-01 | 1 | -42/+82 |
* | Remove extra white-space from text added to proto_tree. | Gilbert Ramirez | 2002-02-01 | 1 | -5/+5 |
* | Redo the previous change in a slightly cleaner fashion (don't convert | Guy Harris | 2002-01-29 | 1 | -7/+11 |
* | "NULL" is a pointer. | Guy Harris | 2002-01-29 | 1 | -2/+2 |
* | Add support for dissecting NT FILETIME time stamp values. | Guy Harris | 2002-01-28 | 1 | -123/+184 |
* | In the "Announce change to UAS or SAM" NETLOGON message, dissect the | Guy Harris | 2002-01-25 | 1 | -2/+2 |
* | From Tim Potter: NT SID dissection. | Guy Harris | 2002-01-25 | 1 | -8/+15 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -4/+4 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -9/+9 |
* | Use the "fragmented" field of the "packet_info" structure in | Guy Harris | 2002-01-17 | 1 | -15/+25 |
* | Fix some preferences to eliminate the extra copy of the protocol name at | Guy Harris | 2002-01-15 | 1 | -5/+5 |
* | When checking whether to do DCERPC-over-SMB reassembly on a Read and X | Guy Harris | 2002-01-15 | 1 | -6/+6 |
* | Use "proto_tree_add_item()", not "proto_tree_add_bytes()", to add an | Guy Harris | 2002-01-08 | 1 | -2/+3 |
* | Match requests and responses using both the MID and the PID; the SNIA | Guy Harris | 2002-01-08 | 1 | -40/+49 |
* | SPOOLSS RPC dissector, from Tim Potter. This includes adding additional | Guy Harris | 2002-01-03 | 1 | -2/+11 |
* | Reassembly of fragmented NT Transaction responses, from Ronnie Sahlberg. | Guy Harris | 2001-12-18 | 1 | -32/+92 |
* | From Ronnie Sahlberg: dissect security descriptor flags. | Guy Harris | 2001-12-18 | 1 | -192/+206 |
* | NT ACL structure dissection, from Ronnie Sahlberg. | Guy Harris | 2001-12-15 | 1 | -3/+391 |
* | NT security descriptor dissection, from Ronnie Sahlberg. | Guy Harris | 2001-12-15 | 1 | -16/+161 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -98/+98 |
* | More NT error codes, from Todd Sabin. | Guy Harris | 2001-12-07 | 1 | -1/+126 |
* | From Todd Sabin: | Guy Harris | 2001-12-06 | 1 | -2/+2 |
* | From Ronnie Sahlberg: reassemble DCERPC-over-SMB requests as well as | Guy Harris | 2001-12-06 | 1 | -5/+42 |
* | In the SMB dissector, keep a list of all the conversation structures | Guy Harris | 2001-12-06 | 1 | -4/+33 |
* | There can be more than one SMB request or response in a frame when | Guy Harris | 2001-12-06 | 1 | -16/+64 |
* | Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg. | Guy Harris | 2001-12-05 | 1 | -81/+114 |
* | From Tim Potter: add the DOS error for "file already exists" on a | Guy Harris | 2001-12-05 | 1 | -1/+2 |
* | Don't fetch "t2i->info_level" if "t2i" is null. | Guy Harris | 2001-12-05 | 1 | -20/+22 |
* | Update from Ronnie Sahlberg: | Guy Harris | 2001-11-29 | 1 | -4/+14 |
* | When processing a response, check whether "si->sip" is null before using | Guy Harris | 2001-11-29 | 1 | -3/+3 |
* | From Ronnie Sahlberg: track FID values between requesta and responses | Guy Harris | 2001-11-28 | 1 | -6/+35 |
* | If a request has already been processed, and we fail to find its | Guy Harris | 2001-11-28 | 1 | -132/+101 |
* | Updates to transaction reassembly, from Ronnie Sahlberg. | Guy Harris | 2001-11-28 | 1 | -235/+207 |
* | Remove an extra blank from a data source name. | Guy Harris | 2001-11-27 | 1 | -2/+10 |
* | In "smb_trans_defragment()", quit if "si->sip" is null, as it means we | Guy Harris | 2001-11-26 | 1 | -1/+12 |
* | Add some comments. | Guy Harris | 2001-11-26 | 1 | -1/+12 |
* | From Ronnie Sahlberg: reassemble transaction data if transaction | Guy Harris | 2001-11-26 | 1 | -29/+151 |
* | Assorted changes from Ronnie Sahlberg: | Guy Harris | 2001-11-24 | 1 | -22/+36 |
* | Discard stuff in "smb.h" not used by the dissectors, and replace the | Guy Harris | 2001-11-21 | 1 | -21/+21 |
* | Support for Transaction Secondary and Transaction2 Secondary, from | Guy Harris | 2001-11-21 | 1 | -3/+12 |
* | Get rid of some unused variables. | Guy Harris | 2001-11-21 | 1 | -27/+6 |