URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a731b9b56dc766c43aaf97ca8e0fcb9019b0fd48
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
a731b9b by Jaap Keuter (jaap.keuter@xxxxxxxxx):
SNMP: handle Net-SNMP Engine Id of 12 octets
The Net-SNMP code creates an Engine Id size based on the compilation
size, either 8 or 12 octets long. Current implementation handles 32 bit
compilation of Net-SNMP (resulting in 8 octets), this change adds
handling of 64 bit compilation of Net-SNMP (resulting in 12 octets).
Bug: 16051
Change-Id: I256f9a7ad2fd219492e4ebc413ef24cd2c210e0b
Reviewed-on: https://code.wireshark.org/review/34520
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
(cherry picked from commit 608dbda8eeefeb1c79fd93c1848515d8bc6b4ca1)
Reviewed-on: https://code.wireshark.org/review/34523
Actions performed:
from 886c340 2.6.11 → 2.6.12.
add a731b9b SNMP: handle Net-SNMP Engine Id of 12 octets
Summary of changes:
epan/dissectors/asn1/snmp/packet-snmp-template.c | 12 ++++++------
epan/dissectors/packet-snmp.c | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)