Ethereal-cvs: [Ethereal-cvs] rev 17902: /trunk/plugins/giop/: packet-cosnaming.c packet-parlay

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

Date: Wed, 19 Apr 2006 05:18:29 GMT
User: etxrab
Date: 2006/04/19 12:18 AM

Log:
 From W.Borgert:
 
 this patch leads to a more condensed representation of strings in the GIOP module, e.g. in Parlay instead of having:
 
 length = 42
 TpAddress_AddrString = sip:anyone@xxxxxxxxxxxxxxxxxxxxxxxxx:5432
 
 you have now:
 
 TpAddress_AddrString (42) = sip:anyone@xxxxxxxxxxxxxxxxxxxxxxxxx:5432
 
 The former was not as concise, if you have a lot of strings (as in CosNaming) and it was not clear whether the protocol had a explicit field named "length" in the IDL.

Directory: /trunk/plugins/giop/
  Changes    Path                  Action
  +6 -12     packet-cosnaming.c    Modified
  +2873 -5746 packet-parlay.c       Modified
  +285 -570  packet-tango.c        Modified

Directory: /trunk/
  Changes    Path               Action
  +4 -8      ethereal_gen.py    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17902&view=rev