aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify dissect_nt_sid() function to return a string version of the SID.Tim Potter2003-01-311-9/+19
* SMB RTT statistics for tethereal and ethereal.Ronnie Sahlberg2003-01-221-86/+82
* Small fix from Andrew Bartlett to make Is Directory come out right.Richard Sharpe2002-12-311-4/+4
* Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg2002-12-191-3/+3
* Update packet-smb.c to use the new FT_FRAMENUM typeRonnie Sahlberg2002-12-191-5/+5
* Fix for DCERPC detection when carried ontop of SMB.Ronnie Sahlberg2002-12-051-1/+11
* Only display errors in SMB headers in the COL_INFO field. This getsTim Potter2002-11-141-2/+2
* Use the same ett_ value for all security blobs, regardless of whetherGuy Harris2002-11-081-28/+14
* A small fix to NtCreat&X from Jim McDonough ...Richard Sharpe2002-11-051-89/+1
* Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris2002-10-241-2/+2
* More pretty-boy stuff for Write&X responses ...Richard Sharpe2002-09-201-2/+8
* Add more info in the info col for write&X.Richard Sharpe2002-09-201-3/+15
* Fix the handling of the NTLMSSP blobs in the case when the server asksRichard Sharpe2002-09-041-3/+15
* Further fixes. Properly account for the length of headers. Still some headersRichard Sharpe2002-08-311-1/+4
* Properly handle raw ntlmssp ...Richard Sharpe2002-08-311-20/+48
* Handle the lack of a security blob in negprot response when raw NTLMSSP isRichard Sharpe2002-08-311-2/+6
* Add support for raw NTLMSSP blobs when talking to XP etc ...Richard Sharpe2002-08-301-2/+16
* From Ulf Lamping: change some #define names to avoid name collisions onGuy Harris2002-08-291-72/+72