removing sip connections

All,

I’m trying to figure out the following but even after reading the manual I can’t figure out how:

What I want is a script that removes all connections from the ip-firewall with the connection type of ‘sip’.Problem is I don’t get a match on ‘sip’ because there is a strange char behind it when I look in winbox.

Anyone a clue how to do this ? Thx.
connections.jpg

email support with a supout, it’s probably not supposed to have that special character and is maybe breaking other things you cannot control.

connection-type=ftp\00 is seen in my export …

yes, this is a bug.

[x@cip-office] /ip firewall connection> print where connection-type="ftp\00"
Flags: S - seen reply, A - assured

PROTOCOL SRC-ADDRESS DST-ADDRESS TCP-STATE TIMEOUT

2068 SA tcp 10.xx.1.x:2216 10.xx.1.x:21 time-wait 6s
2069 SA tcp 10.xx.1.x:2202 xx.xx.169.115:21 fin-wait 9s

[x@cip-office] /ip firewall connection> print where connection-type="ftp"
Flags: S - seen reply, A - assured

PROTOCOL SRC-ADDRESS DST-ADDRESS TCP-STATE TIMEOUT

It seems it’s fixed in 4.8 ! Thanks MT ! (however I don’t see anything about it in the release notes)