aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-30From Albert Chin: "config.h" should come before all other #includes.guy1-1/+5
2003-11-19"dissect_mailslot_browse()", "dissect_mailslot_lanman()", andguy1-11/+13
2003-11-16Export "protocol_t" as an opaque type.guy1-6/+14
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-07-13From Joerg Mayer: add missing include.guy1-1/+2
2002-02-10From Ronnie Sahlberg: display the mailslot header items only if we haveguy1-9/+10
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-8/+8
2001-11-28If a request has already been processed, and we fail to find itsguy1-4/+7
2001-11-28Updates to transaction reassembly, from Ronnie Sahlberg.guy1-1/+3
2001-11-27Fixes from Ronnie Sahlberg for fragmented transactions - handle nullguy1-11/+22
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-2/+10
2001-11-19Make the register routines for the mailslot, pipe, browser, andguy1-2/+2
2001-11-19Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andguy1-11/+14
2001-11-18Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"guy1-17/+35
2001-11-18Have only the request and response frame numbers, and a "void *", in anguy1-34/+20
2001-11-15Tvbuffification of Transaction requests, from Ronnie Sahlberg.guy1-28/+59
2001-11-03Rename the "private" member of the "packet_info" structure toguy1-2/+2
2001-10-04Decode the mailslot payload as data in some additional cases where weguy1-5/+11
2001-10-04If the body of a mailslot message isn't decoded as anything we knowguy1-1/+3
2001-08-07Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg.guy1-112/+116
2001-08-05Add a request/response flag to the "struct smb_info" structure, and useguy1-2/+2
2001-08-01Packets sent to \MAILSLOT\LANMAN appear to be browser announcements (forguy1-5/+9
2001-07-12Tvbuffified SMB BROWSER dissector, from Ronnie Sahlberg.guy1-4/+6
2001-07-08Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.guy1-5/+6
2001-03-18Move the declaration of routines exported from "packet-smb-browse.c"guy1-25/+3
2001-03-18Correctly handle Interim responses to TRANSACTION requests.guy1-15/+17
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-22Apply Jeroen Ruigrok van der Werven's patches ...sharpe1-6/+7
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-2/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-2/+2
2000-05-11Add tvbuff class.gram1-7/+7
2000-02-14Protocol abbreviations should be all lower case, as they're used inguy1-3/+3
2000-02-14Use "SMB", not "Smb"; it stands for "Server Message Block".guy1-2/+2
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitguy1-0/+185