lua: Fix the indenting of the file

This commit is contained in:
Holger Hans Peter Freyther 2010-10-20 18:57:17 +02:00
parent 7220ca9778
commit e512e3fd2f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
do
local function init_listener()
print("CREATED LISTENER")
local tap = Listener.new("ip", "sccp && (ip.src == 172.16.1.81 || ip.dst == 172.16.1.81)")
local tap = Listener.new("ip", "sccp && (ip.src == 172.16.1.81 || ip.dst == 172.16.1.81)")
local sccp_type_field = Field.new("sccp.message_type")
local sccp_src_field = Field.new("sccp.slr")
local sccp_dst_field = Field.new("sccp.dlr")