Ethereal-cvs: [Ethereal-cvs] rev 17929: /trunk-1.0/epan/dissectors/: packet-giop.c packet-giop
User: gerald
Date: 2006/04/20 10:56 AM
Log:
Copy GOIP fixes from the trunk:
r17902:
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.
r17911:
User: etxrab
Date: 2006/04/19 02:04 PM
Log:
Handle 64bits signed/unsigned integers and get rid of some extra LF:s.
r17902 fixes a bunch of
packet-tango.c:580: warning: unsigned int format, pointer arg (arg 6)
packet-tango.c:580: warning: format argument is not a pointer (arg 7)
packet-parlay.c:5371: warning: unsigned int format, pointer arg (arg 6)
packet-parlay.c:5371: warning: format argument is not a pointer (arg 7)
errors.
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+47 -0 packet-giop.c Modified
+0 -5 packet-giop.h Modified
Directory: /trunk-1.0/epan/
Changes Path Action
+2 -0 libethereal.def Modified
Directory: /trunk-1.0/plugins/giop/
Changes Path Action
+6 -12 packet-cosnaming.c Modified
+3659 -18401 packet-parlay.c Modified
+285 -570 packet-tango.c Modified
Directory: /trunk-1.0/
Changes Path Action
+4 -8 ethereal_gen.py Modified
http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17929&view=rev