Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect error enum strings, [57] = "Invalid Tag" , [58] = "Network Down" #23

Open
duffy-ocraven opened this issue Sep 21, 2020 · 1 comment
Assignees
Labels
correction minor correction

Comments

@duffy-ocraven
Copy link

Two incorrect error enum strings in scripts/consts.zeek:

[57] = "Reject Invalid Tag" ,
[58] = "Reject Network Down" ,

should not include the Reject . They are correctly:

[57] = "Invalid Tag" ,
[58] = "Network Down" ,
@duffy-ocraven
Copy link
Author

duffy-ocraven commented Sep 21, 2020

While updating that table, the inconsistent initial capitalization in:

        [15] = "Key generation Error",
        [20] = "No Space To write Property",
        [23] = "object Deletion Not Permitted",
        [24] = "object Identifier Already Exists",
        [25] = "operational Problem",
        [45] = "optional Functionality Not Supported",
        [53] = "Abort Preempted By higher Priority Task" ,
        [75] = "log Buffer Full",
        [76] = "logged Value Purged",
        [81] = "list Element Not Found",
        [127] = "Abort window Size Out Of Range",

could also be corrected.

@NothinRandom NothinRandom self-assigned this Sep 22, 2020
@NothinRandom NothinRandom added the correction minor correction label Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
correction minor correction
Projects
None yet
Development

No branches or pull requests

2 participants