Commit 236a7820 authored by garciay's avatar garciay
Browse files

Add template mw_ipv4Packet_df

parent c4eda4a9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -83,6 +83,16 @@ module AtsCommon_Templates {
            }
        }
        
        template (present) Ipv4Packet mw_ipv4Packet_df(
                                                       in template (present) Ipv4Address p_src,
                                                       in template (present) Ipv4Address p_dst
        ) := {
            ipv4Hdr := mw_ipv4Hdr_protocol_fragment(c_protocol_tcp, p_src, p_dst),
            ipv4Payload := {
                rawPacket := ?
            }
        }
        
    } // End of group ipv4MessageTemplates
    
    group tcpMessageTemplates {