remove modbus packets/filter modbus
I want to remove the mobus packets from my pcap file and save the results in a file. I used this command
not (modbus or mbtcp)
and save the dispay packets but the results file still contains some modbus packets
Save the display packets, how?
File -> export specify packets and export eitheir dispayed packet or marked parckets (after doing ctrl shift m to mark the packets)
Do the packets not being excluded match some of these other protocol names?
The packets that I want exclude are the modbus/tcp packets
What version of Wireshark?
Are they large modbus packets that might span TCP segments?