Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wsp.c packet-wsp.h packet-mmse.c

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

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Sat, 3 Jan 2004 20:55:04 -0600 (CST)
obiot       2004/01/03 20:55:04 CST

  Modified files:
    .                    packet-wsp.c packet-wsp.h packet-mmse.c 
  Log:
  Fix the multipart dissection in WSP so media embedded in a multipart entity
  gets handed off to subdissectors. However nested multipart entities are not
  supported yet.
  
  Add more information to the WSP protocol summary line.
  
  Add some more clarifications (comments) in the WSP code.
  
  Skip parsing of URL encoded data if tree is NULL.
  
  Revision  Changes    Path
  1.103     +169 -59   ethereal/packet-wsp.c
  1.10      +3 -2      ethereal/packet-wsp.h
  1.30      +2 -2      ethereal/packet-mmse.c