Commit f9226dfb authored by garciay's avatar garciay
Browse files

Rename template mw_tcp_packet into mw_tcp_packet_dummy

parent 19fd92a3
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ module AtsCommon_Templates {
        
        group tcpMessagesDummyRecvTemplates {
            
            template (present) TcpPacket mw_tcp_packet := {
            template (present) TcpPacket mw_tcp_packet_dummy := {
                srcPort         := ?,
                dstPort         := ?,
                seqNumber       := ?,
@@ -124,8 +124,7 @@ module AtsCommon_Templates {
                options         := *,
                pad             := *,
                payload         := ?
            } // End of template mw_tcp_packet
            
            } // End of template mw_tcp_packet_dummy
            
            template (present) TcpFlags mw_tcp_flags_dummy := {
                ns      := ?,