diff options
author | Luca Deri <deri@ntop.org> | 2021-05-11 21:33:48 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-05-11 21:33:48 +0200 |
commit | 5079bb11068903d9b70a042dddd7374f3104da6d (patch) | |
tree | 89e561a000141b782a352520daaed4b8966647b8 /wireshark | |
parent | 4297a65ce881c8c5462c520f3b3dc987879bccce (diff) |
Fixed typo
Diffstat (limited to 'wireshark')
-rw-r--r-- | wireshark/ndpi.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 = {} |