aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }
},