[Wireshark-dev] review_for_checkin requested: [Bug 1730] Patches to PANA Protocol Dissector (packet-pana.c)

2007-08-07 Thread bugzilla-request-daemon
Jaap Keuter <[EMAIL PROTECTED]> has asked for review_for_checkin: Bug 1730: Patches to PANA Protocol Dissector (packet-pana.c) http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1730 ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.w

Re: [Wireshark-dev] /etc/services file for "port name resolvings"?

2007-08-07 Thread Visser, Martin
Sorry to be a pedant, but I think you will find that lack of copyright notice does not imply lack of copyright. (The US used to have this but adopted the provisions of the Berne Convention in 1989 joining more enlightened countries). See http://en.wikipedia.org/wiki/Copyright#Copyright_notices for

[Wireshark-dev] Problem building sources on Windows

2007-08-07 Thread Kevin Tambascio
I've been trying to build Wireshark (latest SVN as well as 0.99.5) and I've been having some issues. I've seen this issue under both VS2003 and VS2005. I'm running XP SP2, and using the latest cygwin install. When I run the build command for the first time, using the instructions from here: http

[Wireshark-dev] CCC meeting in Finofurt (near Berlin/germany)?

2007-08-07 Thread Ulf Lamping
Hi List! Anyone interested in a meeting at the CCC this year? Regards, ULFL ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Patch process changes

2007-08-07 Thread Richard van der Hoff
Sake Blok wrote: > However, it seems like patches are now not picked up at all anymore. I > did not count, but I think I have not seen (m)any commits based on the > patches filed through bugzilla. I guess this is due to the fact that > old habits of the "committers" take some time to be changed in

Re: [Wireshark-dev] Patches to update PANA Protocol dissector

2007-08-07 Thread Luis EG Ontanon
This is an automated answer: re-post in bugzilla. ;-) On 8/7/07, Victor Fajardo <[EMAIL PROTECTED]> wrote: > Hi Jaap, > > 1. We've recently changed the patch submission policy to go through > > bugzilla. This in order to have patches like this not overlooked. > > > > Ok. I'll go through that proce

Re: [Wireshark-dev] Patches to update PANA Protocol dissector

2007-08-07 Thread Victor Fajardo
Hi Jaap, > 1. We've recently changed the patch submission policy to go through > bugzilla. This in order to have patches like this not overlooked. > Ok. I'll go through that process in the next rev. > 2. I can't comment on the merits of the patch in relation to the draft > referenced, but I'

Re: [Wireshark-dev] Patch process changes

2007-08-07 Thread Sake Blok
On Wed, Jul 25, 2007 at 03:34:43PM -0700, Gerald Combs wrote: > We've had a problem with patches sent to wireshark-dev being missed and > ignored for a while now. In order to try to keep this from happening, we > now have new patch submission guidelines: instead of sending them to the > list, they

Re: [Wireshark-dev] Patches to update PANA Protocol dissector

2007-08-07 Thread Jaap Keuter
Hi, Two things. 1. We've recently changed the patch submission policy to go through bugzilla. This in order to have patches like this not overlooked. 2. I can't comment on the merits of the patch in relation to the draft referenced, but I've spotted this code error: /* Reserved field

[Wireshark-dev] Patches to update PANA Protocol dissector

2007-08-07 Thread Victor Fajardo
To wireshark-maintainers, Attached is a patch file for the PANA protocol dissector. The changes updates the packet-pana.c dissector to support draft-ietf-pana-pana-18.txt. regards, victor Index: packet-pana.c === --- packet-pana.c

Re: [Wireshark-dev] /etc/services file for "port name resolvings"?

2007-08-07 Thread Ulf Lamping
Luis EG Ontanon schrieb: > Wow! > Even /etc/services from Mac OS/X (in turn taken from FreeBSD) has many > more entries. > > [id-est:ws/trunk/wiretap] lego% sed 's/#.*//; s/[ \t]+//;' > /etc/services | grep -v -c '^$' > 8059 > [id-est:ws/trunk/wiretap] lego% sed 's/#.*//; s/[ \t]+//;' > ../../../nm

Re: [Wireshark-dev] Building wireshark-0.99.6 problems on Linux

2007-08-07 Thread Jeff Morriss
Fabrizio Bertocci wrote: > Jeff Morriss wrote: >> For the releases we (try to) turn off warnings as errors because, well, >> we can't clean up all the warnings on all the platform+Glib/GTK+compiler >> combinations--especially with compiler bugs. >> >> For 0.99.6 warnings-as-errors was turned off in

Re: [Wireshark-dev] Building wireshark-0.99.6 problems on Linux

2007-08-07 Thread Fabrizio Bertocci
Jeff Morriss wrote: > > For the releases we (try to) turn off warnings as errors because, well, > we can't clean up all the warnings on all the platform+Glib/GTK+compiler > combinations--especially with compiler bugs. > > For 0.99.6 warnings-as-errors was turned off in the top level configure > but

Re: [Wireshark-dev] /etc/services file for "port name resolvings"?

2007-08-07 Thread Luis EG Ontanon
Wow! Even /etc/services from Mac OS/X (in turn taken from FreeBSD) has many more entries. [id-est:ws/trunk/wiretap] lego% sed 's/#.*//; s/[ \t]+//;' /etc/services | grep -v -c '^$' 8059 [id-est:ws/trunk/wiretap] lego% sed 's/#.*//; s/[ \t]+//;' ../../../nmap-4.20/nmap-services | grep -v -c '^$' 22

Re: [Wireshark-dev] [PATCH]: New packet disscetor for IEEE1588v2 / PTPv2

2007-08-07 Thread Ulf Lamping
Seehofer, Markus schrieb: > Hello, > > enclosed you find a new version of the IEEE1588/PTP > dissector. This dissector now includes the coming > version 2 of the standard. It supports both IP/UDP > and pure ethernet frames. > > I've sent this mail already at end of june but got no > response. If so

Re: [Wireshark-dev] Building wireshark-0.99.6 problems on Linux

2007-08-07 Thread Jeff Morriss
Fabrizio Bertocci wrote: > Guy Harris wrote: >> >> That's not a bug, that's a feature; in 0.99.6, the default is to enable >> warnings as errors, and you have to... >> >> >>> If I run 'configure' with '--disable-warnings-as-errors' I don't get >>> that compilation error, so it must be something

Re: [Wireshark-dev] Building wireshark-0.99.6 problems on Linux

2007-08-07 Thread Fabrizio Bertocci
Guy Harris wrote: That's not a bug, that's a feature; in 0.99.6, the default is to enable warnings as errors, and you have to... If I run 'configure' with '--disable-warnings-as-errors' I don't get that compilation error, so it must be something in the configure script that doesn't work qui

Re: [Wireshark-dev] /etc/services file for "port name resolvings"?

2007-08-07 Thread Ulf Lamping
Luis EG Ontanon schrieb: > nmap-services is much richer I guess... > No, it's not ;-) After I've stripped both files from header and footer comments: nmap-services has 2286 lines (all of them entries) port-numbers has 14992 lines (about half of them comments) So the official IANA port-numb