remove 3rd-party from unsupport list in the comment
This commit is contained in:
parent
4d47818791
commit
4557e44e02
|
|
@ -158,7 +158,6 @@ def _try_toparse_body(packet_type, body, parsed):
|
|||
# \ - unused
|
||||
# ] - unused
|
||||
# ^ - unused
|
||||
# } - 3rd party traffic
|
||||
if packet_type in '#$%)*<?T[':
|
||||
raise UnknownFormat("format is not supported")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue