Wireshark mailing list archives

Re: [Wireshark-commits] rev 40644: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-pgm.c


From: Tony Trinh <tony19 () gmail com>
Date: Mon, 23 Jan 2012 17:45:22 -0500

On Mon, Jan 23, 2012 at 4:56 PM, Maynard, Chris <
Christopher.Maynard () gtech com> wrote:


From: wireshark-dev-bounces () wireshark org [mailto:
wireshark-dev-bounces () wireshark org] On Behalf Of Tony Trinh
Sent: Monday, January 23, 2012 4:46 PM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] [Wireshark-commits] rev 40644:
/trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-pgm.c

I think I know what the problem is: the ugly default font of Cygwin's
command window (which I presume you're using) doesn't support the required
charset. Right-click the title bar of your Cygwin window, choose
"Properties > Font", and select "Consolas" or "Lucida Console".

Thanks Tony.  I can read it OK now w/cat, tail, vim, etc., but
unfortunately copy/paste still doesn't work. :(
- Chris

Try using mintty, which Cygwin recommends<http://cygwin.com/faq/faq-nochunks.html#faq.using.console-window>.
It can copy/paste UTF-8 into vim without any configuration.

I modified Cygwin.bat as follows:

@echo off

C:
chdir C:\cygwin\bin

REM here lies the old line...
REM bash --login -i

REM ...and here's the new
set PATH=C:\cygwin\bin;%PATH%
start mintty
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: