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

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: Wed, 1 Oct 2003 16:15:45 -0500 (CDT)
guy         2003/10/01 16:15:45 CDT

  Modified files:
    .                    packet-srvloc.c 
  Log:
  The PDU length is 3 bytes long in SLPv2.
  
  The minimum number of bytes of SLP we have to reassemble is 5 - it's
  nominally 4 for SLPv1, but we don't have a way of asking for 1 byte (the
  version) and then saying "I need N bytes of header to get the PDU
  length, and an SLPv1 packet less than 12 bytes long is bogus anyway.
  
  Revision  Changes    Path
  1.43      +16 -3     ethereal/packet-srvloc.c