Re: [Wireshark-dev] [Patch] to MSRP dissector

2006-07-19 Thread Joerg Mayer
; + } +} if tvb_find_line_end returns -1, then next_offset will not be modified, so if the first run returns a valid value and a later iteration fails, then this loop might run endless? (Just reading code and docs, no personal experience with this function). Ciao Joerg -- Joerg Mayer

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] wireshark_0.99.2-1_i386.changes REJECTED

2006-07-21 Thread Joerg Mayer
). Otherwise the default license is in effect. Also, as all but the g711 files have been present in Ethereal already, they need to remove Ethereal now to be consistent. Once we find the time to fix these issues, they may then add it back again (or wireshark). ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] conflict when built with OpenSSL on Mac OS X

2006-07-24 Thread Joerg Mayer
else wants to help me in getting rid of OpenSSL? I currently don't have the time :-( ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft

Re: [Wireshark-dev] wireshark-0.99.2 and OpenBSD 3.9

2006-07-25 Thread Joerg Mayer
search for security, http://wiki.wireshark.org/Development/PrivilegeSeparation). Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead

Re: [Wireshark-dev] [Bug 1001] free() invalid pointer in dissect_802_3 at packet-ieee8023.c:71

2006-07-26 Thread Joerg Mayer
in Wireshark that goes undetected until SSP is turned on, or a bug in Wireshark that could present a security problem. -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should

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

2006-07-27 Thread Joerg Mayer
On Thu, Jul 27, 2006 at 06:33:13PM +0200, Frederic Peters wrote: Sure, I'll send a diff tomorrow, when I get to upload 0.99.2-2. Done now. Committed revision 18799. Thanks! Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when

Re: [Wireshark-dev] Typo in -i command line help

2006-08-01 Thread Joerg Mayer
On Tue, Aug 01, 2006 at 12:23:54PM -0700, Stephen Fisher wrote: I believe this is a typo in the command line help for the -i option: Usage: wireshark [options] ... [ infile ] Committed revision 18813. Thanks for the report! Ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] [Ethereal-dev] RE: IPsec Dissector to decrypt ESP Payload

2006-08-01 Thread Joerg Mayer
for this on bugs.wireshark.org could make sure that this isn't forgotten? ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

[Wireshark-dev] Ideas regarding bug 1025?

2006-08-02 Thread Joerg Mayer
Hello, On Linux, I can't reproduce the crash mentioned in http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1025 Can someone please try to test this on Windows and maybe provide a stack trace? Thanks Joerg -- Joerg Mayer [EMAIL PROTECTED] We

Re: [Wireshark-dev] GnuTLS on Windows

2006-08-07 Thread Joerg Mayer
On Sun, Aug 06, 2006 at 09:55:17AM -0500, Gerald Combs wrote: It should be added to the SVN repository at http://anonsvn.wireshark.org/wireshark-win32-libs/trunk Does this effect that US export-crypto-foo stuff? Ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] U3 Packaging

2006-08-09 Thread Joerg Mayer
contrib directory so that others interested in this stuff can play with it too. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead

Re: [Wireshark-dev] Ideas regarding bug 1025?

2006-08-10 Thread Joerg Mayer
to the way you compile Wireshark. Let's see whether it crashes and if so, where. I hope the program doesn't much tweaking to compile on W32. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff

Re: [Wireshark-dev] Defending against NULL dissector handles

2006-08-10 Thread Joerg Mayer
handling for the packet IMO, a) is valid behaviour and while b) might be interesting I haven't thought through all the consequences in other places that could happen if we made null handles a feature. Committed revision 18869. Thanks! Joerg -- Joerg Mayer

Re: [Wireshark-dev] Two typos in README.developer

2006-08-10 Thread Joerg Mayer
On Fri, Aug 04, 2006 at 11:37:53AM -0700, Stephen Fisher wrote: This patch fixes two typos in README.developer, line 3277: Committed revision 18870. Thanks! Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want

Re: [Wireshark-dev] [Wireshark-commits] rev 18856: /trunk/ /trunk/epan/dissectors/: packet-ipsec.c /trunk/tools/: win32-setup.sh /trunk/: Makefile.nmake config.h.win32 config.nmake

2006-08-10 Thread Joerg Mayer
world examples? 1 isakmp connection + 1 data connection = 2, 1 for each direction per connection - 4. I haven't used it so far but I think we should change it back to 4. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when

Re: [Wireshark-dev] [PATCH] RTP JPEG Dissector

2006-08-10 Thread Joerg Mayer
On Thu, Aug 10, 2006 at 10:18:05AM +0200, Erwin Rol wrote: Attached a dissector for JPEG images in RTP streams, AKA RFC2435. Committed revision 18872. Thanks! Joerg ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

Re: [Wireshark-dev] After rpm install, dumpcap not found when trying to capture

2006-08-10 Thread Joerg Mayer
. That is a bug. I've fixed it by installing wireshark in $prefix/bin, just like the other programs. As X11R6 is obsoleted starting with X.org 7.x, that was the most pragmatic solution. Committed revision 18874. Thanks for your report! ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] Small patch for l2tp numbers

2006-08-10 Thread Joerg Mayer
On Sat, Jul 22, 2006 at 09:11:26PM -0400, Carlos Pignataro wrote: Please find attached a patch with updates to l2tpv3's l2_sublayer_vals and pw_types_vals numbers (and pw type decoding). @@ -462,35 +468,20 @@ { 0, NULL } }; -#define NUM_PW_TYPES

Re: [Wireshark-dev] [Wireshark-commits] rev 18856: /trunk/ /trunk/epan/dissectors/: packet-ipsec.c /trunk/tools/: win32-setup.sh /trunk/: Makefile.nmake config.h.win32 config.nmake

2006-08-13 Thread Joerg Mayer
this. With your current fix, it's unusable for almost everyone. The proper fix would propably be what you propose: Make the portocol preference gui add scrollbars on demand. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we

Re: [Wireshark-dev] Subdissectors for HTTP connect traffic

2006-08-15 Thread Joerg Mayer
On Mon, Aug 14, 2006 at 03:58:39PM -0700, Stephen Fisher wrote: Thanks. Could you apply the attached patch also to finish it off - I failed to include it in the original e-mail. Sorry about that. Committed revision 18906. Thanks! Joerg ___

Re: [Wireshark-dev] PATCH Mime types for text

2006-08-15 Thread Joerg Mayer
On Fri, Aug 11, 2006 at 12:01:19PM -0700, Mike Duigou wrote: The enclosed patch updates the set of mime types for line oriented text data per RFC 2046. Committed revision 18913. without the application/postscript Thanks! Joerg ___ Wireshark-dev

Re: [Wireshark-dev] [PATCH] BACnet bacapp signed value and priority

2006-08-15 Thread Joerg Mayer
On Tue, Aug 15, 2006 at 03:54:02PM -0400, Steve Karg wrote: I made a small change in packet-bacapp.c to fix the following: 1. Corrected Signed value decoding for a one octet value. 2. Corrected Priority values to decode as Unsigned values. Committed revision 18918. Thanks! Joerg

Re: [Wireshark-dev] Patch submitted waiting for moderator review

2006-08-15 Thread Joerg Mayer
-users are empty (and they are worked on rather frequently). I don't have an idea what happened to those mails, so please resend them. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works

Re: [Wireshark-dev] Patch to packet-eth.c to clarify address ig/lg bits

2006-08-27 Thread Joerg Mayer
. It only makse sense for UC and MC. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

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

2006-08-27 Thread Joerg Mayer
values (WPAWME and RNS) to oui.h as well? ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] Anyone of the developers going to support Win98 (and alike) any further? Otherwise we should officially drop support of it!

2006-08-27 Thread Joerg Mayer
sources to keep them functional? If no one steps up and offers to maintain the gtk1 code we very likely will remove it in the not too far future. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want

Re: [Wireshark-dev] Anyone of the developers going to support Win98 (and alike) any further? Otherwise we should officially drop support of it!

2006-08-28 Thread Joerg Mayer
On Mon, Aug 28, 2006 at 10:25:36AM +0200, Andreas Fink wrote: pcre I dont know even what it is. its for sure not needed on MacOS X. You really should include it in the normal build: It will provide improved display filters (regular expression lib). Ciao Joerg -- Joerg Mayer

[Wireshark-dev] Unix build broken by rtp stuff

2006-08-31 Thread Joerg Mayer
The rtp checkin broke the unix autofoo build: It seems that the nmake files were accidentally copied to Makefile.am which doesn't work. -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some

[Wireshark-dev] rtp_plugin patch: fixes needed

2006-08-31 Thread Joerg Mayer
Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___ Wireshark-dev mailing list

Re: [Wireshark-dev] Official tag for 0.99.3?

2006-08-31 Thread Joerg Mayer
On Thu, Aug 31, 2006 at 01:19:58PM -0600, Bryant Eastham wrote: Is someone going to copy the appropriate trunk-0.99.3 version to releases, or is it really not an official release? It seems you will have to wait again - Gerald is mostly offline for a week or so :-( Ciao Joerg -- Joerg

Re: [Wireshark-dev] listen rtp plugin

2006-09-01 Thread Joerg Mayer
portaudio.h doesn't contain a definition of PortAudioStream, and thus compilation fails in line rtp_player.c, line 150: PortAudioStream *pa_stream; ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want

Re: [Wireshark-dev] GPG signature for the downloads: 404

2006-09-01 Thread Joerg Mayer
. Congrats on making such an excellent tool! Gerald is (mostly) offline for the next week or so. Please open a bug for this at bugs.wireshark.org, to make sure the idea doesn't get lost. Thanks! Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck

[Wireshark-dev] Patch for bug 1092 - need review

2006-09-05 Thread Joerg Mayer
As this is the first time I have coded something with conversations I'd like to get some review before checking it in. The attached patch will add handling of the blocksize option as of rfc2348 (see bug 1092). Ciao Joerg -- Joerg Mayer [EMAIL

Re: [Wireshark-dev] Patch for bug 1092 - need review

2006-09-05 Thread Joerg Mayer
On Tue, Sep 05, 2006 at 02:02:59PM +, ronnie sahlberg wrote: looks good. nothing really apart from cosmetics Thanks! It looks much nicer that way. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really

[Wireshark-dev] Problem with docbook build process

2006-09-07 Thread Joerg Mayer
response CNAME projects.sourceforge.net A 66.35.250.209 127.636718 192.168.0.3 - 66.35.250.209 HTTP GET /release/images/draft.png HTTP/1.1 Ideas what is going wrong here? Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology

Re: [Wireshark-dev] Follow up to making register.c - python problem - patch

2006-09-08 Thread Joerg Mayer
On Fri, Sep 08, 2006 at 10:24:24AM +0100, Neil Piercy wrote: I submitted this a few days ago, but it hasn't made it to the SVN as far as I can see - is there a problem with it (I can believe that ;-), or did it just overflow the stack ? The preferred way to send patches is to send the to the

Re: [Wireshark-dev] Need info of recently added: GNUTLS, KFW, NETTLE, LUA and PortAudio for the Devel Guide and elsewhere

2006-09-11 Thread Joerg Mayer
Pa_GetVersionText(). ciao Joerg PS: It would have been nice to include the list of libs into the mailbody as well -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read

Re: [Wireshark-dev] need urgent info on 802.11n feature development

2006-09-12 Thread Joerg Mayer
been an user of ethereal for quite some time now, since its remeaned to wireshark what are the components one needs to install as a prerequisite for sniffing . is it only the latest winpcap AFAIK yes. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED

Re: [Wireshark-dev] New radius attributes (RFC 4590)

2006-09-20 Thread Joerg Mayer
On Wed, Sep 20, 2006 at 04:27:43PM +0200, Jaap Keuter wrote: Too bad, since the patch doesn't match RFC 4590 table 2. Care to fix it? The only thing I could do is to revert the patch. Should I do that? Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED

Re: [Wireshark-dev] Benjamin M Stocks/NorthAmerica/RA/Rockwell is out of the office.

2006-09-22 Thread Joerg Mayer
an out of office autonotification. What does very broken mean: The autoreply agent answers every time it receives a mail from a sender where it already sent an out of office message - normally each sender should only be notified once. Thanks for reading my ramblings :-) ciao Joerg -- Joerg

Re: [Wireshark-dev] [Wireshark-commits] rev 19317: /trunk/gtk/ /trunk/gtk/: gtkvumeter.h

2006-09-25 Thread Joerg Mayer
Either we set up a policy to make things compatible to c++ or we don't. In case we don't, this is just bloat. In case we do, the other things might need fixing as well (or has this already been done?) Opinions? Ciao Joerg -- Joerg Mayer [EMAIL

Re: [Wireshark-dev] Install failure at configure stage

2006-09-26 Thread Joerg Mayer
would build with gnutls instead of openssl, but that's not how the real world is. I will check in a patch later today to make the message easier to understand - that's all that can be done about it. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We

Re: [Wireshark-dev] Install failure at configure stage

2006-10-05 Thread Joerg Mayer
like to comment. Joerg? The change is in the acinclude.m4: dnl $Id: acinclude.m4 19335 2006-09-27 11:03:22Z jmayer $ ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some

Re: [Wireshark-dev] urgent...ur attention plz

2006-10-07 Thread Joerg Mayer
are a pain to read: Please don't use u instead of you, write a proper sentence that ends in a single . instread of . Start a new one with a capital letter etc. I for my part won't bother to read what you wrote until you write something that is actually readable. ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] When to include RTP player?

2006-10-08 Thread Joerg Mayer
if available... yes ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___ Wireshark

Re: [Wireshark-dev] Release (0.99.4) next week

2006-10-09 Thread Joerg Mayer
release? ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___ Wireshark-dev

Re: [Wireshark-dev] [PATCH] support pcap bluetooth dlt

2006-10-13 Thread Joerg Mayer
On Fri, Oct 13, 2006 at 02:09:10PM +0200, Paolo Abeni wrote: the attached patch add support for the recently introduced pcap bluetooth data link type. Yes, pcap is going to support also bluetooth devices (at least on Linux) :-) Committed revision 19513. Thanks! Joerg

[Wireshark-dev] Unaccounted bytes in USB header

2006-10-15 Thread Joerg Mayer
^^^ What do these bytes mean? ---| 0010 0d 20 . Thanks! Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say

Re: [Wireshark-dev] autogen.sh and automake 1.10

2006-10-17 Thread Joerg Mayer
autotools: Please rerun just to make sure I haven't added regressions. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] Configure bug in adns support

2006-10-24 Thread Joerg Mayer
? However, this does not have the desired effect, and -L /usr/local always makes it into LDFLAGS. ... Obviously I don't want /usr/local, if I specify --without-usr-local. Please test the attached patch and report back. Thanks for the detailed report! Ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] D-Bus support

2006-10-26 Thread Joerg Mayer
of new files. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] D-Bus support

2006-10-26 Thread Joerg Mayer
On Wed, Oct 25, 2006 at 06:37:32PM +0200, frederic heem wrote: D-Bus support has been adding to wireshark. For those who are interested to know more about this feature, a README.dbus has been written. Any comments will be appreciated I have not looked at the dbus-part in detail, but it

Re: [Wireshark-dev] Source code for ACN (ANSI BSR E1.17) Dissector

2006-10-31 Thread Joerg Mayer
attachments? My mailreader doesn't support microsoft proprietary attachment formats. Thanks Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-01 Thread Joerg Mayer
from nspi.idl and nspi.cnf. Thanks Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-01 Thread Joerg Mayer
On Wed, Nov 01, 2006 at 09:51:08PM +0100, Joerg Mayer wrote: On Wed, Nov 01, 2006 at 09:40:59PM +0200, Julien Kerihuel wrote: svn co svn://kb.openchange.org/openchange/tools/dissector This only contains the .h and .c files. Can you please add the files mentioned in the following section

[Wireshark-dev] Retrieving the SVN repository version

2006-11-02 Thread Joerg Mayer
on a platform where svnversion is installed anyway. Btw, svnversion doesn't change its output depending on language settings. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-04 Thread Joerg Mayer
On Sat, Nov 04, 2006 at 05:38:18AM +0200, Julien Kerihuel wrote: some news about the NSPI dissector improvements/bugs/fixes: The new version of the dissector will compile without any patches to apply to Wireshark/NDR.pm. Jelmer has improved the patch and pidl now support enums as return

Re: [Wireshark-dev] Verify installed tools failing

2006-11-06 Thread Joerg Mayer
the old mailthread which irritates users using mail clients that evaluate that type of information. Thanks Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read

Re: [Wireshark-dev] ACN Source code

2006-11-07 Thread Joerg Mayer
from pointer target type packet-acn.c:2260: warning: passing argument 5 of 'acn_add_expiry' discards qualifiers from pointer target type -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some

Re: [Wireshark-dev] [Wireshark-commits] rev 19777: /trunk/ /trunk/: capture-pcap-util.c capture_loop.c capture_opts.c dumpcap.c

2006-11-07 Thread Joerg Mayer
was that the commit doesn't add any new bugs. Sorry Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] net-snmp modules missing?

2006-11-07 Thread Joerg Mayer
-MIB:TCP-MIB:UDP-MIB:SNMPv2-MIB:RFC1213-MIB:UCD-SNMP-MIB HTH ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] Questions about dev

2006-11-08 Thread Joerg Mayer
On Wed, Nov 08, 2006 at 09:52:26AM +0100, Jaap Keuter wrote: I'm all for that. I personally don't like extending Wireshark into the realm of trace file analyser. Actually adding new file formats is quite ok, as long as there is some real use for it for more than just a handful of users. Also,

Re: [Wireshark-dev] Replace ntohl() with g_ntohl() - automated check?

2006-11-09 Thread Joerg Mayer
inet.h :-( Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___ Wireshark

Re: [Wireshark-dev] [Wireshark-commits] rev 20049: /trunk/ /trunk/epan/dissectors/: Makefile.nmake packet-ieee80211.c /trunk/epan/: libwireshark.def /trunk/gtk/: Makefile.nmake airpcap_dlg.c airpcap_d

2006-12-07 Thread Joerg Mayer
. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___ Wireshark-dev

Re: [Wireshark-dev] [PATCH] ieee80211 integer overflow

2006-12-11 Thread Joerg Mayer
()? Would it be better to convert them to use other tvb_get_* routines? Not that I know of. If you don't find the time to fix this please open a bug and assign it to me - I'll take a look at it during christmas time. ciao Joerg -- Joerg Mayer [EMAIL

Re: [Wireshark-dev] [Wireshark-commits] rev 20196: /trunk/ /trunk/: make-version.pl

2006-12-24 Thread Joerg Mayer
hack. version.conf format more relaxed. Directory: /trunk/ ChangesPath Action +16 -3 make-version.plModified the proper solution is to use the svnversion command, not the svn info one. Ciao Joerg -- Joerg Mayer

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

2007-01-08 Thread Joerg Mayer
support for a hexadecimal form of the SSID? I'd like to have a binary way of entering them too. Maybe just \x53\0x53\x49\x44\x20\x57\x49\x54\x48\0x00\x49\x4e\x53\x49\x44\x45 would be OK. Of course, the ssid pref handling would still need to be fixed. ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] [PATCH] ISIS Checksum

2007-01-09 Thread Joerg Mayer
. Also, I consider it bad style to introduce a change to the existing behaviour via a harmless reading changelog (color filters update). ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff

Re: [Wireshark-dev] SNMPv3 USM crypto support

2007-01-10 Thread Joerg Mayer
on older compilers. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] [Wireshark-commits] rev 20373: /trunk/ /trunk/doc/: README.developer /trunk/epan/: Makefile.common libwireshark.def packet.c packet.h proto.c tfs.c tfs.h

2007-01-10 Thread Joerg Mayer
On Wed, Jan 10, 2007 at 07:47:00AM +, [EMAIL PROTECTED] wrote: Log: Extending true_false_string support - Separate tfs.[ch] - Add larger sample collection - Properly export DATA Does this really make sense? ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] [Wireshark-commits] rev 20354: /trunk/epan/ /trunk/epan/: load_snmp_users_file.l

2007-01-10 Thread Joerg Mayer
+405 -0load_snmp_users_file.lAdded How does the necessary users file need to look like? I think that should be added to the manpage. The same is the case at least for the ssl prefs. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We

Re: [Wireshark-dev] [Wireshark-commits] rev 20442: /trunk/tools/lemon/ /trunk/tools/lemon/: lemon.c

2007-01-16 Thread Joerg Mayer
was not genmerating destructor code for elements in the RHS of rules without C-code. Can you please provide feedback to the lemon author? thanks Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff

Re: [Wireshark-dev] write plugin following README.plugins

2007-01-17 Thread Joerg Mayer
On Wed, Jan 17, 2007 at 12:32:44PM +0100, Armin Wasicek wrote: Nope, I checked back. I also installed the latest version of automake and autoconf. Please send the output of ./autogen.sh and, if the above step worked, the output of ./configure to this list. Ciao Joerg -- Joerg

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

2007-01-25 Thread Joerg Mayer
in the webview (colored diff mode and long colored diff mode), as it only shows two lines that changed. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should

Re: [Wireshark-dev] Warn Dissector bug, protocol TFTP, in packet 1: packet-tftp.c:199: failed assertion conversation

2007-01-25 Thread Joerg Mayer
it tonight or tomorrow, if nobody beats me to it. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

[Wireshark-dev] Please copy 20562 to 0.99.5 branch

2007-01-26 Thread Joerg Mayer
subject says it all. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] Dissector for Cisco ITP packet logging facility

2007-02-06 Thread Joerg Mayer
up: in that case they won't know that they could complain and have it changed.) How about adding two preference elements for it? ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff

Re: [Wireshark-dev] ucd-snmp support dropped

2007-02-08 Thread Joerg Mayer
/wireshark-dev/200611/msg00671.html ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] [Wireshark-commits] rev 20894: /trunk/tools/ /trunk/tools/: Makefile.am

2007-02-21 Thread Joerg Mayer
On Wed, Feb 21, 2007 at 06:10:44PM +, [EMAIL PROTECTED] wrote: Log: Try to fix distcheck. Directory: /trunk/tools/ ChangesPath Action +25 -7 Makefile.amModified Thanks for fixing that! ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] [Wireshark-commits] rev 20918: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dcerpc-ndr.c packet-dcerpc-winreg.c packet-dcerpc.h

2007-02-26 Thread Joerg Mayer
in use at /home/jmayer/work/wireshark/trunk/tools/pidl/tests/../lib/Parse/Pidl/Wireshark/NDR.pm line 1067. # Looks like your test died just after 11. Is this normal? ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what

Re: [Wireshark-dev] trunk/gtk/wireshark-tap-register.c:18 undefined reference to `register_tap_listener_gtk_cl_http_stat

2007-03-04 Thread Joerg Mayer
it can detect when you add a new file to a list, it fails to notice the removal of a file from a dependency list. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say

Re: [Wireshark-dev] Ronnie's SVN 20251 looks quite strange to me - is there a reason?

2007-03-06 Thread Joerg Mayer
) branches have become obsolete before they could ever be merged back. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead

Re: [Wireshark-dev] Query on status of patches

2007-03-14 Thread Joerg Mayer
lost and we don't have the management overhead of tracking all the patches in the bugtracking system. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should

Re: [Wireshark-dev] Query Regarding compilation of wireshark

2007-03-15 Thread Joerg Mayer
wire shark and running wireshark. Please read doc/README.developer. In case you just make some changes to an existing dissecotr, then just run make again in the top level directory. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck

[Wireshark-dev] Fun with Cisco DLT-value usage

2007-03-15 Thread Joerg Mayer
-- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. msfc-capture.pcap Description: application/cap [EMAIL PROTECTED]:~/work/wireshark

Re: [Wireshark-dev] decoding thru unencrypted VPN tunnel

2007-03-16 Thread Joerg Mayer
allow even more. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

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

2007-03-17 Thread Joerg Mayer
-- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___ Wireshark-dev mailing list Wireshark

Re: [Wireshark-dev] Prevent compiler warnings by using stop on warnings/treat warnings as errors compiler option?

2007-03-21 Thread Joerg Mayer
to look into... Glib and glib2 have some warnings that cannot be avoided, like declaring a function() instead of funktion(types). At least in one place there is even a comment that explains why this can't be fixed in the include. ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] Prevent compiler warnings by using stop on warnings/treat warnings as errors compiler option?

2007-03-21 Thread Joerg Mayer
On Wed, Mar 21, 2007 at 08:29:45AM +0100, Joerg Mayer wrote: On Tue, Mar 20, 2007 at 11:09:40PM -0700, Stephen Fisher wrote: Thanks. I introduced -Werror into the configure.in file in wiretap/ locally to follow Ulf's lead on the Win32 side and it broke the glib test program. The glib

Re: [Wireshark-dev] [PATCH]fix warnings

2007-03-21 Thread Joerg Mayer
On Thu, Mar 22, 2007 at 01:54:19AM +0100, Sebastien Tandel wrote: packet-pflog.c ifdef __GCC_WARNING_NO_USE__ around capture_pflog and capture_old_pflog which aren't used anymore in the code. Why not just delete them? Ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] [PATCH]fix warnings

2007-03-22 Thread Joerg Mayer
wants them back: There is still svn :-) Just get rid of them. thanks Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] [PATCH]fix warnings

2007-03-22 Thread Joerg Mayer
On Thu, Mar 22, 2007 at 04:05:32PM +0100, Sebastien Tandel wrote: same patch except that capture_*_pflog are stripped Committed revision 21120. -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff

Re: [Wireshark-dev] Prevent compiler warnings by using stop on warnings/treat warnings as errors compiler option?

2007-03-23 Thread Joerg Mayer
--with-extra-gcc-checks Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

Re: [Wireshark-dev] Buildbot compile flags

2007-03-23 Thread Joerg Mayer
. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___ Wireshark-dev

[Wireshark-dev] Some (unfixed) warnings

2007-03-27 Thread Joerg Mayer
packet-ncp.inc:5817: warning: variable 'subfunc' might be clobbered by 'longjmp' or 'vfork' packet-iuup.c:401: warning: comparison is always true due to limited range of data type packet-mtp2.c:226: warning: comparison is always false due to limited range of data type -- Joerg Mayer

Re: [Wireshark-dev] [Patch] pragma warning

2007-03-28 Thread Joerg Mayer
the need to manually rebuild them at all. Third part : PIDL generated dissectors that once again take extra compile parameters and definitions. dito. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really

Re: [Wireshark-dev] Wireshark 0.99.5 make rpm-package problems on RHEL3

2007-03-29 Thread Joerg Mayer
On Wed, Mar 28, 2007 at 04:07:34PM -0400, Maynard, Chris wrote: 1) epan/crypt/Makefile.common does not get copied to packaging/rpm/BUILD/wireshark-0.99.5/epan/crypt/. Fixed with revision 21267. We forgot to add it to the distribution tarball. Ciao Joerg -- Joerg Mayer

Re: [Wireshark-dev] [Wireshark-commits] rev 21262: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dcerpc-atsvc.c packet-dcerpc-dfs.c packet-dcerpc-efs.c packet-dcerpc-eventlog.c packet-dcerpc

2007-03-29 Thread Joerg Mayer
team and applied your patch on top of it, so hopefully everyone should be able to use the ws pidl right now. Ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should

Re: [Wireshark-dev] Questions about IEEE 802.11 dissector

2007-04-02 Thread Joerg Mayer
to make a fix if I understand how to handle this :) Need to check. ciao Joerg -- Joerg Mayer [EMAIL PROTECTED] We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology

  1   2   3   4   5   6   7   8   9   10   >