Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.c packet_info.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 21 Nov 2003 15:58:55 -0600 (CST)
guy         2003/11/21 15:58:55 CST

  Modified files:
    epan                 packet.c packet_info.h 
  Log:
  From Olivier Biot:
  
  	* Add a "match_string" field to the "packet_info" structure,
  	  saving the string value that matched in a string dissector
  	  lookup, by analogy to "match_port" - this was required for
  	  dissection with token rendering of WBXML content when no public
  	  ID was given (e.g. Nokia/Ericsson OTA provisioning data).
  	* Add support for textual content type based WBXML token
  	  mapping.
  	* Add extra WBXML public identifiers.
  	* Add the Nokia/Ericsson OTA provisioning (version 7) token
  	  definitions.
  	* Inform the user when a content-type based token match is found.
  
  Revision  Changes    Path
  1.99      +11 -1     ethereal/epan/packet.c
  1.35      +2 -1      ethereal/epan/packet_info.h