Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 0b9810a: Add a "No Reassembly" profile.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Nov 2018 04:38:20 +0000
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