Skip to content

Commit dd18e52

Browse files
committed
Protobuf operations improved to enable full and partial schema support
1 parent a4a1366 commit dd18e52

File tree

7 files changed

+723
-19
lines changed

7 files changed

+723
-19
lines changed

package-lock.json

+85-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
"path": "^0.12.7",
147147
"popper.js": "^1.16.1",
148148
"process": "^0.11.10",
149+
"protobufjs": "^6.11.2",
149150
"qr-image": "^3.2.0",
150151
"scryptsy": "^2.1.0",
151152
"snackbarjs": "^1.1.0",

src/core/config/Categories.json

100755100644
+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
"URL Encode",
192192
"URL Decode",
193193
"Protobuf Decode",
194+
"Protobuf Encode",
194195
"VarInt Encode",
195196
"VarInt Decode",
196197
"JA3 Fingerprint",

0 commit comments

Comments
 (0)