Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-browse.c packet-smb-logon.c packe

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 18 Nov 2003 21:53:33 -0600 (CST)
guy         2003/11/18 21:53:33 CST

  Modified files:
    .                    packet-smb-browse.c packet-smb-logon.c 
                         packet-smb-mailslot.c 
  Log:
  "dissect_mailslot_browse()", "dissect_mailslot_lanman()", and
  "dissect_smb_logon()" always return TRUE, so just get rid of their
  return value.
  
  "call_dissector()" automatically calls the data dissector if the
  protocol for the dissector being called is disabled, so we don't have to
  check its result and call the data dissector if it returns 0.
  
  Revision  Changes    Path
  1.34      +5 -9      ethereal/packet-smb-browse.c
  1.36      +3 -5      ethereal/packet-smb-logon.c
  1.35      +13 -11    ethereal/packet-smb-mailslot.c