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: Thu, 4 Mar 2004 17:33:41 -0600 (CST)
obiot       2004/03/04 17:33:41 CST

  Modified files:
    .                    packet-wbxml.c 
  Log:
  Cosmetic fix in WV-CSP tag definitions.
  
  Flag a known VERY NASTY bug in WV-CSP 1.2 where a token is being defined
  twice with the same binary identifier. It's already a mess that they don't
  provide backwards compatible encodings; you can now write a WV-CSP document
  without being able to parse it because of version issues (hint: 1.2 has no
  public WBXML identifier yet and the spec explicitly asks to set it to
  "Unknown/Missing" so you could write an 1.1 message in 1.2 format, which
  looks *really* weird as the tokens are mixed in both codings).
  
  Consequence: I have to foresee a discriminator for the WBXML dissectors
  so I *may* predict the correct version. I like reviewing in engineering :)
  
  Revision  Changes    Path
  1.27      +7 -7      ethereal/packet-wbxml.c