diff options
-rw-r--r-- | wireshark/ndpi.lua | 4 |
1 files 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 |