aboutsummaryrefslogtreecommitdiffstats
path: root/testing/heplify/heplify.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/heplify/heplify.confd')
-rw-r--r--testing/heplify/heplify.confd20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/heplify/heplify.confd b/testing/heplify/heplify.confd
new file mode 100644
index 00000000000..5a716c01962
--- /dev/null
+++ b/testing/heplify/heplify.confd
@@ -0,0 +1,20 @@
+# Command line options supported by heplify
+# -i Listen on interface (default "any")
+# -nt Network types are [udp, tcp, tls] (default "udp")
+# -t Capture types are [pcap, af_packet] (default "pcap")
+# -m Capture modes [SIP, SIPDNS, SIPLOG, SIPRTCP] (default "SIPRTCP")
+# -pr Portrange to capture SIP (default "5060-5090")
+# -hs HEP UDP server address (default "127.0.0.1:9060")
+# -hi HEP Node ID (default 2002)
+# -di Discard uninteresting packets by string
+# -dim Discard uninteresting SIP packets by CSeq [OPTIONS,NOTIFY]
+# -fi Filter interesting packets by string
+# -rf Read PCAP file
+# -rs Use original timestamps when reading PCAP file
+# -wf Path to write pcap file
+# -zf Enable pcap compression
+# -e Log to stderr and disable syslog/file output
+# -d Enable certain debug selectors [fragment,layer,payload,rtp,rtcp,sdp]
+
+# Default
+# CMD_OPTS="-i lo"