Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wbxml.c packet-wsp.c packet-wtls.c pa

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: Mon, 15 Dec 2003 16:38:30 -0600 (CST)
obiot       2003/12/15 16:38:30 CST

  Modified files:
    .                    packet-wbxml.c packet-wsp.c packet-wtls.c 
                         packet-wtp.c 
  Log:
  Remove unused dissector handles from the WAP dissectors.
  
  Rename the WAP protocols so that they reflect the protocol name and not the
  protocol stack name.
  
  Fix the WSP content-type header.
  
  Rename the WSP header fields from 'hdr' to 'header'.
  
  Rename the WSP Openwave header fields from header code page 'x-up-1':
  replace 'openwave' with 'x_up_1' (is more intuitive).
  
  Remove unused WSP header fields.
  
  Rename the WTLS header fields so they do not contain 'wsp' anymore.
  
  Correct the WBXML code page switches in the token parsers.
  
  Fix the code page support of multi-codepage content.
  
  Update the PROV WBXML content (and find bugs in the new OMA Prov spec :).
  
  Revision  Changes    Path
  1.21      +471 -593  ethereal/packet-wbxml.c
  1.95      +129 -142  ethereal/packet-wsp.c
  1.23      +71 -81    ethereal/packet-wtls.c
  1.54      +4 -4      ethereal/packet-wtp.c