Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This is a combination of your code and the 12.4.2. A Gop for HTTP requests in the WSUG.

Pdu ss7_pdu Proto tcap Transport ip {
    Extract tid From tcap.tid;
    Extract tcap_begin From tcap.begin_element;
    Extract tcap_end From tcap.end_element;
};

Gop ss7_req On ss7_pdu Match (tid) {
    Start (tcap_begin);
    Stop (tcap_end);
};

Done;