Get rid of an unused variable.
[obnox/wireshark/wip.git] / packet-smb-mailslot.c
2002-02-10 guyFrom Ronnie Sahlberg: display the mailslot header items...
2002-01-20 guyAllow a length of -1 to be specified when adding FT_NON...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-11-28 guyIf a request has already been processed, and we fail...
2001-11-28 guyUpdates to transaction reassembly, from Ronnie Sahlberg.
2001-11-27 guyFixes from Ronnie Sahlberg for fragmented transactions...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-11-19 guyMake the register routines for the mailslot, pipe,...
2001-11-19 guyPass, as the first tvbuff argument to "dissect_mailslot...
2001-11-18 guyPass in the "smb_info" structure a pointer to the ...
2001-11-18 guyHave only the request and response frame numbers, and...
2001-11-15 guyTvbuffification of Transaction requests, from Ronnie...
2001-11-03 guyRename the "private" member of the "packet_info" struct...
2001-10-04 guyDecode the mailslot payload as data in some additional...
2001-10-04 guyIf the body of a mailslot message isn't decoded as...
2001-08-07 guyTvbuffified SMB mailslot protocol dissector, from Ronni...
2001-08-05 guyAdd a request/response flag to the "struct smb_info...
2001-08-01 guyPackets sent to \MAILSLOT\LANMAN appear to be browser...
2001-07-12 guyTvbuffified SMB BROWSER dissector, from Ronnie Sahlberg.
2001-07-08 guyTvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.
2001-03-18 guyMove the declaration of routines exported from "packet...
2001-03-18 guyCorrectly handle Interim responses to TRANSACTION requests.
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-22 sharpeApply Jeroen Ruigrok van der Werven's patches ...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-02-14 guyProtocol abbreviations should be all lower case, as...
2000-02-14 guyUse "SMB", not "Smb"; it stands for "Server Message...
2000-02-14 guyJeff Foster's SMB Mailslot and Netlogin dissectors...