aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-no-reassembly-profile.py
AgeCommit message (Collapse)AuthorFilesLines
2018-11-27Fixup the "No Reassembly" profile.Gerald Combs1-12/+13
Fix the pattern match in make-no-reassembly-profile.py. Have it only write changed preferences. Change-Id: I14f23a56f9ec598930591fae9eac2f14747c55bb Reviewed-on: https://code.wireshark.org/review/30805 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-11-27Add a "No Reassembly" profile.Gerald Combs1-0/+63
Add a script that disables all of our desegmentation and reassembly preferences and use it to create a "No Reassembly" profile. Change-Id: Icd0b72e9e271a511e637acde9018f3aae018e589 Reviewed-on: https://code.wireshark.org/review/30799 Reviewed-by: Anders Broman <a.broman58@gmail.com>