Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2012-01-05 Thread Gisle Vanem
Gerald Combs ger...@wireshark.org wrote: Checked in in r40378. At the present time you must compile the main sources using CMake, then compile the Qt code using Qt Creator. More information can be found in doc/README.qt. I've built Qt-GUI using MSVC2010. Looks rather simple now, but good job!

Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2012-01-05 Thread Gerald Combs
On 1/5/12 6:48 AM, Gisle Vanem wrote: Gerald Combs ger...@wireshark.org wrote: Checked in in r40378. At the present time you must compile the main sources using CMake, then compile the Qt code using Qt Creator. More information can be found in doc/README.qt. I've built Qt-GUI using

Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2012-01-04 Thread Gerald Combs
On 1/1/12 11:41 PM, Alexis La Goutte wrote: On Sat, Dec 31, 2011 at 1:55 AM, Joerg Mayer jma...@loplof.de mailto:jma...@loplof.de wrote: On Fri, Dec 30, 2011 at 04:40:34PM -0800, Gerald Combs wrote: What's the motivation for this? I plan to check in Qt code soon.

Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2012-01-04 Thread Stephen Fisher
On Sun, 01 Jan 2012 04:06:06 -0700 Joerg Mayer wrote As it looks like we will soon have a second full blown ui (tshark isn't interactive, so I don't count this), how about - reorganizing the filesystem into something like: ui/- common ui stuff if it exists ui/gtk/

Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2012-01-02 Thread Guy Harris
On Jan 1, 2012, at 3:06 AM, Joerg Mayer wrote: OK, a more general question: As it looks like we will soon have a second full blown ui (tshark isn't interactive, so I don't count this), how about - reorganizing the filesystem into something like: ui/ - common ui stuff if it

Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2012-01-01 Thread Alexis La Goutte
On Sat, Dec 31, 2011 at 1:55 AM, Joerg Mayer jma...@loplof.de wrote: On Fri, Dec 30, 2011 at 04:40:34PM -0800, Gerald Combs wrote: What's the motivation for this? I plan to check in Qt code soon. Nice!!! +1 Very nice ! Also Bonne année !

Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2011-12-31 Thread Jaap Keuter
On 2011-12-31 01:40, Gerald Combs wrote: On 12/30/11 1:49 AM, Joerg Mayer wrote: Hello Gerald, On Thu, Dec 29, 2011 at 12:08:48AM +, ger...@wireshark.org [2]wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=40321 [1] User: gerald Date: 2011/12/28 04:08 PM Log:

Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2011-12-31 Thread Guy Harris
On Dec 31, 2011, at 2:25 AM, Jaap Keuter wrote: So, if this becomes relevant it should be mentioned in doc/README.developer as well. (Not the Qt bit, but the (ugly) C++ interfacing stuff) I.e., tell developers who are adding header files to wrap all C declarations etc. inside

Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2011-12-30 Thread Joerg Mayer
Hello Gerald, On Thu, Dec 29, 2011 at 12:08:48AM +, ger...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=40321 User: gerald Date: 2011/12/28 04:08 PM Log: Add 'extern C' wrappers and #include guards to various header files. What's the

Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2011-12-30 Thread Gerald Combs
On 12/30/11 1:49 AM, Joerg Mayer wrote: Hello Gerald, On Thu, Dec 29, 2011 at 12:08:48AM +, ger...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=40321 User: gerald Date: 2011/12/28 04:08 PM Log: Add 'extern C' wrappers and #include guards to

Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2011-12-30 Thread Joerg Mayer
On Fri, Dec 30, 2011 at 04:40:34PM -0800, Gerald Combs wrote: What's the motivation for this? I plan to check in Qt code soon. Nice!!! Ciao Jörg -- Joerg Mayer jma...@loplof.de We are stuck with technology when what we really want is just stuff