Skip to content

Commit a1a1a9f

Browse files
authored
Update README.md
1 parent 30fb6f0 commit a1a1a9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ In case the tshark is performing reassembly from multiple frames, the backward p
104104

105105
To overcome this limitation it is possible to use tshark with supressed packet reassembly. To disable reassembly for specific protocol use `tshark -o <SELECTED_REASSEMPLY_OPTION>:FALSE`. And for `<SELECTED_REASSEMPLY_OPTION>` see `tshark -G defaultprefs`. After disabling packet reassembly, the protocol frames should be assembled correctly by json2pcap. However the masking/anonymization will not be performed for fragmented protocols.
106106

107+
To properly anonymize SCTP traffic, the pcap should SCTP dechunked first.
108+
107109
# Atribution
108110
Copyright 2020, Martin Kacer <kacer.martin[AT]gmail.com> and contributors
109111

0 commit comments

Comments
 (0)