[Wireshark-dev] Solaris dfilter/dtd issues

2006-07-20 Thread Jeff Morriss
Hi list, I've been trying to get a running Wireshark 0.99.2 on Solaris 9 for a couple days now; recently I switched to working from SVN and I'm still having issues. They all seem to be related to dtd or dfilter stuff. For example, trying to run SVN 18769 gives: firebird

Re: [Wireshark-dev] wireshark_0.99.2-1_i386.changes REJECTED

2006-07-20 Thread LEGO
On 7/19/06, Gerald Combs [EMAIL PROTECTED] wrote: The Debian package approval process turned up several source files in the Wireshark distribution that don't have explicit licenses. With the exception of in_cksum.h, is there any reason these shouldn't be GPLed? tap-funnel.c: no license

Re: [Wireshark-dev] wireshark_0.99.2-1_i386.changes REJECTED

2006-07-20 Thread ronnie sahlberg
On 7/19/06, Gerald Combs [EMAIL PROTECTED] wrote: The Debian package approval process turned up several source files in the Wireshark distribution that don't have explicit licenses. With the exception of in_cksum.h, is there any reason these shouldn't be GPLed? snprintf.h: no license

Re: [Wireshark-dev] Solaris dfilter/dtd issues

2006-07-20 Thread LEGO
can you type $ lex -V $ flex -V and see what comes out. I think you might be using sun's lex (for which I never tested the code) instead of flex. On 7/20/06, Jeff Morriss [EMAIL PROTECTED] wrote: Hi list, I've been trying to get a running Wireshark 0.99.2 on Solaris 9 for a couple days now;

Re: [Wireshark-dev] [Wireshark-commits] rev 18766: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-msrp.c

2006-07-20 Thread Martin Mathieson
Martin Mathieson wrote: Joerg Mayer wrote: On Wed, Jul 19, 2006 at 06:51:26PM +, [EMAIL PROTECTED] wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=18766 User: etxrab Date: 2006/07/19 06:51 PM Log: From Martin Mathieson: This patch: - adds headers found

Re: [Wireshark-dev] wireshark_0.99.2-1_i386.changes REJECTED

2006-07-20 Thread Ulf Lamping
Gerald Combs wrote: merge.c: missing license info, but based on ethereal work mergecap.c: idem Ok, I had a look at editcap.c, mergecap.c and merge.c editcap.c was implemented by Richard Sharpe and Guy Harris, later improved by others.

Re: [Wireshark-dev] 802.11 ERP barker preamble bit misinterpretation (patch inside)

2006-07-20 Thread Joerg Mayer
On Thu, Jul 20, 2006 at 09:45:37PM +0100, Daniel Drake wrote: The barker preamble bit is set when a station associates which does not support short preambles. When it is 0, short preambles are allowed. Committed revision 18777. Thanks! Joerg -- Joerg Mayer

Re: [Wireshark-dev] Bug 976

2006-07-20 Thread Guy Harris
On Jun 27, 2006, at 5:51 AM, Martin Mathieson wrote: Looking at frame 170 in the trace, it looks like tvb_get_ephemeral_text() struggles with the null character in the middle of the 4th parameter (in the WWW-Authenticate header) and returns NULL. That shouldn't happen -

Re: [Wireshark-dev] Solaris dfilter/dtd issues

2006-07-20 Thread Jeff Morriss
Well, I have these: firebird [~/] flex -V flex version 2.5.4 firebird [~/] lex -V lex: Software Generation Utilities (SGU) Solaris-ELF (4.0) but it appears to be using 'flex': checking for flex... /usr/local/bin/flex I upgraded to flex 2.5.31 but still hit the problem. So I updated SVN