We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c9472 commit 6f0faf3Copy full SHA for 6f0faf3
1 file changed
scapy/volatile.py
@@ -577,6 +577,7 @@ def __init__(self, size, term):
577
# type: (Union[int, RandNum], bytes) -> None
578
self.term = bytes_encode(term)
579
super(RandTermString, self).__init__(size=size)
580
+ self.chars = self.chars.replace(self.term, b"")
581
582
def _command_args(self):
583
# type: () -> str
0 commit comments