URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0b9810ab97165da6936df81934a9559b45c45bee
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
0b9810a by Gerald Combs (gerald@xxxxxxxxxxxxx):
Add a "No Reassembly" profile.
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@xxxxxxxxx>
Actions performed:
from fc1e2ac nl80211: display interface name as a string
add 0b9810a Add a "No Reassembly" profile.
Summary of changes:
docbook/release-notes.asciidoc | 1 +
packaging/nsis/wireshark.nsi | 2 +
packaging/wix/ComponentGroups.wxi | 6 +
profiles/No Reassembly/preferences | 5104 +++++++++++++++++++++++++++++++++++
tools/make-no-reassembly-profile.py | 63 +
5 files changed, 5176 insertions(+)
create mode 100644 profiles/No Reassembly/preferences
create mode 100755 tools/make-no-reassembly-profile.py