SMPP-Protocol system id filter
Dear gurus, I want to filter all traffic against Specific System id for this I used following filter. smpp.system_id == "id" but it only captures traffic which belongs to only Submit_sm
we have a number of different system id on our system. can you please help o capture all traffic against SPECIFIC system-id
Can you clarify what you're looking for? You want to display packets matching a specific System ID
smpp.system_id == "foo"
or you want to display packets matching any System IDsmpp.system_id
? Or something else?