Analyze filter smb2.cmd == 9 && smb2.filename contains "fname" shows no results
Analyzing a file of captured packets with the filter:
smb2.cmd == 9
displays many write command packets, some with filenames containing "Favorites"; similarly, the filter:
smb2.filename contains "Favorites"
displays packets. But filtering for smb2 write command packets with specific filenames, e.g. with the filter:
smb2.cmd == 9 && smb2.filename contains "Favorites"
displays no packets.
I just starting using Wireshark -- what am I doing wrong?
Thanks.
Lua: A post-dissector to allow filtering on Protocol and Info columns