Re: [CentOS] stty and sockets

2009-03-20 Thread Jerry Geis
> > >/ From: Jerry Geis > />/ > I did a "yum -y install wireshark" and it was successful. > />/ > After the is type "wireshark" and nothing. > />/ > Is there a problem with this package or am I missing something. > />/ rpm -ql wireshark | grep bin/ > / > In fact, maybe you wanted the graphical int

Re: [CentOS] stty and sockets

2009-03-18 Thread Bill Campbell
On Wed, Mar 18, 2009, Jerry Geis wrote: >With local com ports I can use stty to inspect the port settings. > >Is there a similiar method with a socket connection? You can use stty with socket connections as well for many settings (e.g. erase, kill, intr). I have this in my ~/XTerm file to set wha