Renaming the Packet::l2_checksummed and Packet::l3_checksummed variables

Is anyone out there using the Packet::l2_checksummed and Packet::l3_checksummed variables? We discovered recently that those are improperly named for their intended uses, and need to rename them. It’d make it easier if I could avoid having to go through the deprecation cycle with them. If you’re using them, can you let me know so we can figure out a good solution. See Packet::{l2,l3}_checksummed variables are poorly named · Issue #2183 · zeek/zeek · GitHub for more details.

As a follow-up, we determined that the only plugin using it was DPDK and worked out how to best rename it. Details are in the github issue and associated PR.