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 deliversm (smpp.commandid== 0x80000005) SMPP packets in it. What I've done wrong and what should be done to avoid the unexpected behaviour. Thanks in advance.

anonymous user
asked 2018-02-12 14:09:25 +0000
edit flag offensive 0 remove flag close merge delete

Comments

even alone

smpp.command_id == 0x00000004

produces output with unexpected deliver_sm. This happens when these packet are all within one frame

Homyak's avatar Homyak (2018-02-12 14:30:10 +0000) edit
add a comment see more comments