From 5079bb11068903d9b70a042dddd7374f3104da6d Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 11 May 2021 21:33:48 +0200 Subject: Fixed typo --- wireshark/ndpi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wireshark/ndpi.lua') diff --git a/wireshark/ndpi.lua b/wireshark/ndpi.lua index 47419aa67..1673d642e 100644 --- a/wireshark/ndpi.lua +++ b/wireshark/ndpi.lua @@ -28,7 +28,7 @@ ndpi_fds.application_protocol = ProtoField.new("nDPI Application Protocol", "ndp ndpi_fds.name = ProtoField.new("nDPI Protocol Name", "ndpi.protocol.name", ftypes.STRING) ndpi_fds.flow_risk = ProtoField.new("nDPI Flow Risk", "ndpi.flow_risk", ftypes.UINT64) ndpi_fds.flow_risk_str = ProtoField.new("nDPI Flow Risk String", "ndpi.flow_risk_str", ftypes.STRING) -ndpi_fds.flow_score = ProtoField.new("nDPI Flow Risk", "ndpi.flow_risk", ftypes.UINT32) +ndpi_fds.flow_score = ProtoField.new("nDPI Flow Score", "ndpi.flow_score", ftypes.UINT32) local ntop_proto = Proto("ntop", "ntop Extensions") ntop_proto.fields = {} -- cgit v1.2.3