Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-mmse.c packet-multipart.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: Thu, 5 Feb 2004 19:07:52 -0600 (CST)
obiot       2004/02/05 19:07:51 CST

  Modified files:
    .                    packet-mmse.c packet-multipart.c 
  Log:
  Add a new dissector table for multipart media encpsulation (similar to the
  "media_type" dissector table defined in the HTTP dissector), allowing us
  to make the distinction between dissecting a standaone media type and an
  encapsulated media type (e.g., encapsulated in a multipart entity).
  
  Provide separate dissectors for "standalone" and "encapsulated" MMSE, hence
  fixing the needlessly clearing of the Info column when the MMSE is only part
  of the encapsulated entity (e.g., in the PAP protocol for WAP Push).
  
  Revision  Changes    Path
  1.32      +62 -20    ethereal/packet-mmse.c
  1.6       +26 -2     ethereal/packet-multipart.c