aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes from Ronnie Sahlberg for fragmented transactions - handle nullGuy Harris2001-11-271-11/+22
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+10
* Make the register routines for the mailslot, pipe, browser, andGuy Harris2001-11-191-2/+2
* Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andGuy Harris2001-11-191-11/+14
* Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"Guy Harris2001-11-181-17/+35
* Have only the request and response frame numbers, and a "void *", in anGuy Harris2001-11-181-34/+20
* Tvbuffification of Transaction requests, from Ronnie Sahlberg.Guy Harris2001-11-151-28/+59
* Rename the "private" member of the "packet_info" structure toGuy Harris2001-11-031-2/+2
* Decode the mailslot payload as data in some additional cases where weGuy Harris2001-10-041-5/+11
* If the body of a mailslot message isn't decoded as anything we knowGuy Harris2001-10-041-1/+3
* Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg.Guy Harris2001-08-071-112/+116
* Add a request/response flag to the "struct smb_info" structure, and useGuy Harris2001-08-051-2/+2
* Packets sent to \MAILSLOT\LANMAN appear to be browser announcements (forGuy Harris2001-08-011-5/+9
* Tvbuffified SMB BROWSER dissector, from Ronnie Sahlberg.Guy Harris2001-07-121-4/+6
* Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.Guy Harris2001-07-081-5/+6
* Move the declaration of routines exported from "packet-smb-browse.c"Guy Harris2001-03-181-25/+3
* Correctly handle Interim responses to TRANSACTION requests.Guy Harris2001-03-181-15/+17
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Apply Jeroen Ruigrok van der Werven's patches ...Richard Sharpe2000-11-221-6/+7
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-2/+4
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-7/+7
* Protocol abbreviations should be all lower case, as they're used inGuy Harris2000-02-141-3/+3
* Use "SMB", not "Smb"; it stands for "Server Message Block".Guy Harris2000-02-141-2/+2
* Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris2000-02-141-0/+185