From ece8fad93bb72444f5db45691893073d3d903f53 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Tue, 12 Sep 2023 21:54:04 +0100 Subject: PCEP: delete an include and fix a filter name --- epan/dissectors/packet-pcep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/epan/dissectors/packet-pcep.c b/epan/dissectors/packet-pcep.c index a318d89c76..7bc2875d2b 100644 --- a/epan/dissectors/packet-pcep.c +++ b/epan/dissectors/packet-pcep.c @@ -60,7 +60,6 @@ #include "config.h" #include -#include #include #include #include "packet-tcp.h" @@ -5108,7 +5107,7 @@ proto_register_pcep(void) NULL, HFILL } }, { &hf_pcep_subobj_sr_nt, - { "NAI Type", "pcep.subobj.sr.st", + { "NAI Type", "pcep.subobj.sr.nt", FT_UINT8, BASE_DEC, VALS(pcep_sr_nt_vals), 0xF0, NULL, HFILL } }, -- cgit v1.2.3