aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-28From Laurent Rabret: use "g_free()", not "free()", to free stuffGuy Harris1-2/+2
2003-05-23Initialise sid_str in case dissect_nt_sid() can't return a stringTim Potter1-2/+2
2003-05-22make dissect_nt_sid() return a sid string that also contains the proper name ...Ronnie Sahlberg1-2/+6
2003-05-21Change the interface to dissect_nt_sid so that we can provide a hf field to useRonnie Sahlberg1-11/+19
2003-05-16Tap SMB packets before we call the dissecotrs so that even if thereRonnie Sahlberg1-3/+6
2003-05-15More work on dissecting generic and standard mappings for NT access masks.Tim Potter1-35/+103
2003-05-09Move the ntlmv2 response dissection out of packet-ntlmssp.c and in toTim Potter1-4/+21
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris1-3/+2
2003-04-28dissect_nt_access_mask() sometimes ami is NULL.Ronnie Sahlberg1-3/+3
2003-04-28Move the specific rights dissection function and name into a structureTim Potter1-24/+16
2003-04-27Note some weirdness seen in some captures, where the direction flag inGuy Harris1-1/+8
2003-04-24From Jim McDonough: fix smb transact2 findfirst decoding of info levelGuy Harris1-5/+5
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-1/+2
2003-04-18Add some comments about the 0x10 bit in the Flags field of an NTcreate&X.Richard Sharpe1-2/+24
2003-04-17Add a heuristic dissector table to Vines SPP, use it for dissecting SPPGuy Harris1-1/+2
2003-04-17Update a URL, and note that the Open Group publications are nowGuy Harris1-4/+4
2003-04-17Support SMB as one of the protocols that can run over OSI COTP.Guy Harris1-1/+2
2003-04-14Add a new routine "dissect_file_data_maybe_dcerpc()" to handle fileGuy Harris1-71/+38
2003-04-14Fix up some comments.Guy Harris1-6/+16
2003-04-14The two extra bytes in the write_andx request is only present if bothRonnie Sahlberg1-6/+16
2003-04-14Use symbolic names for the various write mode bits.Guy Harris1-14/+28
2003-04-13"dcerpc_fragment_table" is used only in packet-smb-pipe.c, except forGuy Harris1-9/+1
2003-04-12Rewrite the DCERPC over SMB reassembly completely.Ronnie Sahlberg1-86/+17
2003-04-10The NT Security Descriptor revision field is only one byte, not two.Ronnie Sahlberg1-6/+10
2003-04-09Squelch a compiler warning - the problem "should not happen", as aGuy Harris1-2/+2
2003-04-09Update to WriteAndX request decoding so it can handle the pipe bits properly.Ronnie Sahlberg1-2/+21
2003-04-03Add some additional fields to SMB-over-IPX dissection, as per whatGuy Harris1-6/+26
2003-04-03Add support for SMB-over-IPX.Guy Harris1-28/+78
2003-04-03When dissecting specific rights, pass a name string down so theTim Potter1-15/+28
2003-03-25Added SMB option : sid_name_snooping.Ronnie Sahlberg1-3/+20
2003-03-17Turn SIDs into FT_STRING fields so that we can filter for them usingRonnie Sahlberg1-24/+40
2003-03-17Rename hf_smb_sid to the more appropriate hf_smb_search_idRonnie Sahlberg1-8/+8
2003-03-14Make sure that we display all the file attributes ...Richard Sharpe1-3/+21
2003-03-04Make sure we don't obliterate the UNICODE flag ...Richard Sharpe1-2/+5
2003-02-25Added 'server unavailable' dos error message.Tim Potter1-1/+2
2003-02-14Properly set the ACE type in the summary line for an ACE - and, whileGuy Harris1-4/+5
2003-02-11Decorate ACE items in an ACL with the SID and flag values.Tim Potter1-7/+20
2003-02-10Update some comments.Guy Harris1-4/+11
2003-02-08At least in regular SMB requests, the access mask in an ACE is notGuy Harris1-15/+22
2003-02-07Move dissect_nt_access_mask() from packet-dcerpc-nt.c to packet-smb.cTim Potter1-18/+388
2003-01-31Modify dissect_nt_sid() function to return a string version of the SID.Tim Potter1-9/+19
2003-01-22SMB RTT statistics for tethereal and ethereal.Ronnie Sahlberg1-86/+82
2002-12-31Small fix from Andrew Bartlett to make Is Directory come out right.Richard Sharpe1-4/+4
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-12-19Update packet-smb.c to use the new FT_FRAMENUM typeRonnie Sahlberg1-5/+5
2002-12-05Fix for DCERPC detection when carried ontop of SMB.Ronnie Sahlberg1-1/+11
2002-11-14Only display errors in SMB headers in the COL_INFO field. This getsTim Potter1-2/+2
2002-11-08Use the same ett_ value for all security blobs, regardless of whetherGuy Harris1-28/+14
2002-11-05A small fix to NtCreat&X from Jim McDonough ...Richard Sharpe1-89/+1
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-2/+2