Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8622 :
authorJeff Morriss <jeff.morriss.ws@gmail.com>
Wed, 1 May 2013 19:42:28 +0000 (19:42 -0000)
committerJeff Morriss <jeff.morriss.ws@gmail.com>
Wed, 1 May 2013 19:42:28 +0000 (19:42 -0000)
commit695d3fde1c217b3bd4492fff0e0d7103c2a5023b
treee7a33be7787377cfe6428c89c9474bf01abccf22
parentacc90e3d59906365fef5e29754972049d753fa11
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8622 :

hsrp2.md5_auth_data is added to the tree with a length of 16 so declare it as
FT_BYTES instead of FT_UINT32 (using the latter causes an assertion in
trunk-1.8 and an expert info in trunk and trunk-1.10).

svn path=/trunk/; revision=49114
epan/dissectors/packet-hsrp.c