zeek-plugin-bacnet icon indicating copy to clipboard operation
zeek-plugin-bacnet copied to clipboard

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

Open duffy-ocraven opened this issue 4 years ago • 1 comments

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 avatar Sep 21 '20 00:09 duffy-ocraven