Wireshark-commits: [Wireshark-commits] master bbf31d3: CIP Security: Fix Preshared Key parsing
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bbf31d3d54d40f62f55221e44213742652f3e0d2
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bbf31d3 by Dylan Ulis (daulis0@xxxxxxxxx):
CIP Security: Fix Preshared Key parsing
Minor bug fixes:
1. Preshared Keys: Minimum size can be 1, not 3. This shows malformed packets for valid data.
2. Preshared Keys: Display PSK based on PSK size, not ID size.
3. Correct name of some hf types.
Change-Id: Ib412cd109929a1f4a1e5b67b47cb4c9f0eab6512
Reviewed-on: https://code.wireshark.org/review/27929
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from de447c1 sharkd: add support for io graph.
adds bbf31d3 CIP Security: Fix Preshared Key parsing
Summary of changes:
epan/dissectors/packet-enip.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)