Final missing end option is a protocol error too.
authorJaap Keuter <jaap.keuter@xs4all.nl>
Tue, 23 Feb 2010 20:04:11 +0000 (20:04 -0000)
committerJaap Keuter <jaap.keuter@xs4all.nl>
Tue, 23 Feb 2010 20:04:11 +0000 (20:04 -0000)
svn path=/trunk/; revision=31968

epan/dissectors/packet-bootp.c

index 8181bf8e6abfb8155b4627cbdfa103a9dc306827..42cc203e64de43532c3476dd3579ecfbad54181b 100644 (file)
@@ -4074,7 +4074,7 @@ dissect_bootp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
        }
        if ((dhcp_type != NULL) && (!at_end))
        {
-               expert_add_info_format(pinfo, ti, PI_MALFORMED /* PI_PROTOCOL */, PI_ERROR, "End option missing");
+               expert_add_info_format(pinfo, ti, PI_PROTOCOL, PI_ERROR, "End option missing");
        }
        if (voff < eoff) {
                /*