-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Mqtt rust keywords 4863 v2 #11374
Mqtt rust keywords 4863 v2 #11374
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a52e511 - Browse repository at this point
Copy the full SHA a52e511View commit details -
rust/derive: transform all uppercase names the right way
So that MQTTTypeCode::CONNECT does not become c_o_n_n_e_c_t
Configuration menu - View commit details
-
Copy full SHA for 7b3ec7b - Browse repository at this point
Copy the full SHA 7b3ec7bView commit details -
rust/derive: string enumeration become case insensitive
As needed for MQTTTypeCode which accepts both CONNECT uppercase and unassigned lowercase
Configuration menu - View commit details
-
Copy full SHA for bf0bc4e - Browse repository at this point
Copy the full SHA bf0bc4eView commit details -
mqtt: parse and store raw connect flags
for easier later matching
Configuration menu - View commit details
-
Copy full SHA for 31a29a2 - Browse repository at this point
Copy the full SHA 31a29a2View commit details -
detect/mqtt: move keywords to rust
Ticket: 4863 On the way, convert some keywords to use the first-class integer support. And imports in pure rust the support for multi-buffer.
Configuration menu - View commit details
-
Copy full SHA for 6eef65c - Browse repository at this point
Copy the full SHA 6eef65cView commit details -
There was a typo that version 3 was tested twice
Configuration menu - View commit details
-
Copy full SHA for 10a3eef - Browse repository at this point
Copy the full SHA 10a3eefView commit details -
mqtt/detect: iterate all tx's messages for reason code
as is done for other keywords
Configuration menu - View commit details
-
Copy full SHA for 15967c2 - Browse repository at this point
Copy the full SHA 15967c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c80d7a - Browse repository at this point
Copy the full SHA 7c80d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 206b385 - Browse repository at this point
Copy the full SHA 206b385View commit details