Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-http.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: Tue, 18 Nov 2003 02:04:44 -0600 (CST)
guy         2003/11/18 02:04:43 CST

  Modified files:
    .                    packet-http.c 
  Log:
  Content-Type values are case-insensitive; force them to lower case
  (subdissectors must register their Content-Type values as
  all-lower-case).
  
  Don't include parameters in the value we look up in the Content-Type
  subdissector table.
  
  Revision  Changes    Path
  1.73      +22 -2     ethereal/packet-http.c