ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12814] Unable to save changes to color

Date: Thu, 01 Sep 2016 17:50:55 +0000

Comment # 3 on bug 12814 from
I've discovered the cause of the issue, it appears that the syntax for the
default coloring rule "Checksum Errors" has changed between 2.0.5 and 2.2 rc2.
Because of this the syntax isn't valid and I'm not able to save any changes.



Profile created in 2.0.5
Checksum Errors = eth.fcs_bad==1 || ip.checksum_bad==1 || tcp.checksum_bad==1
|| udp.checksum_bad==1 || sctp.checksum_bad==1 || mstp.checksum_bad==1 ||
cdp.checksum_bad==1 || edp.checksum_bad==1 || wlan.fcs_bad==1 ||
stt.checksum.bad==1


Profile created in 2.2rc2
eth.fcs.status=="Bad" || ip.checksum.status=="Bad" ||
tcp.checksum.status=="Bad" || udp.checksum.status=="Bad" ||
sctp.checksum.status=="Bad" || mstp.checksum.status=="Bad" ||
cdp.checksum.status=="Bad" || edp.checksum.status=="Bad" ||
wlan.fcs.status=="Bad" || stt.checksum.status=="Bad"


You are receiving this mail because:
  • You are watching all bug changes.