Skip to content

Commit

Permalink
fix(burp): fix type editing for multiple messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinkelmaier-ncc committed Jul 31, 2024
1 parent ec4a84d commit 3ca6a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burp/blackboxprotobuf/burp/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def applyType(self, typedef, source):
self._payload_info.protobuf_data = protobuf_data

new_json, new_typedef = blackboxprotobuf.protobuf_to_json(
str(protobuf_data), typedef
protobuf_data, typedef
)

self._last_good = LastGoodData(new_json, new_typedef, source)
Expand Down

0 comments on commit 3ca6a14

Please sign in to comment.