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: Tue, 2 Mar 2004 16:15:30 -0600 (CST)
obiot       2004/03/02 16:15:30 CST

  Modified files:
    .                    packet-wbxml.c 
  Log:
  Add Wireless Village dissection (part 1). I will have to rewrite the support
  for custom EXT_T_x handlers as in WV-CSP you're allowed to *not* have the
  index point to a string in the string table (verified in WBXML specs).
  
  Unfortunately, WV-CSP is *never* backwards compatible. Additionally, things
  get messed up when the WBXML document does *not* contain the WV-CSP DocType.
  As a result, I eventually require to let the end-user choose which WV-CSP
  version they want to see in such cases.
  
  Fix code page errors with global tokens (don't depend on code pages).
  
  Add some comment at the top level of the file.
  
  Revision  Changes    Path
  1.25      +1715 -19  ethereal/packet-wbxml.c