| Commit message (Expand) | Author | Age | Files | Lines |
* | The MID field in the SMB header is in reality only ~10 bits in size | Ronnie Sahlberg | 2003-06-15 | 1 | -7/+7 |
* | Add new routines: | Guy Harris | 2003-06-12 | 1 | -3/+2 |
* | Show the upper 2 bytes of the formerly-reserved area as a "High Part of | Guy Harris | 2003-06-10 | 1 | -15/+13 |
* | Put the right data into the protocol tree for the high 16 bits of the PID. | Guy Harris | 2003-06-09 | 1 | -10/+10 |
* | Dissect the 12-byte reserved field as a 2-byte PID high, 8-byte sig, and | Richard Sharpe | 2003-06-09 | 1 | -4/+23 |
* | Update the section numbers in various information level strings to | Guy Harris | 2003-06-09 | 1 | -89/+88 |
* | The information levels for TRANS2_SET_{PATH,FILE}_INFORMATION are, | Guy Harris | 2003-06-08 | 1 | -10/+158 |
* | Rename EA length field to EA list length. Field was originally just | Tim Potter | 2003-06-06 | 1 | -13/+13 |
* | Dissect extended attribute lists in trans2 QUERY_FILE_INFORMATION, | Tim Potter | 2003-06-06 | 1 | -24/+103 |
* | There can be more than one DCE RPC call per frame, e.g. there can be | Guy Harris | 2003-06-04 | 1 | -11/+1 |
* | From Laurent Rabret: use "g_free()", not "free()", to free stuff | Guy Harris | 2003-05-28 | 1 | -2/+2 |
* | Initialise sid_str in case dissect_nt_sid() can't return a string | Tim Potter | 2003-05-23 | 1 | -2/+2 |
* | make dissect_nt_sid() return a sid string that also contains the proper name ... | Ronnie Sahlberg | 2003-05-22 | 1 | -2/+6 |
* | Change the interface to dissect_nt_sid so that we can provide a hf field to use | Ronnie Sahlberg | 2003-05-21 | 1 | -11/+19 |
* | Tap SMB packets before we call the dissecotrs so that even if there | Ronnie Sahlberg | 2003-05-16 | 1 | -3/+6 |
* | More work on dissecting generic and standard mappings for NT access masks. | Tim Potter | 2003-05-15 | 1 | -35/+103 |
* | Move the ntlmv2 response dissection out of packet-ntlmssp.c and in to | Tim Potter | 2003-05-09 | 1 | -4/+21 |
* | Add a "proto_item_set_end()" routine that sets the length of an item | Guy Harris | 2003-04-29 | 1 | -3/+2 |
* | dissect_nt_access_mask() sometimes ami is NULL. | Ronnie Sahlberg | 2003-04-28 | 1 | -3/+3 |
* | Move the specific rights dissection function and name into a structure | Tim Potter | 2003-04-28 | 1 | -24/+16 |
* | Note some weirdness seen in some captures, where the direction flag in | Guy Harris | 2003-04-27 | 1 | -1/+8 |
* | From Jim McDonough: fix smb transact2 findfirst decoding of info level | Guy Harris | 2003-04-24 | 1 | -5/+5 |
* | Add a pointer to an hf_ value for a "reassembled_in" field (which can be | Guy Harris | 2003-04-20 | 1 | -1/+2 |
* | Add some comments about the 0x10 bit in the Flags field of an NTcreate&X. | Richard Sharpe | 2003-04-18 | 1 | -2/+24 |
* | Add a heuristic dissector table to Vines SPP, use it for dissecting SPP | Guy Harris | 2003-04-17 | 1 | -1/+2 |
* | Update a URL, and note that the Open Group publications are now | Guy Harris | 2003-04-17 | 1 | -4/+4 |
* | Support SMB as one of the protocols that can run over OSI COTP. | Guy Harris | 2003-04-17 | 1 | -1/+2 |
* | Add a new routine "dissect_file_data_maybe_dcerpc()" to handle file | Guy Harris | 2003-04-14 | 1 | -71/+38 |
* | Fix up some comments. | Guy Harris | 2003-04-14 | 1 | -6/+16 |
* | The two extra bytes in the write_andx request is only present if both | Ronnie Sahlberg | 2003-04-14 | 1 | -6/+16 |
* | Use symbolic names for the various write mode bits. | Guy Harris | 2003-04-14 | 1 | -14/+28 |
* | "dcerpc_fragment_table" is used only in packet-smb-pipe.c, except for | Guy Harris | 2003-04-13 | 1 | -9/+1 |
* | Rewrite the DCERPC over SMB reassembly completely. | Ronnie Sahlberg | 2003-04-12 | 1 | -86/+17 |
* | The NT Security Descriptor revision field is only one byte, not two. | Ronnie Sahlberg | 2003-04-10 | 1 | -6/+10 |
* | Squelch a compiler warning - the problem "should not happen", as a | Guy Harris | 2003-04-09 | 1 | -2/+2 |
* | Update to WriteAndX request decoding so it can handle the pipe bits properly. | Ronnie Sahlberg | 2003-04-09 | 1 | -2/+21 |
* | Add some additional fields to SMB-over-IPX dissection, as per what | Guy Harris | 2003-04-03 | 1 | -6/+26 |
* | Add support for SMB-over-IPX. | Guy Harris | 2003-04-03 | 1 | -28/+78 |
* | When dissecting specific rights, pass a name string down so the | Tim Potter | 2003-04-03 | 1 | -15/+28 |
* | Added SMB option : sid_name_snooping. | Ronnie Sahlberg | 2003-03-25 | 1 | -3/+20 |
* | Turn SIDs into FT_STRING fields so that we can filter for them using | Ronnie Sahlberg | 2003-03-17 | 1 | -24/+40 |
* | Rename hf_smb_sid to the more appropriate hf_smb_search_id | Ronnie Sahlberg | 2003-03-17 | 1 | -8/+8 |
* | Make sure that we display all the file attributes ... | Richard Sharpe | 2003-03-14 | 1 | -3/+21 |
* | Make sure we don't obliterate the UNICODE flag ... | Richard Sharpe | 2003-03-04 | 1 | -2/+5 |
* | Added 'server unavailable' dos error message. | Tim Potter | 2003-02-25 | 1 | -1/+2 |
* | Properly set the ACE type in the summary line for an ACE - and, while | Guy Harris | 2003-02-14 | 1 | -4/+5 |
* | Decorate ACE items in an ACL with the SID and flag values. | Tim Potter | 2003-02-11 | 1 | -7/+20 |
* | Update some comments. | Guy Harris | 2003-02-10 | 1 | -4/+11 |
* | At least in regular SMB requests, the access mask in an ACE is not | Guy Harris | 2003-02-08 | 1 | -15/+22 |
* | Move dissect_nt_access_mask() from packet-dcerpc-nt.c to packet-smb.c | Tim Potter | 2003-02-07 | 1 | -18/+388 |