Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
H21lab authored Sep 18, 2020
1 parent 30fb6f0 commit a1a1a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ In case the tshark is performing reassembly from multiple frames, the backward p

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.

To properly anonymize SCTP traffic, the pcap should SCTP dechunked first.

# Atribution
Copyright 2020, Martin Kacer <kacer.martin[AT]gmail.com> and contributors

Expand Down

0 comments on commit a1a1a9f

Please sign in to comment.