Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-netbios.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Dec 2002 02:48:39 -0600 (CST)
guy         2002/12/17 02:48:39 CST

  Modified files:
    .                    packet-netbios.c 
  Log:
  If NBF reassembly isn't enabled, hand Data First Middle frames to
  subdissectors, so that we try to dissect the first frame of a
  multi-frame message as, for example, SMB, as that's the frame that
  contains the SMB header.  (That also means we try to dissect middle
  frames, but that probably won't work unless one happens to begin with
  0xff S M B.)
  
  Revision  Changes    Path
  1.54      +14 -19    ethereal/packet-netbios.c