Hi , I am trying to filter sip traffic using tshark with capture filter option and specific sip from header field value.
I am using sipp traffic generator and tshark to measure the max bandwidth supported with continous sip traffic in tshark with capture filter option set.
I tried the tshark capture filter with syntax:
tshark -i en01 -f "sip.From == "sipp <sip:[email protected]:5060>;tag=21633SIPpTag0015893".
But got the error "-bash: syntax error near unexpected token `;'. Could you please kindly suggest.
If I can also get command for bandwidth measurement with tshark it will be helpful.
The same filter worked in wireshark.