Files
mosquitto/fuzzing/libcommon/libcommon_fuzz_topic_matching.proto
2025-12-10 00:49:12 +00:00

11 lines
199 B
Protocol Buffer

syntax = "proto2";
package fuzz_topic_matches_sub;
message FuzzerInput {
required string string1 = 1;
required string string2 = 2;
optional string username = 3;
optional string clientid = 4;
}