aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialise sid_str in case dissect_nt_sid() can't return a stringTim Potter2003-05-231-2/+2
* make dissect_nt_sid() return a sid string that also contains the proper name ...Ronnie Sahlberg2003-05-221-2/+6
* Change the interface to dissect_nt_sid so that we can provide a hf field to useRonnie Sahlberg2003-05-211-11/+19
* Tap SMB packets before we call the dissecotrs so that even if thereRonnie Sahlberg2003-05-161-3/+6
* More work on dissecting generic and standard mappings for NT access masks.Tim Potter2003-05-151-35/+103
* Move the ntlmv2 response dissection out of packet-ntlmssp.c and in toTim Potter2003-05-091-4/+21
* Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris2003-04-291-3/+2
* dissect_nt_access_mask() sometimes ami is NULL.Ronnie Sahlberg2003-04-281-3/+3
* Move the specific rights dissection function and name into a structureTim Potter2003-04-281-24/+16
* Note some weirdness seen in some captures, where the direction flag inGuy Harris2003-04-271-1/+8
* From Jim McDonough: fix smb transact2 findfirst decoding of info levelGuy Harris2003-04-241-5/+5
* Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris2003-04-201-1/+2
* Add some comments about the 0x10 bit in the Flags field of an NTcreate&X.Richard Sharpe2003-04-181-2/+24
* Add a heuristic dissector table to Vines SPP, use it for dissecting SPPGuy Harris2003-04-171-1/+2
* Update a URL, and note that the Open Group publications are nowGuy Harris2003-04-171-4/+4
* Support SMB as one of the protocols that can run over OSI COTP.Guy Harris2003-04-171-1/+2
* Add a new routine "dissect_file_data_maybe_dcerpc()" to handle fileGuy Harris2003-04-141-71/+38
* Fix up some comments.Guy Harris2003-04-141-6/+16
* The two extra bytes in the write_andx request is only present if bothRonnie Sahlberg2003-04-141-6/+16
* Use symbolic names for the various write mode bits.Guy Harris2003-04-141-14/+28
* "dcerpc_fragment_table" is used only in packet-smb-pipe.c, except forGuy Harris2003-04-131-9/+1
* Rewrite the DCERPC over SMB reassembly completely.Ronnie Sahlberg2003-04-121-86/+17
* The NT Security Descriptor revision field is only one byte, not two.Ronnie Sahlberg2003-04-101-6/+10
* Squelch a compiler warning - the problem "should not happen", as aGuy Harris2003-04-091-2/+2
* Update to WriteAndX request decoding so it can handle the pipe bits properly.Ronnie Sahlberg2003-04-091-2/+21
* Add some additional fields to SMB-over-IPX dissection, as per whatGuy Harris2003-04-031-6/+26
* Add support for SMB-over-IPX.Guy Harris2003-04-031-28/+78
* When dissecting specific rights, pass a name string down so theTim Potter2003-04-031-15/+28
* Added SMB option : sid_name_snooping.Ronnie Sahlberg2003-03-251-3/+20
* Turn SIDs into FT_STRING fields so that we can filter for them usingRonnie Sahlberg2003-03-171-24/+40
* Rename hf_smb_sid to the more appropriate hf_smb_search_idRonnie Sahlberg2003-03-171-8/+8
* Make sure that we display all the file attributes ...Richard Sharpe2003-03-141-3/+21
* Make sure we don't obliterate the UNICODE flag ...Richard Sharpe2003-03-041-2/+5
* Added 'server unavailable' dos error message.Tim Potter2003-02-251-1/+2
* Properly set the ACE type in the summary line for an ACE - and, whileGuy Harris2003-02-141-4/+5
* Decorate ACE items in an ACL with the SID and flag values.Tim Potter2003-02-111-7/+20
* Update some comments.Guy Harris2003-02-101-4/+11
* At least in regular SMB requests, the access mask in an ACE is notGuy Harris2003-02-081-15/+22
* Move dissect_nt_access_mask() from packet-dcerpc-nt.c to packet-smb.cTim Potter2003-02-071-18/+388