<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">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" class="gmail_default">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" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">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" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">after that, the dump.cap file can be opened in Wireshark to filter through it.</div></div></div>