fix: [network-socket] Typo

pull/315/head
chrisr3d 2021-05-06 15:42:03 +02:00
parent 5028d5d99f
commit 3a2e44c442
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 2 additions and 2 deletions

View File

@ -168,14 +168,14 @@
"socket-type": { "socket-type": {
"description": "Type of the socket.", "description": "Type of the socket.",
"misp-attribute": "text", "misp-attribute": "text",
"sane-default": [ "sane_default": [
"SOCK_STREAM", "SOCK_STREAM",
"SOCK_DGRAM", "SOCK_DGRAM",
"SOCK_RAW", "SOCK_RAW",
"SOCK_RDM", "SOCK_RDM",
"SOCK_SEQPACKET" "SOCK_SEQPACKET"
], ],
"ui-proirity": 1 "ui-priority": 1
}, },
"src-port": { "src-port": {
"categories": [ "categories": [