Re: [Wireshark-dev] Is this a Bug? PCAP can't deal with ipv4&ipv6 hybrid data?

2011-12-30 Thread homeryan
Thank you, I will post this mail to tcpdump mail list. 2011-12-31 homeryan 发件人:Guy Harris 发送时间:2011-12-31 04:50 主题:Re: [Wireshark-dev] Is this a Bug? PCAP can't deal with ipv4&ipv6 hybrid data? 收件人:Developer support list for Wireshark 抄送: On Dec 29, 2011, at 10:30 PM, homeryan wrote: >

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 We are stuck with technology when what we really want is just stuff that works. S

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=rev&revision=40321 >> >> User: gerald >> Date: 2011/12/28 04:08 PM >> >> Log: >> Add 'extern "C"' wrappers and #

Re: [Wireshark-dev] Fwd: [FOSDEM] Dates for FOSDEM 2012: 4 & 5 February

2011-12-30 Thread Jaap Keuter
On 2011-12-28 22:19, Gerald Combs wrote: > On 12/4/11 11:56 AM, Jakub Zawadzki wrote: > >> Hi, On Thu, Oct 27, 2011 at 03:53:27PM -0700, Gerald Combs wrote: >> >>> On 10/27/11 1:07 AM, Martin Kaiser wrote: >>> Should we register at http://fosdem.org/2012/call_for_devrooms [1] >>> I p

Re: [Wireshark-dev] Is this a Bug? PCAP can't deal with ipv4&ipv6 hybrid data?

2011-12-30 Thread Guy Harris
On Dec 29, 2011, at 10:30 PM, homeryan wrote: > I am processing a hybrid pcap file using libpcap and filter expression. Then the right place to ask is tcpdump-work...@lists.tcpdump.org, as per http://www.tcpdump.org/ The name nonwithstanding, that list is for both libpcap and tcpdu

Re: [Wireshark-dev] GTK3 for OSX

2011-12-30 Thread Michael Tuexen
On Dec 30, 2011, at 12:41 PM, Joerg Mayer wrote: > Just a question I've been toying with: > Would it be ok/make sense to move the official builds on OSX from GTK2 to > GTK3? Depends on: * Does GTK3 compile? For GTK2 we need some patches? * Is it stable for releases? I haven't tried it yet? Best r

[Wireshark-dev] Is this a Bug? PCAP can't deal with ipv4&ipv6 hybrid data?

2011-12-30 Thread homeryan
I am processing a hybrid pcap file using libpcap and filter expression. The pcap file is hybrid with ipv4 & ipv6 packets. The code fragment is as follows: /**/ pcap_t * fp; string pcapfilename = "g00.pcap";

Re: [Wireshark-dev] happy birthday, bug 5531!

2011-12-30 Thread Ed Beroset
Joerg Mayer wrote: I looked at this patch a bit but as I don't know anything about BER I can't comment on much. I have a few small questions that came up during looking at the patch (not all of them relevant to this patch!): - why is eax.[ch] in epan instead of epan/crypt/? It could be moved t

[Wireshark-dev] GTK3 for OSX

2011-12-30 Thread Joerg Mayer
Just a question I've been toying with: Would it be ok/make sense to move the official builds on OSX from GTK2 to GTK3? 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 Mi

Re: [Wireshark-dev] Fwd: [FOSDEM] Dates for FOSDEM 2012: 4 & 5 February

2011-12-30 Thread Joerg Mayer
On Wed, Dec 28, 2011 at 01:19:14PM -0800, Gerald Combs wrote: > > Looking at http://fosdem.org/2012/devrooms_for_2012 I assume we haven't got > > one? > > Sorry for taking so long to get back to you on this. We don't have a > devroom, but we might be able to find a spot in one of the existing > r

Re: [Wireshark-dev] happy birthday, bug 5531!

2011-12-30 Thread Joerg Mayer
On Thu, Dec 29, 2011 at 02:25:43PM -0500, Ed Beroset wrote: > Chris Maynard wrote: >> Ed Beroset writes: >> >>> https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5531 >>> >>> It's been a year since it was originally submitted. As always, if there's >> anything I can do to help get this >>> into

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=rev&revision=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