Wireshark-commits: [Wireshark-commits] rev 27589: /trunk/epan/dissectors/ /trunk/epan/dissectors/: Makefile.common packet-giop.c packet-giop.h packet-miop.c packet-miop.h packet-ziop.c packet-ziop.h
From:
etxrab@xxxxxxxxxxxxx
Date: Tue, 03 Mar 2009 19:51:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27589
User: etxrab
Date: 2009/03/03 11:51 AM
Log:
From Alvaro Vega Garcia:
Support ZIOP and MIOP (specialized CORBA protocols).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3238
Directory: /trunk/epan/dissectors/
Changes Path Action
+4 -0 Makefile.common Modified
+19 -2 packet-giop.c Modified
+1 -0 packet-giop.h Modified
+345 -0 packet-miop.c Added
+64 -0 packet-miop.h Added
+440 -0 packet-ziop.c Added
+71 -0 packet-ziop.h Added