The Boolean field for EndVerifyAck messages was missing, causing a crash

if such a message (or something that happened to look enough like such a
message) was ever seen.

svn path=/trunk/; revision=6441
This commit is contained in:
Guy Harris 2002-10-17 01:29:30 +00:00
parent b99f379f55
commit 9fb669df43
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
*
* (c) Copyright Ashok Narayanan <ashokn@cisco.com>
*
* $Id: packet-lmp.c,v 1.12 2002/08/28 21:00:20 jmayer Exp $
* $Id: packet-lmp.c,v 1.13 2002/10/17 01:29:30 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -364,6 +364,10 @@ static hf_register_info lmpf_info[] = {
{ "EndVerify Message", "lmp.msg.endverify", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"", HFILL }},
{&lmp_filter[LMPF_MSG_END_VERIFY_ACK],
{ "EndVerifyAck Message", "lmp.msg.endverifyack", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"", HFILL }},
{&lmp_filter[LMPF_MSG_TEST],
{ "Test Message", "lmp.msg.test", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"", HFILL }},