SMPP filter won't work

asked 2018-02-12 14:09:25 +0000

anonymous user

Anonymous

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.

edit retag flag offensive 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 gravatar imageHomyak ( 2018-02-12 14:30:10 +0000 )edit