From e2119896db85f1caa22ca8ba7c8be46a246e5ce4 Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 20 Jun 2017 14:19:55 -0400 Subject: Added protocl info in wireshark info columm --- wireshark/ndpi.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wireshark/ndpi.lua b/wireshark/ndpi.lua index 495d4c14c..6724ebfcf 100644 --- a/wireshark/ndpi.lua +++ b/wireshark/ndpi.lua @@ -743,8 +743,8 @@ function ndpi_proto.dissector(tvb, pinfo, tree) if(application_protocol ~= 0) then -- Set protocol name in the wireshark protocol column (if not Unknown) - --pinfo.cols.protocol = name - print(network_protocol .. "/" .. application_protocol .. "/".. name) + pinfo.cols.protocol = name + --print(network_protocol .. "/" .. application_protocol .. "/".. name) end if(compute_flows_stats) then -- cgit v1.2.3