Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-lpd.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: Fri, 5 Jan 2001 18:02:42 -0600 (CST)
guy         2001/01/05 18:02:41 CST

  Modified files:
    .                    packet-lpd.c 
  Log:
  Tvbuffify the LPD dissector.
  
  Use "tvb_format_text()" to display the printer and options in a request,
  so that it doesn't have problems with non-printable characters - or if
  we incorrectly decide that a packet is a request merely because it
  happens to have what appears to be a valid request code as the first
  byte.
  
  Revision  Changes    Path
  1.25      +50 -56    ethereal/packet-lpd.c