]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
schema/arp: fix invalid pkt event output
authorJuliana Fajardini <jufajardini@oisf.net>
Thu, 21 Aug 2025 16:51:41 +0000 (13:51 -0300)
committerVictor Julien <victor@inliniac.net>
Fri, 22 Aug 2025 07:45:39 +0000 (09:45 +0200)
Task #7857

etc/schema.json

index 7e847f8a6e3296d0a90f58c50aec0284287eda04..5c77b43562e2f3bdcb20157c75303680c5c55a4d 100644 (file)
                                         "invalid_hardware_size": {
                                             "type": "integer"
                                         },
+                                        "invalid_pkt": {
+                                            "type": "integer"
+                                        },
                                         "invalid_protocol_size": {
                                             "type": "integer"
                                         },
                                         "unsupported_opcode": {
                                             "type": "integer"
                                         },
-                                        "unsupported_pkt": {
-                                            "type": "integer"
-                                        },
                                         "unsupported_protocol": {
                                             "type": "integer"
                                         }