URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=25d0f736f37a4f3a2a53f19c8e89e20359e0aba9
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
25d0f73 by Dhiru Kholia (kholia@xxxxxx):
Improve dissection of HSRPv1 packets using MD5 authentication
HSRP (Version: 0) can use MD5 Authentication TLV sequence for
authentication, and such packets are now dissected properly.
Sample HSRP (Version: 0), and HSRPv2 .pcap files can be found at,
https://github.com/kholia/my-pcaps
Change-Id: Ib84d344c6977065b1948231503d13c675de34ea4
Reviewed-on: https://code.wireshark.org/review/11285
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from a25c484 Get rid of a couple of UAT macros.
adds 25d0f73 Improve dissection of HSRPv1 packets using MD5 authentication
Summary of changes:
epan/dissectors/packet-hsrp.c | 187 ++++++++++++++++++++++++-----------------
1 file changed, 109 insertions(+), 78 deletions(-)