[Wireshark-dev] About tcp window scaling graph

2015-11-14 Thread ????
Hi all, 
 Does 'Window Scaling Grpah' windows suppo scaled tcp window?any one 
could make it suppor scaled tcp window ?  Thanks . 
  
 yours ,  
icehong___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] UDP Multicast Statistic: Meaning of "empty speed"

2015-11-14 Thread Alexis La Goutte
On Sat, Nov 14, 2015 at 3:02 PM, Uli Heilmeier  wrote:

> Hi,
>
> I'm trying to finish the German translation for the 2.0 version.
> One dialog where I haven't got the gist is "UDP Multicast Statistic".
>
> What does "Stream empty speed" and "Total empty speed" mean in this
> context?
> Is there a difference between "speed" and "bandwidth" for UDP Multicast?
>
> BTW: Is the missing of the right bracket after "(Kb/s" intentionally or is
> it a typo?
>
I think, it is a typo...

>
> Your help is greatly appreciated.
>
> Thanks,
> Uli
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>  mailto:wireshark-dev-requ...@wireshark.org
> ?subject=unsubscribe
>
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

[Wireshark-dev] UDP Multicast Statistic: Meaning of "empty speed"

2015-11-14 Thread Uli Heilmeier
Hi,

I'm trying to finish the German translation for the 2.0 version.
One dialog where I haven't got the gist is "UDP Multicast Statistic".

What does "Stream empty speed" and "Total empty speed" mean in this context?
Is there a difference between "speed" and "bandwidth" for UDP Multicast?

BTW: Is the missing of the right bracket after "(Kb/s" intentionally or is
it a typo?

Your help is greatly appreciated.

Thanks,
Uli
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] CMake: Disable building with QT ?

2015-11-14 Thread Bálint Réczey
Hi,

To enable completion you also need the bash-completion package
installed and sourced in your bash session.
Sometimes the bash-completion package is missing in VM-s to save
space, but on default Ubuntu Desktop it is installed and enabled.

Bash-completion performs the completion part and uses the rules
shipped by cmake:

$ dpkg -S /etc/bash_completion.d/cmake
cmake: /etc/bash_completion.d/cmake

Cheers,
Balint

2015-11-14 21:16 GMT+04:00 Dario Lombardo :
> cmake completion on ubuntu leverage the cmake build dir itself. If you run
> cmake once, then try the completion, it will do the trick
>
> $ mkdir build
> $ cd build
> $ cmake ..
> [build dir is populated]
> $ cmake -D
>
> It works for me in a freshly created build dir.
>
> On Fri, Nov 13, 2015 at 11:34 PM, Guy Harris  wrote:
>>
>>
>> On Nov 13, 2015, at 12:26 AM, Dario Lombardo 
>> wrote:
>>
>> > A useful feature of cmake that works at least on ubuntu is the tab
>> > completion. So you can run
>> >
>> > cmake -DBUILD
>> >
>> > and you get a list of build targets that can be enabled/disabled.
>>
>> Not on my Ubuntu 15.10 virtual machine it doesn't - not even if I run it
>> in the Wireshark source directory.   does nothing.
>>
>> $ cmake --version
>> cmake version 3.2.2
>> $ echo $SHELL
>> /bin/bash
>> $ bash --version
>> GNU bash, version 4.3.42(1)-release (x86_64-pc-linux-gnu)
>>
>>
>> ___
>> Sent via:Wireshark-dev mailing list 
>> Archives:https://www.wireshark.org/lists/wireshark-dev
>> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>>
>> mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
>
>
>
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>  mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] CMake: Disable building with QT ?

2015-11-14 Thread Dario Lombardo
cmake completion on ubuntu leverage the cmake build dir itself. If you run
cmake once, then try the completion, it will do the trick

$ mkdir build
$ cd build
$ cmake ..
[build dir is populated]
$ cmake -D

It works for me in a freshly created build dir.

On Fri, Nov 13, 2015 at 11:34 PM, Guy Harris  wrote:

>
> On Nov 13, 2015, at 12:26 AM, Dario Lombardo 
> wrote:
>
> > A useful feature of cmake that works at least on ubuntu is the tab
> completion. So you can run
> >
> > cmake -DBUILD
> >
> > and you get a list of build targets that can be enabled/disabled.
>
> Not on my Ubuntu 15.10 virtual machine it doesn't - not even if I run it
> in the Wireshark source directory.   does nothing.
>
> $ cmake --version
> cmake version 3.2.2
> $ echo $SHELL
> /bin/bash
> $ bash --version
> GNU bash, version 4.3.42(1)-release (x86_64-pc-linux-gnu)
>
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>  mailto:wireshark-dev-requ...@wireshark.org
> ?subject=unsubscribe
>
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] CMake: Disable building with QT ?

2015-11-14 Thread Guy Harris

On Nov 14, 2015, at 11:13 AM, Bálint Réczey  wrote:

> To enable completion you also need the bash-completion package
> installed and sourced in your bash session.

I.e., this isn't a feature of CMake, it's a feature of the combination of

1) a version of bash with programmable completion

and

2) a version of CMake that supplies completion rules

so you won't have that feature unless

1) your shell is a version of bash with support for programmable 
completion

and

2) your CMake has completion rules and those rules are installed for 
use by bash.

___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe