aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/a-link/sccp-split-by-con.lua
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/contrib/a-link/sccp-split-by-con.lua')
-rw-r--r--openbsc/contrib/a-link/sccp-split-by-con.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/contrib/a-link/sccp-split-by-con.lua b/openbsc/contrib/a-link/sccp-split-by-con.lua
index d6c4dc5b5..51ca4ef07 100644
--- a/openbsc/contrib/a-link/sccp-split-by-con.lua
+++ b/openbsc/contrib/a-link/sccp-split-by-con.lua
@@ -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")