We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add new type: stringlist (name suggestion?). It should mean list of null-terminated strings ended by an empty string (i.e. double null byte)
stringlist
Remove type
iterator{ alias="none", --condition = function(self, state) return state.packet.chan ~="" end, condition = Cond.nequals("chan", ""), repeated = { stringz{"Channel name", key="chan"}, } }
Leave only iterator with refkey.
+Channels: #1: channel1 #2: channel2
+ CD keys +#1 field1: field2: +#2 field1: field2:
The text was updated successfully, but these errors were encountered:
Yeah sure, the iterator thing is too low-level
Sorry, something went wrong.
No branches or pull requests
Add new type:
stringlist
(name suggestion?). It should mean list of null-terminated strings ended by an empty string (i.e. double null byte)Remove type
Leave only iterator with refkey.
The text was updated successfully, but these errors were encountered: