Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This comes from (expert.c):

    if (expert_registrar_get_byname(rec->field) == NULL) {
        *err = ws_strdup_printf("Expert Info field doesn't exist");
        return FALSE;
    }


The expert severity configuration is stored in the profile directory in a file named expert_severity.
There must be a field referenced in there that changed names or doesn't exist any longer.
You can update the UAT entries by editing/removing the file or in the Wireshark gui.

In this example I modified the field name isis.lsp.short_clv to one that does not exist to recreate the error.

# This file is automatically generated, DO NOT MODIFY.
"foo_isis.lsp.short_clv","Note

image description image description