<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21694">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3-dumpcap-start.sh: Always capture lo interface<br><br>The loopback interface should always be captured, as it includes<br>the 'ping' commands we use to detect the start of the packet capture.<br><br>Change-Id: Ic3aee59dd230141a5d182e9babf8d33d59144aa4<br>---<br>M ttcn3-dumpcap-start.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/94/21694/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3-dumpcap-start.sh b/ttcn3-dumpcap-start.sh</span><br><span>index 4832b6d..3aec9b9 100755</span><br><span>--- a/ttcn3-dumpcap-start.sh</span><br><span>+++ b/ttcn3-dumpcap-start.sh</span><br><span>@@ -62,7 +62,7 @@</span><br><span> # but must use dumpcap with each individual interface name.  We also</span><br><span> # must write pcapng files, as only those can record the interface of</span><br><span> # each packet</span><br><span style="color: hsl(0, 100%, 40%);">-ADDL_ARGS=""</span><br><span style="color: hsl(120, 100%, 40%);">+ADDL_ARGS="-i lo"</span><br><span> for f in /sys/class/net/*; do</span><br><span>        DEV=`basename $f`</span><br><span>    if [[ "$DEV" == "hdlcnet"* ]]; then</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21694">change 21694</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21694"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic3aee59dd230141a5d182e9babf8d33d59144aa4 </div>
<div style="display:none"> Gerrit-Change-Number: 21694 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>