aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2023-09-12 21:54:04 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2023-09-13 02:45:35 +0000
commitece8fad93bb72444f5db45691893073d3d903f53 (patch)
treeb96ac462c2fd6f46e0d09d7ee60bf4a02ff3d5c1
parent151b85c45e621ed7850aa8cea8d3ec97c3dc84e8 (diff)
PCEP: delete an include and fix a filter name
-rw-r--r--epan/dissectors/packet-pcep.c3
1 files changed, 1 insertions, 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 <epan/packet.h>
-#include <epan/to_str.h>
#include <epan/expert.h>
#include <epan/addr_resolv.h>
#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 }
},