aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-8/+8
2001-11-28If a request has already been processed, and we fail to find itsGuy Harris1-4/+7
2001-11-28Updates to transaction reassembly, from Ronnie Sahlberg.Guy Harris1-1/+3
2001-11-27Fixes from Ronnie Sahlberg for fragmented transactions - handle nullGuy Harris1-11/+22
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+10
2001-11-19Make the register routines for the mailslot, pipe, browser, andGuy Harris1-2/+2
2001-11-19Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andGuy Harris1-11/+14
2001-11-18Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"Guy Harris1-17/+35
2001-11-18Have only the request and response frame numbers, and a "void *", in anGuy Harris1-34/+20
2001-11-15Tvbuffification of Transaction requests, from Ronnie Sahlberg.Guy Harris1-28/+59
2001-11-03Rename the "private" member of the "packet_info" structure toGuy Harris1-2/+2
2001-10-04Decode the mailslot payload as data in some additional cases where weGuy Harris1-5/+11
2001-10-04If the body of a mailslot message isn't decoded as anything we knowGuy Harris1-1/+3
2001-08-07Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg.Guy Harris1-112/+116
2001-08-05Add a request/response flag to the "struct smb_info" structure, and useGuy Harris1-2/+2
2001-08-01Packets sent to \MAILSLOT\LANMAN appear to be browser announcements (forGuy Harris1-5/+9
2001-07-12Tvbuffified SMB BROWSER dissector, from Ronnie Sahlberg.Guy Harris1-4/+6
2001-07-08Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.Guy Harris1-5/+6
2001-03-18Move the declaration of routines exported from "packet-smb-browse.c"Guy Harris1-25/+3
2001-03-18Correctly handle Interim responses to TRANSACTION requests.Guy Harris1-15/+17
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-22Apply Jeroen Ruigrok van der Werven's patches ...Richard Sharpe1-6/+7
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-2/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-7/+7
2000-02-14Protocol abbreviations should be all lower case, as they're used inGuy Harris1-3/+3
2000-02-14Use "SMB", not "Smb"; it stands for "Server Message Block".Guy Harris1-2/+2
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris1-0/+185