Why does MATE not allow extracting the same the field twice?

asked 2018-12-17 12:10:16 +0000

Konstantin gravatar image

updated 2018-12-17 17:58:21 +0000

Guy Harris gravatar image

Hello, guys.

mate file like

Pdu sip_pdu Proto sip Transport udp/ip {
  Extract id From sip.Call-ID;
  Extract callid From sip.Call-ID;
};

will alert on wireshark startup that "fieald already added as 'id' ".

Why I can Extract some field only once? Are there some way/hack to Extract it twice?

edit retag flag offensive close merge delete