diff --git a/examples/src/OpenDis7Examples/PduSenderTerminalLog.txt b/examples/src/OpenDis7Examples/PduSenderTerminalLog.txt
index 2b4f3fb4546b1375e0bdcb04f042a68e42c301c9..2b1d3c36d858da03ba09f6a578929512c570f8a7 100644
--- a/examples/src/OpenDis7Examples/PduSenderTerminalLog.txt
+++ b/examples/src/OpenDis7Examples/PduSenderTerminalLog.txt
@@ -8,78 +8,79 @@ Program response:
 Usage:   PduSender <port> <multicast group>
 Default: PduSender  3000   239.1.2.3
 DisExamplesOpenDis7.PduSender started...
-DISPDUType.OTHER not supported
-DISPDUType.RESUPPLY_CANCEL not supported, throws exception
-DISPDUType.IFF not supported, throws exception
-DISPDUType.UNDERWATER_ACOUSTIC not supported, throws exception
-DISPDUType.AGGREGATE_STATE not supported, throws exception
-DISPDUType.ISGROUPOF not supported, throws exception
-DISPDUType.TRANSFER_OWNERSHIP not supported, throws exception
-DISPDUType.MINEFIELD_QUERY not supported, throws exception
-DISPDUType.MINEFIELD_DATA not supported, throws exception
-DISPDUType.ENVIRONMENTAL_PROCESS not supported, throws exception
-DISPDUType.GRIDDED_DATA not supported, throws exception
-DISPDUType.TSPI not supported
-DISPDUType.APPEARANCE not supported
-DISPDUType.ARTICULATED_PARTS not supported
-DISPDUType.LE_FIRE not supported
-DISPDUType.LE_DETONATION not supported
-DISPDUType.RECORD_R not supported, throws exception
-DISPDUType.SET_RECORD_R not supported, throws exception
-DISPDUType.INFORMATION_OPERATIONS_ACTION not supported, throws exception
-DISPDUType.INFORMATION_OPERATIONS_REPORT not supported, throws exception
-Send the 53 PDUs we created...
-Sent PDU of type edu.nps.moves.dis7.EntityStatePdu
-Sent PDU of type edu.nps.moves.dis7.FirePdu
-Sent PDU of type edu.nps.moves.dis7.DetonationPdu
-Sent PDU of type edu.nps.moves.dis7.CollisionPdu
-Sent PDU of type edu.nps.moves.dis7.ServiceRequestPdu
-Sent PDU of type edu.nps.moves.dis7.ResupplyOfferPdu
-Sent PDU of type edu.nps.moves.dis7.ResupplyReceivedPdu
-Sent PDU of type edu.nps.moves.dis7.RepairCompletePdu
-Sent PDU of type edu.nps.moves.dis7.RepairResponsePdu
-Sent PDU of type edu.nps.moves.dis7.CreateEntityPdu
-Sent PDU of type edu.nps.moves.dis7.RemoveEntityPdu
-Sent PDU of type edu.nps.moves.dis7.StartResumePdu
-Sent PDU of type edu.nps.moves.dis7.StopFreezePdu
-Sent PDU of type edu.nps.moves.dis7.AcknowledgePdu
-Sent PDU of type edu.nps.moves.dis7.ActionRequestPdu
-Sent PDU of type edu.nps.moves.dis7.ActionResponsePdu
-Sent PDU of type edu.nps.moves.dis7.DataQueryPdu
-Sent PDU of type edu.nps.moves.dis7.SetDataPdu
-Sent PDU of type edu.nps.moves.dis7.DataPdu
-Sent PDU of type edu.nps.moves.dis7.EventReportPdu
-Sent PDU of type edu.nps.moves.dis7.CommentPdu
-Sent PDU of type edu.nps.moves.dis7.ElectronicEmissionsPdu
-Sent PDU of type edu.nps.moves.dis7.DesignatorPdu
-Sent PDU of type edu.nps.moves.dis7.TransmitterPdu
-Sent PDU of type edu.nps.moves.dis7.SignalPdu
-Sent PDU of type edu.nps.moves.dis7.ReceiverPdu
-Sent PDU of type edu.nps.moves.dis7.SeesPdu
-Sent PDU of type edu.nps.moves.dis7.IntercomSignalPdu
-Sent PDU of type edu.nps.moves.dis7.IntercomControlPdu
-Sent PDU of type edu.nps.moves.dis7.IsPartOfPdu
-Sent PDU of type edu.nps.moves.dis7.MinefieldStatePdu
-Sent PDU of type edu.nps.moves.dis7.MinefieldResponseNackPdu
-Sent PDU of type edu.nps.moves.dis7.PointObjectStatePdu
-Sent PDU of type edu.nps.moves.dis7.LinearObjectStatePdu
-Sent PDU of type edu.nps.moves.dis7.ArealObjectStatePdu
-Sent PDU of type edu.nps.moves.dis7.CreateEntityReliablePdu
-Sent PDU of type edu.nps.moves.dis7.RemoveEntityReliablePdu
-Sent PDU of type edu.nps.moves.dis7.StartResumeReliablePdu
-Sent PDU of type edu.nps.moves.dis7.StopFreezeReliablePdu
-Sent PDU of type edu.nps.moves.dis7.AcknowledgeReliablePdu
-Sent PDU of type edu.nps.moves.dis7.ActionRequestReliablePdu
-Sent PDU of type edu.nps.moves.dis7.ActionResponseReliablePdu
-Sent PDU of type edu.nps.moves.dis7.DataQueryReliablePdu
-Sent PDU of type edu.nps.moves.dis7.SetDataReliablePdu
-Sent PDU of type edu.nps.moves.dis7.DataReliablePdu
-Sent PDU of type edu.nps.moves.dis7.EventReportReliablePdu
-Sent PDU of type edu.nps.moves.dis7.CommentReliablePdu
-Sent PDU of type edu.nps.moves.dis7.RecordQueryReliablePdu
-Sent PDU of type edu.nps.moves.dis7.CollisionElasticPdu
-Sent PDU of type edu.nps.moves.dis7.EntityStateUpdatePdu
-Sent PDU of type edu.nps.moves.dis7.DirectedEnergyFirePdu
-Sent PDU of type edu.nps.moves.dis7.EntityDamageStatusPdu
-Sent PDU of type edu.nps.moves.dis7.AttributePdu
+Generate PDUs and note issues (if any)...
+*** Note: DISPDUType.OTHER not supported
+Send the 72 PDUs we created...
+Sent PDU 1 ENTITY_STATE of type edu.nps.moves.dis7.EntityStatePdu
+Sent PDU 2 FIRE of type edu.nps.moves.dis7.FirePdu
+Sent PDU 3 DETONATION of type edu.nps.moves.dis7.DetonationPdu
+Sent PDU 4 COLLISION of type edu.nps.moves.dis7.CollisionPdu
+Sent PDU 5 SERVICE_REQUEST of type edu.nps.moves.dis7.ServiceRequestPdu
+Sent PDU 6 RESUPPLY_OFFER of type edu.nps.moves.dis7.ResupplyOfferPdu
+Sent PDU 7 RESUPPLY_RECEIVED of type edu.nps.moves.dis7.ResupplyReceivedPdu
+Sent PDU 8 RESUPPLY_CANCEL of type edu.nps.moves.dis7.ResupplyCancelPdu
+Sent PDU 9 REPAIR_COMPLETE of type edu.nps.moves.dis7.RepairCompletePdu
+Sent PDU 10 REPAIR_RESPONSE of type edu.nps.moves.dis7.RepairResponsePdu
+Sent PDU 11 CREATE_ENTITY of type edu.nps.moves.dis7.CreateEntityPdu
+Sent PDU 12 REMOVE_ENTITY of type edu.nps.moves.dis7.RemoveEntityPdu
+Sent PDU 13 START_RESUME of type edu.nps.moves.dis7.StartResumePdu
+Sent PDU 14 STOP_FREEZE of type edu.nps.moves.dis7.StopFreezePdu
+Sent PDU 15 ACKNOWLEDGE of type edu.nps.moves.dis7.AcknowledgePdu
+Sent PDU 16 ACTION_REQUEST of type edu.nps.moves.dis7.ActionRequestPdu
+Sent PDU 17 ACTION_RESPONSE of type edu.nps.moves.dis7.ActionResponsePdu
+Sent PDU 18 DATA_QUERY of type edu.nps.moves.dis7.DataQueryPdu
+Sent PDU 19 SET_DATA of type edu.nps.moves.dis7.SetDataPdu
+Sent PDU 20 DATA of type edu.nps.moves.dis7.DataPdu
+Sent PDU 21 EVENT_REPORT of type edu.nps.moves.dis7.EventReportPdu
+Sent PDU 22 COMMENT of type edu.nps.moves.dis7.CommentPdu
+Sent PDU 23 ELECTROMAGNETIC_EMISSION of type edu.nps.moves.dis7.ElectromagneticEmissionPdu
+Sent PDU 24 DESIGNATOR of type edu.nps.moves.dis7.DesignatorPdu
+Sent PDU 25 TRANSMITTER of type edu.nps.moves.dis7.TransmitterPdu
+Sent PDU 26 SIGNAL of type edu.nps.moves.dis7.SignalPdu
+Sent PDU 27 RECEIVER of type edu.nps.moves.dis7.ReceiverPdu
+Sent PDU 28 IFF of type edu.nps.moves.dis7.IdentificationFriendOrFoePdu
+Sent PDU 29 UNDERWATER_ACOUSTIC of type edu.nps.moves.dis7.UnderwaterAcousticPdu
+Sent PDU 30 SUPPLEMENTAL_EMISSION_ENTITY_STATE of type edu.nps.moves.dis7.SupplementalEmissionEntityStatePdu
+Sent PDU 31 INTERCOM_SIGNAL of type edu.nps.moves.dis7.IntercomSignalPdu
+Sent PDU 32 INTERCOM_CONTROL of type edu.nps.moves.dis7.IntercomControlPdu
+Sent PDU 33 AGGREGATE_STATE of type edu.nps.moves.dis7.AggregateStatePdu
+Sent PDU 34 ISGROUPOF of type edu.nps.moves.dis7.IsGroupOfPdu
+Sent PDU 35 TRANSFER_OWNERSHIP of type edu.nps.moves.dis7.TransferOwnershipPdu
+Sent PDU 36 ISPARTOF of type edu.nps.moves.dis7.IsPartOfPdu
+Sent PDU 37 MINEFIELD_STATE of type edu.nps.moves.dis7.MinefieldStatePdu
+Sent PDU 38 MINEFIELD_QUERY of type edu.nps.moves.dis7.MinefieldQueryPdu
+Sent PDU 39 MINEFIELD_DATA of type edu.nps.moves.dis7.MinefieldDataPdu
+Sent PDU 40 MINEFIELD_RESPONSE_NACK of type edu.nps.moves.dis7.MinefieldResponseNACKPdu
+Sent PDU 41 ENVIRONMENTAL_PROCESS of type edu.nps.moves.dis7.EnvironmentalProcessPdu
+Sent PDU 42 GRIDDED_DATA of type edu.nps.moves.dis7.GriddedDataPdu
+Sent PDU 43 POINT_OBJECT_STATE of type edu.nps.moves.dis7.PointObjectStatePdu
+Sent PDU 44 LINEAR_OBJECT_STATE of type edu.nps.moves.dis7.LinearObjectStatePdu
+Sent PDU 45 AREAL_OBJECT_STATE of type edu.nps.moves.dis7.ArealObjectStatePdu
+Sent PDU 46 TSPI of type edu.nps.moves.dis7.TimeSpacePositionInformationPdu
+Sent PDU 47 APPEARANCE of type edu.nps.moves.dis7.AppearancePdu
+Sent PDU 48 ARTICULATED_PARTS of type edu.nps.moves.dis7.ArticulatedPartsPdu
+Sent PDU 49 LE_FIRE of type edu.nps.moves.dis7.LiveEntityFirePdu
+Sent PDU 50 LE_DETONATION of type edu.nps.moves.dis7.LiveEntityDetonationPdu
+Sent PDU 51 CREATE_ENTITY_R of type edu.nps.moves.dis7.CreateEntityReliablePdu
+Sent PDU 52 REMOVE_ENTITY_R of type edu.nps.moves.dis7.RemoveEntityReliablePdu
+Sent PDU 53 START_RESUME_R of type edu.nps.moves.dis7.StartResumeReliablePdu
+Sent PDU 54 STOP_FREEZE_R of type edu.nps.moves.dis7.StopFreezeReliablePdu
+Sent PDU 55 ACKNOWLEDGE_R of type edu.nps.moves.dis7.AcknowledgeReliablePdu
+Sent PDU 56 ACTION_REQUEST_R of type edu.nps.moves.dis7.ActionRequestReliablePdu
+Sent PDU 57 ACTION_RESPONSE_R of type edu.nps.moves.dis7.ActionResponseReliablePdu
+Sent PDU 58 DATA_QUERY_R of type edu.nps.moves.dis7.DataQueryReliablePdu
+Sent PDU 59 SET_DATA_R of type edu.nps.moves.dis7.SetDataReliablePdu
+Sent PDU 60 DATA_R of type edu.nps.moves.dis7.DataReliablePdu
+Sent PDU 61 EVENT_REPORT_R of type edu.nps.moves.dis7.EventReportReliablePdu
+Sent PDU 62 COMMENT_R of type edu.nps.moves.dis7.CommentReliablePdu
+Sent PDU 63 RECORD_R of type edu.nps.moves.dis7.RecordReliablePdu
+Sent PDU 64 SET_RECORD_R of type edu.nps.moves.dis7.SetRecordReliablePdu
+Sent PDU 65 RECORD_QUERY_R of type edu.nps.moves.dis7.RecordQueryReliablePdu
+Sent PDU 66 COLLISION_ELASTIC of type edu.nps.moves.dis7.CollisionElasticPdu
+Sent PDU 67 ENTITY_STATE_UPDATE of type edu.nps.moves.dis7.EntityStateUpdatePdu
+Sent PDU 68 DIRECTED_ENERGY_FIRE of type edu.nps.moves.dis7.DirectedEnergyFirePdu
+Sent PDU 69 ENTITY_DAMAGE_STATUS of type edu.nps.moves.dis7.EntityDamageStatusPdu
+Sent PDU 70 INFORMATION_OPERATIONS_ACTION of type edu.nps.moves.dis7.InformationOperationsActionPdu
+Sent PDU 71 INFORMATION_OPERATIONS_REPORT of type edu.nps.moves.dis7.InformationOperationsReportPdu
+Sent PDU 72 ATTRIBUTE of type edu.nps.moves.dis7.AttributePdu
 BUILD SUCCESSFUL (total time: 1 second)