Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

SMPP filter won't work

Hello, people of the wireshark. I'm stuck at configuring filter When I compose it like this:

(smpp.source_addr == "whatever") && (smpp.command_id == 0x00000004) && (ip.src == xx.xx.xx.xx)

I still get the output which has a lot of deliver_sm (smpp.command_id== 0x80000005) SMPP packets in it. What I've done wrong and what should be done to avoid the unexpected behaviour. Thanks in advance.