Re: [Wireshark-dev] Wireshark bug?

2007-08-13 Thread Graeme Lunt
Hi, It seems to me that the way Wireshark handles some aspects of the SSL communication is wrong or at least inconsistent. It is a feature of the Wireshark BER ASN.1 handling (packet-ber.c) - only the Value of the ASN.1 Tag/Length/Value are selected - which to be fair is often what you want.

[Wireshark-dev] Wireshark launching problem

2007-08-13 Thread vaibhav . agarwal
Hi, I made new new wireshark.exe. If I run that exe it gives error This Application has failed to start because libgtk-0.dll was not found. Re-installing the application may fix this problem. But the original exe those comes with setup it works fine. please tell what is the problem. Thanks

Re: [Wireshark-dev] pidl license question

2007-08-13 Thread Richard van der Hoff
Joerg Mayer wrote: On Sun, Aug 12, 2007 at 11:05:44AM +0200, Luis EG Ontanon wrote: YAPP's Driver is either GPL or Artistic . http://search.cpan.org/~fdesar/Parse-Yapp-1.05/lib/Parse/Yapp.pm#COPYRIGHT Sure, but GPLv2 only if I see this correctly? It doesn't specify this, does it? That

Re: [Wireshark-dev] pidl license question

2007-08-13 Thread Luis EG Ontanon
That's part of the pod part of Yapp.pm has the only mention of a license that there is in the entire Yapp distribution. BTW there's no LICENSE or COPYRIGHT file. the Copiright notice present on every file says (c) 1998-2001 Francois Desarmenien, all rights reserved. On 8/13/07, Richard van

Re: [Wireshark-dev] Wireshark launching problem

2007-08-13 Thread Bill Meier
[EMAIL PROTECTED] wrote: ... If I run that exe it gives error This Application has failed to start because libgtk-0.dll was not found. ... You need to run Wireshark from a directory which contains the required DLL's. After the build completes there should be a directory called

Re: [Wireshark-dev] Query Regarding debugging

2007-08-13 Thread Graham Bloice
[EMAIL PROTECTED] wrote: Hi, If I want put some printf in c file, it is possible or not. because I have changed in packet_umts_fp.c, after changing the file it gives error at the time of decoding. [Dissector bug, protocol FP: STATUS_ACCESS_VIOLATION: dissector accessed an invalid

Re: [Wireshark-dev] Query Regarding debugging

2007-08-13 Thread Richard van der Hoff
Luis EG Ontanon wrote: putting some printfs is possible (there are some issues on why you might want to avoid it during protocol registration) but the Access Violation is probably due to a NULL or ivalid pointer passed to printf. [Dissector bug...] implies a wireshark-internal exception, does

Re: [Wireshark-dev] Query Regarding debugging

2007-08-13 Thread Luis EG Ontanon
On windows NULL and invalid-pointer dereferences take you to packet-frame.c:312 where it shows the exception in the tree and keeps going. On *nix it just crashes. On the other hand on win on some THROWS cause crashes as __except pops the sigjmp stack and then the END_TRY calls except_pop() on

[Wireshark-dev] MIB parsing unnecessary

2007-08-13 Thread Luis EG Ontanon
I been thinking about the fact that Wireshark does not really need a MIB parser. It just needs to know OIDs, their name and their type. So I believe we should use a flat file that contains these three fields and provide the user with a separate program that actually reads the MIBs to maintain

Re: [Wireshark-dev] MIB parsing unnecessary

2007-08-13 Thread Anders Broman
Hi, It sounds really good, a few thoughts: A feature of the current MIB parser is that it will print the resolved part of an OID tree (name: 1.3.6.1.4.1.5825.3.2.1.2.6.1.1.1 (SNMPv2-SMI::enterprises.5825.3.2.1.2.6.1.1.1)) which is lacking from OID's added from ASN1 dissectors. I have found this

[Wireshark-dev] Missing files in svn:ignore?

2007-08-13 Thread Stig Bjørlykke
Hi. What about adding this files to svn:ignore? ? plugins/mate/mate_parser_lex.h ? epan/dtd_parse_lex.h ? epan/uat_load_lex.h ? epan/radius_dict_lex.h ? epan/diam_dict_lex.h ? epan/dtd_preparse_lex.h ? epan/dfilter/scanner_lex.h ?

Re: [Wireshark-dev] MIB parsing unnecessary

2007-08-13 Thread Luis EG Ontanon
You'll keep that feature :-) char* format_oid_decoded(guint8* oid, guint32 len) { char* result; guint32 matched; oid_info_t* oid_info = lookup_oid(oid, len, matched); if (oid_info) { result = oid_info-decoded; } else {

[Wireshark-dev] FAQ addition? Wireless drops on Intel MacOS X

2007-08-13 Thread Stephen Fisher
Can we add an item to the FAQ about wireless drops when using Wireshark on Intel MacOS X? I recently upgraded from a PPC to Intel Mac and had trouble remembering how to get around the issues. So far, I have upgraded my libpcap (to 0.9.5) and renamed my old one (0.9.4) so it wouldn't turn up in

Re: [Wireshark-dev] Missing files in svn:ignore?

2007-08-13 Thread Stephen Fisher
On Mon, Aug 13, 2007 at 07:26:58PM +0200, Stig Bj?rlykke wrote: What about adding this files to svn:ignore? ? plugins/mate/mate_parser_lex.h ? epan/dtd_parse_lex.h ? epan/uat_load_lex.h ? epan/radius_dict_lex.h ? epan/diam_dict_lex.h ?

Re: [Wireshark-dev] FAQ addition? Wireless drops on Intel MacOS X

2007-08-13 Thread Stig Bjørlykke
Hi, Den 13. aug. 2007 kl. 21.59 skrev Stephen Fisher: Can we add an item to the FAQ about wireless drops when using Wireshark on Intel MacOS X? This depends on the AirPort Card, I think. I have an iMac 24 where the wireless doesn't drop, and I have a MacBook where the wireless drops.

[Wireshark-dev] [PATCH] Adding etsie2e4.xml to Makefile.am

2007-08-13 Thread Stig Bjørlykke
Hi. The etsie2e4.xml is missing from Makefile.am. Should bugzilla be used for such small patches? -- Stig Bjørlykke Makefile.am-etsie2e4.patch.gz Description: GNU Zip compressed data ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

Re: [Wireshark-dev] [PATCH] Adding etsie2e4.xml to Makefile.am

2007-08-13 Thread Martin Mathieson
On 8/13/07, Stig Bjørlykke [EMAIL PROTECTED] wrote: Hi. The etsie2e4.xml is missing from Makefile.am. Should bugzilla be used for such small patches? I don't know what the general answer to this is, but your patch is committed with change 22495. Thanks, Martin

Re: [Wireshark-dev] Patch process changes

2007-08-13 Thread Sake Blok
On Tue, Aug 07, 2007 at 11:06:32PM +0100, Richard van der Hoff wrote: 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

Re: [Wireshark-dev] MIB parsing unnecessary

2007-08-13 Thread Jaap Keuter
Hi, There's a long standing bug on this: bug 1088. Fixing that would be most appreciated. Thanx, Jaap Luis EG Ontanon wrote: You'll keep that feature :-) char* format_oid_decoded(guint8* oid, guint32 len) { char* result; guint32 matched; oid_info_t* oid_info =

[Wireshark-dev] review_for_checkin granted: [Bug 1741] Privilege separation patch

2007-08-13 Thread bugzilla-request-daemon
Gerald Combs [EMAIL PROTECTED] has granted review_for_checkin: Bug 1741: Privilege separation patch http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1741 ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

Re: [Wireshark-dev] MIB parsing unnecessary

2007-08-13 Thread Luis EG Ontanon
I take a note. On 8/13/07, Jaap Keuter [EMAIL PROTECTED] wrote: Hi, There's a long standing bug on this: bug 1088. Fixing that would be most appreciated. Thanx, Jaap Luis EG Ontanon wrote: You'll keep that feature :-) char* format_oid_decoded(guint8* oid, guint32 len) {

[Wireshark-dev] [Fwd: [Wireshark-bugs] [Bug 1741] New: Privilege separation patch]

2007-08-13 Thread Gerald Combs
I've submitted a patch which implements some of the changes discussed at http://wiki.wireshark.org/Development/PrivilegeSeparation . If no one has any objections I'd like to check it in later this week. Original Message Subject: [Wireshark-bugs] [Bug 1741] New: Privilege

[Wireshark-dev] review_for_checkin requested: [Bug 1741] Privilege separation patch

2007-08-13 Thread bugzilla-request-daemon
Gerald Combs [EMAIL PROTECTED] has asked for review_for_checkin: Bug 1741: Privilege separation patch http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1741 ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

[Wireshark-dev] review_for_checkin cancelled: [Bug 1741] Privilege separation patch

2007-08-13 Thread bugzilla-request-daemon
Gerald Combs [EMAIL PROTECTED] has cancelled Gerald Combs [EMAIL PROTECTED]'s request for review_for_checkin: Bug 1741: Privilege separation patch http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1741 --- Additional Comments from Gerald Combs [EMAIL PROTECTED] The sys/types.h includes are

[Wireshark-dev] review_for_checkin requested: [Bug 1741] Privilege separation patch

2007-08-13 Thread bugzilla-request-daemon
Gerald Combs [EMAIL PROTECTED] has asked for review_for_checkin: Bug 1741: Privilege separation patch http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1741 --- Additional Comments from Gerald Combs [EMAIL PROTECTED] The sys/types.h includes are needed for any file that includes

Re: [Wireshark-dev] [Fwd: [Wireshark-bugs] [Bug 1741] New: Privilege separation patch]

2007-08-13 Thread Stephen Fisher
On Mon, Aug 13, 2007 at 02:58:10PM -0700, Gerald Combs wrote: I've submitted a patch which implements some of the changes discussed at http://wiki.wireshark.org/Development/PrivilegeSeparation . If no one has any objections I'd like to check it in later this week. Thanks for your effort. The