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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 24 Aug 1999 20:36:25 -0500 (CDT)
guy         1999/08/24 20:36:23 CDT

  Modified files:
    .                    packet-nbipx.c 
  Log:
  NBIPX packet type 3 appears to be the equivalent, in NBIPXland, of the
  NetBIOS Datagram Service in NBTland; a capture Gilbert sent had a pile
  of those packets containing what looked like SMB browser announcements,
  which are sent out as broadcast datagrams.  Label them as such, and
  treat them as such.
  
  Might packet type 2 be the equivalent of the NetBIOS Session Service -
  both of them contain SMBs, but the former is a connection-oriented
  service (LLC I frames, presumably, in NBF, and TCP in NBT), and the
  latter is a datagram-oriented service (LLC UI frames, presumably, in
  NBF, and UDP in NBT)?  For now, we leave type 2 as "SMB (over NBIPX)",
  but we might want to label it as "NetBIOS session" or whatever the
  appropriate term is.
  
  Revision  Changes    Path
  1.10      +28 -18    ethereal/packet-nbipx.c