URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d0373aaa0d9d321b6fbbef21fc057eabdb08b5ad
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
d0373aa by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
dmp: Allow multiple SecurityCategories again
A Security Classification in DMP may have multiple Security Categories
so don't restrict this to only one. Add a arbitrary limit of 255 to
avoid a long dissector loop in malformed packets.
This fixes a bug introduced in g85bbda51.
Bug: 14408
Change-Id: I48e7a61a097c58dfcf21e9c9ed3147cf1573dae6
Reviewed-on: https://code.wireshark.org/review/26011
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
(cherry picked from commit f14f76d12a3107f0a89884f084640925ba033b28)
Reviewed-on: https://code.wireshark.org/review/26018
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from deaeaca More 2.4.5 release note updates.
adds d0373aa dmp: Allow multiple SecurityCategories again
Summary of changes:
epan/dissectors/packet-dmp.c | 36 ++++++++++++++++++++++++++----------
1 file changed, 26 insertions(+), 10 deletions(-)