Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wbxml.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: Fri, 16 Apr 2004 17:44:24 -0500 (CDT)
obiot       2004/04/16 17:44:24 CDT

  Modified files:
    .                    packet-wbxml.c 
  Log:
  Add a discriminator for WV-CSP so the correct version is used for rendering the WBXML tokens in WV-CSP.
  
  Provide rendering of OPAQUE data for media types, based on a framework of 4 functions that take care of well-known and literal tags and attribute names for deciding on the meaning of the OPAQUE data. Applied to SI, EMN and WV-CSP.
  
  Update reference URLs for WAP, OMA and related specs.
  
  Note: as the WBXML common code only takes ~2000 lines while the token mappings take ~4000 lines, maybe it is time to envisage writing the per-media mappings to dedicated source files (packet-wbxml-wml.c, packet-wbxml-wv_csp.c etc)?
  
  Revision  Changes    Path
  1.33      +810 -21   ethereal/packet-wbxml.c