aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-11The byte count field in an SMB Write request counts not only the dataGuy Harris1-4/+4
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-3/+3
2001-08-27Put in a comment noting that the "Service" string in a Tree Connect andGuy Harris1-2/+6
2001-08-27Handle the "Native File System" string in a TconX response as ASCII orGuy Harris1-4/+4
2001-08-27Use the descriptor strings when dissecting remote APIs; this lets usGuy Harris1-1/+12
2001-08-27Show the Capabilities field in a Session Setup and X request as a 32-bitGuy Harris1-3/+9
2001-08-27Show buffer formats symbolically as well as numerically.Guy Harris1-26/+85
2001-08-27Fix a number of SMB dissectors to correctly handle ASCII and UnicodeGuy Harris1-51/+65
2001-08-27Make a routine to handle fetching strings that are Unicode or ASCIIGuy Harris1-91/+512
2001-08-11Fix a typo in a comment.Guy Harris1-2/+2
2001-08-11In the Info column for transaction responses for which we don't have theGuy Harris1-5/+5
2001-08-11If the matching request for a transaction reply wasn't found, so that weGuy Harris1-16/+16
2001-08-11Display padding and data fields in transaction requests/replies as hex,Guy Harris1-7/+14
2001-08-11Squelch a compiler warning.Guy Harris1-2/+2
2001-08-11Change the SMB header to being a separate break-out tree ...Richard Sharpe1-18/+24
2001-08-11Keep track of transaction replies that have continuations, and associateGuy Harris1-29/+200
2001-08-07Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg.Guy Harris1-7/+28
2001-08-06The MID in an SMB message is not a transaction ID in, say, the ONC RPCGuy Harris1-91/+196
2001-08-05Remote API protocol (that seems to be what it's called in a number ofGuy Harris1-20/+108
2001-08-05Use the #define SMB_FLAGS_DIRN, rather than its numerical value, whenGuy Harris1-3/+3
2001-08-05Add a request/response flag to the "struct smb_info" structure, and useGuy Harris1-254/+267
2001-08-04Use "val_to_str()" to convert TRANSACT2 transaction codes to strings.Guy Harris1-89/+111
2001-08-02Always initialize the "last_transact_command", "last_param_descrip", andGuy Harris1-1/+4
2001-08-02The "mid" field of the "smb_request_val" structure isn't used; eliminateGuy Harris1-8/+1
2001-08-02When looking for the request that matches a reply, match the PID as wellGuy Harris1-7/+41
2001-08-02Make some variables and routines not used outside "packet-smb.c" static.Guy Harris1-21/+25
2001-08-02Put in some checks to make sure we're not running past the end of theGuy Harris1-1/+22
2001-07-30Parameters to Transact and Transact2 calls are usually binary, not pureGuy Harris1-3/+9
2001-06-20Handle Negotiate Protocol replies with the "extended security"Guy Harris1-19/+52
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-2/+2
2001-06-05Fix a typo.Guy Harris1-2/+2
2001-05-20Fix up a cast so that it properly sign-extends the server time zone;Guy Harris1-3/+3
2001-03-20Put in a note about the use of some currently-undissected fields in theGuy Harris1-1/+29
2001-03-18Correctly handle Interim responses to TRANSACTION requests.Guy Harris1-11/+45
2001-01-29Added a new error code I just found ... no such share.Richard Sharpe1-1/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-5/+6
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-17Patches to prevent problems under Windows when time formats are negative.Richard Sharpe1-8/+15
2000-11-22Apply Jeroen Ruigrok van der Werven's patches ...Richard Sharpe1-6/+6
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris1-5/+5
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07A small set of patches to fix one small problem and start working on theRichard Sharpe1-12/+280
2000-07-30A small change to SMB dissector so it lists near the other SMB-relatedRichard Sharpe1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-2/+2
2000-05-25Assorted enhancements from Mark Burton.Guy Harris1-31/+415
2000-05-25Assorted padding fixes from Mark Burton.Guy Harris1-57/+74
2000-05-11Add tvbuff class.Gilbert Ramirez1-740/+740
2000-03-21Andreas Sikkema's patch to make the SMB dissector not blithely pass aGuy Harris1-3/+4