wireshark-users  

Re: [Wireshark-users] Wireshark-users_Digest,_Vol_22,_Issue_75

Stephen Fisher
Thu, 27 Mar 2008 20:40:50 -0700

On Fri, Mar 28, 2008 at 11:24:09AM +0800, 赵新元 wrote:

> #tshark -i 3  -o column.format:'"Info", "%i"'
> 
> I use this command ,but it cann't work!

The ' marks only work on Unix.  I just tried on Windows using a " 
instead of ' and it works:

    tshark -o column.format:""Info", "%i""


Steve


_______________________________________________
Wireshark-users mailing list
Wireshark-users@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-users
  • Re: [Wireshark-users] Wireshark-users_Digest,_Vol_22,_Issue_75 Stephen Fisher