rev 17902: /trunk/plugins/giop/: packet-cosnaming.c packet-parlay.c packet-tango.c /trunk/: ethereal_gen.py
[email protected] Wed, 19 Apr 2006 05:18:29 GMT
| Newsgroups | gmane.network.ethereal.cvs |
|---|---|
| Message-ID | <[email protected]> |
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:[email protected]:5432 you have now: TpAddress_AddrString (42) = sip:[email protected]: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