Re: [Wireshark-dev] Bluetooth and Miscellaneous menus

2015-01-28 Thread Guy Harris

On Jan 28, 2015, at 12:05 AM, Michal Labedzki  wrote:

> I want to add new menu in Wireshark for Bluetooth (in February). It
> will be menu on the right of "Telephony" in main menu. It will be
> named "Bluetooth". For now I have prepared only one entry for this
> menu, but I have ideas for another 3 new windows (3 "summary" dialogs
> and 1 graph), so I prefer to add Bluetooth menu now, then I will add
> new entries/dialogues next month(s). Of course there are ideas for
> another features, but those 4 will be done soon.

If there will be a lot of Bluetooth-specific features, they might as well get a 
top-level menu item.

If we start getting too many top-level menu items, we can think about how to 
handle that; for now, one more top-level item seems OK to me.

> What do you think? I think only about Qt UI, should I also do that for GTK?

Only if you'll be writing code for both toolkits.  If we can get all the 
current GUI functionality implemented in Qt before the 2.0 release, you might 
want to just write Qt code and not bother with a GTK+ version.

> Or there is "RTP Player" in telephony, so it also works for Bluetooth (in
> case that is not related to telephony at all so Bluetooth user may do
> not know about this functionality).

If it can play audio from any RTP stream, it might also belong in other menu 
trees, such as the "Miscellaneous" one you mention.

> Also I think about "Miscellaneous" menu for everything that is not
> Telephony, Bluetooth or Statistics. I have idea to implement ADB
> (Android Debug Bridge) Framebuffer Player. It will play or show frame
> of framebuffer found in logs. ADB is currently supported over USB and
> TCP layer.

"Miscellaneous"?  "Tools"?  I'm not sure what a good name would be - "not 
Telephony, Bluetooth or Statistics" defines it by what it's *not*, which 
doesn't help say what it *is*.

___
Sent via:Wireshark-dev mailing list 
Archives:http://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] Bluetooth and Miscellaneous menus

2015-01-28 Thread Guy Harris

On Jan 28, 2015, at 4:44 AM, Graham Bloice  wrote:

> I think AirPCap is Windows only,

It is.

> I'm not sure if it disables or disappears on other platforms.  At least 
> replicating what it does is likely to be a good start.

We currently have a different 802.11 toolbar that currently supports only 
Linux; it can probably be made to support other platforms.  To the extent that 
the AirPcap and 802.11 toolbar can have their code combined, that would 
probably be a Good Thing.  (Ultimately, support for controlling Wi-Fi channels 
belongs in libpcap/WinPcap.)

Some of the AirPcap code is compiled on UN*X; I think that's done to catch 
changes done on UN*X that would cause build issues on Windows.
___
Sent via:Wireshark-dev mailing list 
Archives:http://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] tuo of trunk fails to build on MAC

2015-01-28 Thread Anders Broman

> On 28 Jan 2015, at 20:42, Guy Harris  wrote:
> 
> 
> On Jan 28, 2015, at 9:15 AM, Anders Broman  wrote:
> 
>> ireshark/epan/wslua/lua_bitop.c:85:2: error: "Unknown
>>  number type, check LUA_NUMBER_* in luaconf.h"
>> #error "Unknown number type, check LUA_NUMBER_* in luaconf.h"
>> ^
>> 1 error generated.
> 
> macosx-setup.sh installs Lua 5.3 by default, and lua_bitop.c hasn't yet been 
> ported to 5.3 yet.
> 
> For now, I've changed macosx-setup.sh to install 5.2.3; if you update and run 
> it again, it will un-install Lua 5.3 and download and install 5.2.3 instead, 
> and leave everything else alone.
> __

That worked perfectly, thank you!
Regards
Anders
> _
> Sent via:Wireshark-dev mailing list 
> Archives:http://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:http://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] tuo of trunk fails to build on MAC

2015-01-28 Thread Guy Harris

On Jan 28, 2015, at 9:15 AM, Anders Broman  wrote:

> ireshark/epan/wslua/lua_bitop.c:85:2: error: "Unknown
>   number type, check LUA_NUMBER_* in luaconf.h"
> #error "Unknown number type, check LUA_NUMBER_* in luaconf.h"
>  ^
> 1 error generated.

macosx-setup.sh installs Lua 5.3 by default, and lua_bitop.c hasn't yet been 
ported to 5.3 yet.

For now, I've changed macosx-setup.sh to install 5.2.3; if you update and run 
it again, it will un-install Lua 5.3 and download and install 5.2.3 instead, 
and leave everything else alone.
___
Sent via:Wireshark-dev mailing list 
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


[Wireshark-dev] tuo of trunk fails to build on MAC

2015-01-28 Thread Anders Broman
ireshark/epan/wslua/lua_bitop.c:85:2: error: "Unknown
  number type, check LUA_NUMBER_* in luaconf.h"
#error "Unknown number type, check LUA_NUMBER_* in luaconf.h"
 ^
1 error generated.

___
Sent via:Wireshark-dev mailing list 
Archives:http://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] Bluetooth and Miscellaneous menus

2015-01-28 Thread Stephen Fisher
On Wed, Jan 28, 2015 at 11:59:10AM +0100, Michal Labedzki wrote:

> This is good time to ask about platform-dependant options... what if 
> some functionality can be done only on Linux? Show only on Linux, hide 
> on other? (disable?) Or maybe Wireshark does not like stuff like that 
> at all?

Traditionally in Wireshark, features that are unsupported (such as a 
library not being compiled in) don't appear in the GUI at all.
___
Sent via:Wireshark-dev mailing list 
Archives:http://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] Bluetooth and Miscellaneous menus

2015-01-28 Thread Alexis La Goutte
On Wed, Jan 28, 2015 at 9:05 AM, Michal Labedzki 
wrote:

> Hello,
>
> I want to add new menu in Wireshark for Bluetooth (in February). It
> will be menu on the right of "Telephony" in main menu. It will be
> named "Bluetooth". For now I have prepared only one entry for this
> menu, but I have ideas for another 3 new windows (3 "summary" dialogs
> and 1 graph), so I prefer to add Bluetooth menu now, then I will add
> new entries/dialogues next month(s). Of course there are ideas for
> another features, but those 4 will be done soon.
>
> What do you think? I think only about Qt UI, should I also do that for GTK?
>
Great news :-)

I will better Qt (and if you have time GTK...)

>
> If so... there is another question: what about create "shortcut" to
> other... "menu entries"? For example: In file menu there is "Export
> Objects -> ..." so some of "..." can be put also in Bluetooth menu. Or
> there is "RTP Player" in telephony, so it also works for Bluetooth (in
> case that is not related to telephony at all so Bluetooth user may do
> not know about this functionality).
>
> Also I think about "Miscellaneous" menu for everything that is not
> Telephony, Bluetooth or Statistics. I have idea to implement ADB
> (Android Debug Bridge) Framebuffer Player. It will play or show frame
> of framebuffer found in logs. ADB is currently supported over USB and
> TCP layer.
> This is the feature for future (but not so far; near; this year?) but
> let discuss it now may be good idea.
>
>
> --
>
> Pozdrawiam / Best regards
>
> -
> Michał Łabędzki, Software Engineer
> Tieto Corporation
>
> Product Development Services
>
> http://www.tieto.com / http://www.tieto.pl
> ---
> ASCII: Michal Labedzki
> location: Swobodna 1 Street, 50-088 Wrocław, Poland
> room: 5.01 (desk next to 5.08)
> ---
> Please note: The information contained in this message may be legally
> privileged and confidential and protected from disclosure. If the
> reader of this message is not the intended recipient, you are hereby
> notified that any unauthorised use, distribution or copying of this
> communication is strictly prohibited. If you have received this
> communication in error, please notify us immediately by replying to
> the message and deleting it from your computer. Thank You.
> ---
> Please consider the environment before printing this e-mail.
> ---
> Tieto Poland spółka z ograniczoną odpowiedzialnością z siedzibą w
> Szczecinie, ul. Malczewskiego 26. Zarejestrowana w Sądzie Rejonowym
> Szczecin-Centrum w Szczecinie, XIII Wydział Gospodarczy Krajowego
> Rejestru Sądowego pod numerem 124858. NIP: 8542085557. REGON:
> 812023656. Kapitał zakładowy: 4 271500 PLN
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:http://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:http://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] Bluetooth and Miscellaneous menus

2015-01-28 Thread Alexis La Goutte
On Wed, Jan 28, 2015 at 1:44 PM, Graham Bloice 
wrote:

>
>
> On 28 January 2015 at 10:59, Michal Labedzki 
> wrote:
>
>> In menu entries meaning: yes (cross-platform), it based on capture
>> file. So if you load Bluetooth logs then new dialogues will works for
>> you on Win or Mac.
>>
>> Other meaning: LIve capturing is supported only on Linux, partially
>> Windows (via USB). [support for Win/Mac is hard while I do not have
>> them at all, but I sometimes looking on that]
>>
>>
> Great.
>
>
>> This is good time to ask about platform-dependant options... what if
>> some functionality can be done only on Linux? Show only on Linux, hide
>> on other? (disable?) Or maybe Wireshark does not like stuff like that
>> at all?
>>
>>
> I think AirPCap is Windows only, I'm not sure if it disables or disappears
> on other platforms.  At least replicating what it does is likely to be a
> good start.
>
> There is some plan to use USBPCAP (with extcap) to have USB capture option
to Windows



> --
> Graham Bloice
>
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:http://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:http://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] Bluetooth and Miscellaneous menus

2015-01-28 Thread Graham Bloice
On 28 January 2015 at 10:59, Michal Labedzki 
wrote:

> In menu entries meaning: yes (cross-platform), it based on capture
> file. So if you load Bluetooth logs then new dialogues will works for
> you on Win or Mac.
>
> Other meaning: LIve capturing is supported only on Linux, partially
> Windows (via USB). [support for Win/Mac is hard while I do not have
> them at all, but I sometimes looking on that]
>
>
Great.


> This is good time to ask about platform-dependant options... what if
> some functionality can be done only on Linux? Show only on Linux, hide
> on other? (disable?) Or maybe Wireshark does not like stuff like that
> at all?
>
>
I think AirPCap is Windows only, I'm not sure if it disables or disappears
on other platforms.  At least replicating what it does is likely to be a
good start.

-- 
Graham Bloice
___
Sent via:Wireshark-dev mailing list 
Archives:http://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] Custom cmake files

2015-01-28 Thread Joerg Mayer
Hello Anders,

On Wed, Jan 28, 2015 at 09:50:27AM +, Anders Broman wrote:
> Commit 
> https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commitdiff;h=3b46e6eaf61a29f9bd8f8c162caa54cc2ea81fe2
>  is causing me problems.
> Are you opposed to changing back the file name to 
> CMakeListsCustom.txt
>  ? That makes it easy to have the files included in a tarball and makes it 
> possible for me to
> Use the same file names in my custom build as in the standard one. I do not 
> want to carry changes to "standard" files if it can be avoided. As it stands 
> I would have
> To have my own Makefile.am or add some sort of hack to it. I think it would 
> be much cleaner just changing the file names back.

I'm not sure I understand what you are asking: If you want to rename the
CMakeListsCustom.txt.example back to CMakeListsCustom.txt then yes, I'm really
opposed to it, because in that case I don't see any advantage in modifying the
...Custom... file instead of changing the original CMakeLists.txt file. My
motivation for this change was to avoid haing a modified *checked* in file
in my source tree while doing dissector development.
How about adding a variable in the custom file that allows additional files to
be pickt up for packaging?

Ciao
   Jörg

-- 
Joerg Mayer   
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
___
Sent via:Wireshark-dev mailing list 
Archives:http://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] Bluetooth and Miscellaneous menus

2015-01-28 Thread Michal Labedzki
In menu entries meaning: yes (cross-platform), it based on capture
file. So if you load Bluetooth logs then new dialogues will works for
you on Win or Mac.

Other meaning: LIve capturing is supported only on Linux, partially
Windows (via USB). [support for Win/Mac is hard while I do not have
them at all, but I sometimes looking on that]

This is good time to ask about platform-dependant options... what if
some functionality can be done only on Linux? Show only on Linux, hide
on other? (disable?) Or maybe Wireshark does not like stuff like that
at all?

On 28 January 2015 at 11:29, Graham Bloice  wrote:
> Is the Bluetooth support cross-platform, or only on certain platforms?
>
> On 28 January 2015 at 09:53, Michal Orynicz 
> wrote:
>>
>> Hi,
>> I think that's a good idea. It would be nice to make it for GTK too, but
>> QT should be enough.
>>
>> On 28 January 2015 at 09:05, Michal Labedzki 
>> wrote:
>>>
>>> Hello,
>>>
>>> I want to add new menu in Wireshark for Bluetooth (in February). It
>>> will be menu on the right of "Telephony" in main menu. It will be
>>> named "Bluetooth". For now I have prepared only one entry for this
>>> menu, but I have ideas for another 3 new windows (3 "summary" dialogs
>>> and 1 graph), so I prefer to add Bluetooth menu now, then I will add
>>> new entries/dialogues next month(s). Of course there are ideas for
>>> another features, but those 4 will be done soon.
>>>
>>> What do you think? I think only about Qt UI, should I also do that for
>>> GTK?
>>>
>>> If so... there is another question: what about create "shortcut" to
>>> other... "menu entries"? For example: In file menu there is "Export
>>> Objects -> ..." so some of "..." can be put also in Bluetooth menu. Or
>>> there is "RTP Player" in telephony, so it also works for Bluetooth (in
>>> case that is not related to telephony at all so Bluetooth user may do
>>> not know about this functionality).
>>>
>>> Also I think about "Miscellaneous" menu for everything that is not
>>> Telephony, Bluetooth or Statistics. I have idea to implement ADB
>>> (Android Debug Bridge) Framebuffer Player. It will play or show frame
>>> of framebuffer found in logs. ADB is currently supported over USB and
>>> TCP layer.
>>> This is the feature for future (but not so far; near; this year?) but
>>> let discuss it now may be good idea.
>>>
>>>
>>> --
>>>
>>> Pozdrawiam / Best regards
>>>
>>> -
>>> Michał Łabędzki, Software Engineer
>>> Tieto Corporation
>>>
>>> Product Development Services
>>>
>>> http://www.tieto.com / http://www.tieto.pl
>>> ---
>>> ASCII: Michal Labedzki
>>> location: Swobodna 1 Street, 50-088 Wrocław, Poland
>>> room: 5.01 (desk next to 5.08)
>>> ---
>>> Please note: The information contained in this message may be legally
>>> privileged and confidential and protected from disclosure. If the
>>> reader of this message is not the intended recipient, you are hereby
>>> notified that any unauthorised use, distribution or copying of this
>>> communication is strictly prohibited. If you have received this
>>> communication in error, please notify us immediately by replying to
>>> the message and deleting it from your computer. Thank You.
>>> ---
>>> Please consider the environment before printing this e-mail.
>>> ---
>>> Tieto Poland spółka z ograniczoną odpowiedzialnością z siedzibą w
>>> Szczecinie, ul. Malczewskiego 26. Zarejestrowana w Sądzie Rejonowym
>>> Szczecin-Centrum w Szczecinie, XIII Wydział Gospodarczy Krajowego
>>> Rejestru Sądowego pod numerem 124858. NIP: 8542085557. REGON:
>>> 812023656. Kapitał zakładowy: 4 271500 PLN
>>>
>>> ___
>>> Sent via:Wireshark-dev mailing list 
>>> Archives:http://www.wireshark.org/lists/wireshark-dev
>>> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>>>
>>> mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
>>
>>
>>
>>
>> --
>> Pozdrawiam / Best regards
>> Michał Orynicz, Software Engineer
>> Tieto Corporation
>>
>> Product Development Services
>>
>> http://www.tieto.com / http://www.tieto.pl
>> ---
>> ASCII: Michal Orynicz
>> location: Swobodna 1 Street, 50-088 Wrocław, Poland
>> room: 5.01 (desk next to 5.08)
>> ---
>> Please note: The information contained in this message may be legally
>> privileged and confidential and protected from disclosure. If the
>> reader of this message is not the intended recipient, you are hereby
>> notified that any unauthorised use, distribution or copying of this
>> communication is strictly prohibited. If you have received this
>> communication in error, please notify us immediately by replying to
>> the message and deleting it from your computer. Thank You.
>> ---
>> Please consider the environment before printing this e-mail.
>> ---
>> Tieto Poland spółka z ograniczoną odpowiedzialnością z siedzibą w
>> Szczecinie, ul. Malczewski

Re: [Wireshark-dev] Bluetooth and Miscellaneous menus

2015-01-28 Thread Graham Bloice
Is the Bluetooth support cross-platform, or only on certain platforms?

On 28 January 2015 at 09:53, Michal Orynicz 
wrote:

> Hi,
> I think that's a good idea. It would be nice to make it for GTK too, but
> QT should be enough.
>
> On 28 January 2015 at 09:05, Michal Labedzki 
> wrote:
>
>> Hello,
>>
>> I want to add new menu in Wireshark for Bluetooth (in February). It
>> will be menu on the right of "Telephony" in main menu. It will be
>> named "Bluetooth". For now I have prepared only one entry for this
>> menu, but I have ideas for another 3 new windows (3 "summary" dialogs
>> and 1 graph), so I prefer to add Bluetooth menu now, then I will add
>> new entries/dialogues next month(s). Of course there are ideas for
>> another features, but those 4 will be done soon.
>>
>> What do you think? I think only about Qt UI, should I also do that for
>> GTK?
>>
>> If so... there is another question: what about create "shortcut" to
>> other... "menu entries"? For example: In file menu there is "Export
>> Objects -> ..." so some of "..." can be put also in Bluetooth menu. Or
>> there is "RTP Player" in telephony, so it also works for Bluetooth (in
>> case that is not related to telephony at all so Bluetooth user may do
>> not know about this functionality).
>>
>> Also I think about "Miscellaneous" menu for everything that is not
>> Telephony, Bluetooth or Statistics. I have idea to implement ADB
>> (Android Debug Bridge) Framebuffer Player. It will play or show frame
>> of framebuffer found in logs. ADB is currently supported over USB and
>> TCP layer.
>> This is the feature for future (but not so far; near; this year?) but
>> let discuss it now may be good idea.
>>
>>
>> --
>>
>> Pozdrawiam / Best regards
>>
>> -
>> Michał Łabędzki, Software Engineer
>> Tieto Corporation
>>
>> Product Development Services
>>
>> http://www.tieto.com / http://www.tieto.pl
>> ---
>> ASCII: Michal Labedzki
>> location: Swobodna 1 Street, 50-088 Wrocław, Poland
>> room: 5.01 (desk next to 5.08)
>> ---
>> Please note: The information contained in this message may be legally
>> privileged and confidential and protected from disclosure. If the
>> reader of this message is not the intended recipient, you are hereby
>> notified that any unauthorised use, distribution or copying of this
>> communication is strictly prohibited. If you have received this
>> communication in error, please notify us immediately by replying to
>> the message and deleting it from your computer. Thank You.
>> ---
>> Please consider the environment before printing this e-mail.
>> ---
>> Tieto Poland spółka z ograniczoną odpowiedzialnością z siedzibą w
>> Szczecinie, ul. Malczewskiego 26. Zarejestrowana w Sądzie Rejonowym
>> Szczecin-Centrum w Szczecinie, XIII Wydział Gospodarczy Krajowego
>> Rejestru Sądowego pod numerem 124858. NIP: 8542085557. REGON:
>> 812023656. Kapitał zakładowy: 4 271500 PLN
>>
>> ___
>> Sent via:Wireshark-dev mailing list 
>> Archives:http://www.wireshark.org/lists/wireshark-dev
>> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>>  mailto:wireshark-dev-requ...@wireshark.org
>> ?subject=unsubscribe
>
>
>
>
> --
> Pozdrawiam / Best regards
> Michał Orynicz, Software Engineer
> Tieto Corporation
>
> Product Development Services
>
> http://www.tieto.com / http://www.tieto.pl
> ---
> ASCII: Michal Orynicz
> location: Swobodna 1 Street, 50-088 Wrocław, Poland
> room: 5.01 (desk next to 5.08)
> ---
> Please note: The information contained in this message may be legally
> privileged and confidential and protected from disclosure. If the
> reader of this message is not the intended recipient, you are hereby
> notified that any unauthorised use, distribution or copying of this
> communication is strictly prohibited. If you have received this
> communication in error, please notify us immediately by replying to
> the message and deleting it from your computer. Thank You.
> ---
> Please consider the environment before printing this e-mail.
> ---
> Tieto Poland spółka z ograniczoną odpowiedzialnością z siedzibą w
> Szczecinie, ul. Malczewskiego 26. Zarejestrowana w Sądzie Rejonowym
> Szczecin-Centrum w Szczecinie, XIII Wydział Gospodarczy Krajowego
> Rejestru Sądowego pod numerem 124858. NIP: 8542085557. REGON:
> 812023656. Kapitał zakładowy: 4 271500 PLN
>
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:http://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>  mailto:wireshark-dev-requ...@wireshark.org
> ?subject=unsubscribe
>



-- 
Graham Bloice
___
Sent via:Wireshark-dev mailing list 
Archives:ht

Re: [Wireshark-dev] Bluetooth and Miscellaneous menus

2015-01-28 Thread Michal Orynicz
Hi,
I think that's a good idea. It would be nice to make it for GTK too, but QT
should be enough.

On 28 January 2015 at 09:05, Michal Labedzki 
wrote:

> Hello,
>
> I want to add new menu in Wireshark for Bluetooth (in February). It
> will be menu on the right of "Telephony" in main menu. It will be
> named "Bluetooth". For now I have prepared only one entry for this
> menu, but I have ideas for another 3 new windows (3 "summary" dialogs
> and 1 graph), so I prefer to add Bluetooth menu now, then I will add
> new entries/dialogues next month(s). Of course there are ideas for
> another features, but those 4 will be done soon.
>
> What do you think? I think only about Qt UI, should I also do that for GTK?
>
> If so... there is another question: what about create "shortcut" to
> other... "menu entries"? For example: In file menu there is "Export
> Objects -> ..." so some of "..." can be put also in Bluetooth menu. Or
> there is "RTP Player" in telephony, so it also works for Bluetooth (in
> case that is not related to telephony at all so Bluetooth user may do
> not know about this functionality).
>
> Also I think about "Miscellaneous" menu for everything that is not
> Telephony, Bluetooth or Statistics. I have idea to implement ADB
> (Android Debug Bridge) Framebuffer Player. It will play or show frame
> of framebuffer found in logs. ADB is currently supported over USB and
> TCP layer.
> This is the feature for future (but not so far; near; this year?) but
> let discuss it now may be good idea.
>
>
> --
>
> Pozdrawiam / Best regards
>
> -
> Michał Łabędzki, Software Engineer
> Tieto Corporation
>
> Product Development Services
>
> http://www.tieto.com / http://www.tieto.pl
> ---
> ASCII: Michal Labedzki
> location: Swobodna 1 Street, 50-088 Wrocław, Poland
> room: 5.01 (desk next to 5.08)
> ---
> Please note: The information contained in this message may be legally
> privileged and confidential and protected from disclosure. If the
> reader of this message is not the intended recipient, you are hereby
> notified that any unauthorised use, distribution or copying of this
> communication is strictly prohibited. If you have received this
> communication in error, please notify us immediately by replying to
> the message and deleting it from your computer. Thank You.
> ---
> Please consider the environment before printing this e-mail.
> ---
> Tieto Poland spółka z ograniczoną odpowiedzialnością z siedzibą w
> Szczecinie, ul. Malczewskiego 26. Zarejestrowana w Sądzie Rejonowym
> Szczecin-Centrum w Szczecinie, XIII Wydział Gospodarczy Krajowego
> Rejestru Sądowego pod numerem 124858. NIP: 8542085557. REGON:
> 812023656. Kapitał zakładowy: 4 271500 PLN
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:http://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>  mailto:wireshark-dev-requ...@wireshark.org
> ?subject=unsubscribe




-- 
Pozdrawiam / Best regards
Michał Orynicz, Software Engineer
Tieto Corporation

Product Development Services

http://www.tieto.com / http://www.tieto.pl
---
ASCII: Michal Orynicz
location: Swobodna 1 Street, 50-088 Wrocław, Poland
room: 5.01 (desk next to 5.08)
---
Please note: The information contained in this message may be legally
privileged and confidential and protected from disclosure. If the
reader of this message is not the intended recipient, you are hereby
notified that any unauthorised use, distribution or copying of this
communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to
the message and deleting it from your computer. Thank You.
---
Please consider the environment before printing this e-mail.
---
Tieto Poland spółka z ograniczoną odpowiedzialnością z siedzibą w
Szczecinie, ul. Malczewskiego 26. Zarejestrowana w Sądzie Rejonowym
Szczecin-Centrum w Szczecinie, XIII Wydział Gospodarczy Krajowego
Rejestru Sądowego pod numerem 124858. NIP: 8542085557. REGON:
812023656. Kapitał zakładowy: 4 271500 PLN
___
Sent via:Wireshark-dev mailing list 
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

[Wireshark-dev] Bluetooth and Miscellaneous menus

2015-01-28 Thread Michal Labedzki
Hello,

I want to add new menu in Wireshark for Bluetooth (in February). It
will be menu on the right of "Telephony" in main menu. It will be
named "Bluetooth". For now I have prepared only one entry for this
menu, but I have ideas for another 3 new windows (3 "summary" dialogs
and 1 graph), so I prefer to add Bluetooth menu now, then I will add
new entries/dialogues next month(s). Of course there are ideas for
another features, but those 4 will be done soon.

What do you think? I think only about Qt UI, should I also do that for GTK?

If so... there is another question: what about create "shortcut" to
other... "menu entries"? For example: In file menu there is "Export
Objects -> ..." so some of "..." can be put also in Bluetooth menu. Or
there is "RTP Player" in telephony, so it also works for Bluetooth (in
case that is not related to telephony at all so Bluetooth user may do
not know about this functionality).

Also I think about "Miscellaneous" menu for everything that is not
Telephony, Bluetooth or Statistics. I have idea to implement ADB
(Android Debug Bridge) Framebuffer Player. It will play or show frame
of framebuffer found in logs. ADB is currently supported over USB and
TCP layer.
This is the feature for future (but not so far; near; this year?) but
let discuss it now may be good idea.


-- 

Pozdrawiam / Best regards
-
Michał Łabędzki, Software Engineer
Tieto Corporation

Product Development Services

http://www.tieto.com / http://www.tieto.pl
---
ASCII: Michal Labedzki
location: Swobodna 1 Street, 50-088 Wrocław, Poland
room: 5.01 (desk next to 5.08)
---
Please note: The information contained in this message may be legally
privileged and confidential and protected from disclosure. If the
reader of this message is not the intended recipient, you are hereby
notified that any unauthorised use, distribution or copying of this
communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to
the message and deleting it from your computer. Thank You.
---
Please consider the environment before printing this e-mail.
---
Tieto Poland spółka z ograniczoną odpowiedzialnością z siedzibą w
Szczecinie, ul. Malczewskiego 26. Zarejestrowana w Sądzie Rejonowym
Szczecin-Centrum w Szczecinie, XIII Wydział Gospodarczy Krajowego
Rejestru Sądowego pod numerem 124858. NIP: 8542085557. REGON:
812023656. Kapitał zakładowy: 4 271500 PLN
___
Sent via:Wireshark-dev mailing list 
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe