<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 24, 2022 at 2:23 PM Greg Oliver <<a href="mailto:oliver.greg@gmail.com">oliver.greg@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 24, 2022 at 1:14 PM James Abernathy <<a href="mailto:jfabernathy@gmail.com" target="_blank">jfabernathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 24, 2022 at 12:05 PM Greg Oliver <<a href="mailto:oliver.greg@gmail.com" target="_blank">oliver.greg@gmail.com</a>> wrote:</div><div dir="ltr" class="gmail_attr"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div style="font-family:monospace,monospace">Everything spunds like it should work - you just need the commands to tune it, which Sling obviously sends it.  Once those commands are discovered, you should have no issues.  I am asuming Sling can also use it to watch liveTV.</div><div style="font-family:monospace,monospace"><br></div><div style="font-family:monospace,monospace">-Greg</div></div></div></blockquote><div><br></div><div>Your assumption is correct.  In fact my use case at this point is for liveTV watching only. It allows for quick switching from ESPN to CBS OTA for example.</div><div><br></div><div>Can anyone recommend a good software tool for capturing packets for a particular IP address?</div><div><br></div><div>Jim A</div></div></div></blockquote><div><br></div><div style="font-family:monospace,monospace">tcpdump on any linux box will suffice.  If you can get the IP of Sling as well as AirTV, then a filter would be:</div><div style="font-family:monospace,monospace"><br></div><div style="font-family:monospace,monospace">tcpdump -i <ethernet interfce> -nn -s0 -w dump.cap host <ip of AirTV> or host <ip of Sling></div><div style="font-family:monospace,monospace"><br></div><div style="font-family:monospace,monospace">after that, the dump.cap file can be opened in Wireshark to filter through it.</div></div></div><br></blockquote><div><br></div><div>Sorry for the dumb question but here goes.  The -i option must be the device name for my wifi on my laptop, right? that interface will not see any packets addressed to it to/from the AirTV.</div><div><br></div><div>when I did:  <span style="color:rgb(0,0,0);font-family:monospace">sudo tcpdump -i wlp0s20f3 -nn -s0 -w dump.cap host 192.168.0.154</span></div><span style="font-family:monospace">I started watching OTA tv on which should have caused traffic between the AirTV 192.168.0.154 and my FireTV stick 192.168.0.107.</span></div><div class="gmail_quote"><span style="font-family:monospace"><br></span></div><div class="gmail_quote"><span style="font-family:monospace">But when I ctrl-c'ed to stop tcpdump, it captured 0 packets.  Which sort of makes sense because the laptop is on 192.168.0.122</span></div><div class="gmail_quote"><span style="font-family:monospace"><br></span></div><div class="gmail_quote"><span style="font-family:monospace">Can the laptop act like a monitor and watch the traffic? All my devices are on 192.168.0.xx</span></div><div class="gmail_quote"><span style="font-family:monospace"><br></span></div><div class="gmail_quote"><span style="font-family:monospace">Jim A<br><br></span></div></div>