Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-http.c packet-icap.c packet-rtsp.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 9 Jul 2004 18:37:41 -0500 (CDT)
guy         2004/07/09 18:37:41 CDT

  Modified files:
    .                    packet-http.c packet-icap.c packet-rtsp.c 
  Log:
  Use "iscntrl()", rather than "isprint()", to test whether a character is
  a CTL in HTTP, ICAP, and RTSP.
  
  Check for non-ASCII characters in ICAP and RTSP, just as we do in HTTP.
  
  The headers in those protocols are just "headers", not "MIME headers",
  at least in the RFCs (common usage nonwithstanding; not all of those
  headers are for MIME stuff such as Content-Type).
  
  Add some RFC numbers.
  
  Revision  Changes    Path
  1.111     +7 -6      ethereal/packet-http.c
  1.13      +43 -8     ethereal/packet-icap.c
  1.67      +32 -18    ethereal/packet-rtsp.c