Re: [Wireshark-dev] [Wireshark-commits] rev 22661: /trunk/ /trunk/aclocal-fallback/: libsmi.m4 /trunk/epan/: oids.c /trunk/: configure.in

2007-08-26 Thread Thomas Anders
Luis EG Ontanon wrote: > This changes the configure scripits, you folks need to: > make mantainerclean > sh ./autogen.sh > ./configure > make > > > On 8/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22661 >> >> User: lego >

Re: [Wireshark-dev] SNMP/MIBs TO DO

2007-08-26 Thread Kukosa, Tomas
> - There are others that attempt to be registered with "funky" oid > strings "dop.agreement.2.5.19.1" or "x411.extension-attribute.27" > which are not resolvable (I tried to fix these but they come from deep > into asn2wrs and I could not figure out how to get it fixed). Hi, it comes from --- a

Re: [Wireshark-dev] win32 buildbot unhappy

2007-08-26 Thread Bill Meier
Jeff Morriss <[EMAIL PROTECTED]> writes: > > > I hope so, but it appears to have worked before my change and not after, > so... I'm a bit nervous. > Jeff: Your intuition is correct. The current version of dumpcap is crashing on Windows because of a null pointer in capture_opts->iface_descr a

[Wireshark-dev] SNMP/MIBs TO DO

2007-08-26 Thread Luis EG Ontanon
Hi List, As many of you might have noticed I rolled out the new OID Support stuff, and adapted SNMP and COPS to use it. I'm aware that it is going to create some of you some problems. I'm sorry, but for personal reasons I either did it this weekend or I would not even know when I would had had

Re: [Wireshark-dev] [Wireshark-commits] rev 22676: /trunk/ /trunk/: Makefile.nmakeversion_info.c

2007-08-26 Thread Luis EG Ontanon
I tried to compile right after you checked in... and it didn't work. Sorry for the conflict! On 8/26/07, Anders Broman <[EMAIL PROTECTED]> wrote: > I was just doing the same... > > -Ursprungligt meddelande- > Från: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] För [EMAIL PROTECTED] > Skic

Re: [Wireshark-dev] [Wireshark-commits] rev 22676: /trunk/ /trunk/: Makefile.nmakeversion_info.c

2007-08-26 Thread Anders Broman
I was just doing the same... -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För [EMAIL PROTECTED] Skickat: den 26 augusti 2007 23:35 Till: [EMAIL PROTECTED] Ämne: [Wireshark-commits] rev 22676: /trunk/ /trunk/: Makefile.nmakeversion_info.c http://anonsvn.wires

Re: [Wireshark-dev] New style in IO Graph: Dot

2007-08-26 Thread Ulf Lamping
Stig Bjørlykke schrieb: > Den 26. aug. 2007 kl. 18.09 skrev Stephen Fisher: > > >> Don't forget to add this to the user's guide :) >> > > It's not much information about the styles in the user's guide, but I > have updated the existing info. > > It seems like all screen captures in the us

Re: [Wireshark-dev] Expert Infos are a bit "more official" now!

2007-08-26 Thread Stig Bjørlykke
Den 17. aug. 2007 kl. 00.30 skrev Ulf Lamping: > P.S: Any suggestions about the User Guide and Wiki page text or the EI > feature itself is welcome ... What about adding an abbreviated name, like "frame.severity", to be able to make a filter or an IO Graph based on this information? -- Stig

Re: [Wireshark-dev] Win2000 Error: wireshark.exe is not a valid Win32 application

2007-08-26 Thread yin sun
I did the clean build again on HP/compaq nc8000 with 0.99.6 source I unzip the source under c:\wireshark-0.99.6 Here are some modifications I did. 1. config.nmake MSVC_VARIANT=MSVC2005EE 2. dos2unix win32-setup.sh win32-setup.shc (my cygwin use unix line convention) 3. Use full path such as "c:/WIN

Re: [Wireshark-dev] New style in IO Graph: Dot

2007-08-26 Thread Stig Bjørlykke
Den 26. aug. 2007 kl. 16.26 skrev Abhik Sarkar: > PS: A couple of more styles wouldn't hurt, would they? Perhaps a > triangle and a square. :-) I don't think we really need different type of dots. It's difficult to spot the difference with 1 and 2 pixels per tick, and even with the other res

Re: [Wireshark-dev] New style in IO Graph: Dot

2007-08-26 Thread Stig Bjørlykke
Den 26. aug. 2007 kl. 18.09 skrev Stephen Fisher: > Don't forget to add this to the user's guide :) It's not much information about the styles in the user's guide, but I have updated the existing info. It seems like all screen captures in the user's guide is taken on a MS windows system, exc

Re: [Wireshark-dev] New style in IO Graph: Dot

2007-08-26 Thread Stephen Fisher
On Sun, Aug 26, 2007 at 04:06:42PM +0200, Stig Bj?rlykke wrote: > I have added a new style in IO Graph called "Dot" (r22666). This is > like the top of FBar, and I find this usefull together with Impulse. Don't forget to add this to the user's guide :) Steve __

Re: [Wireshark-dev] unresolved external symbol _oid_to_str

2007-08-26 Thread Luis EG Ontanon
There's a macro in oids.h that takes care of that. Delete the objects and rebuild. On 8/26/07, Anders Broman <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > Building on Windows I get the following: > > > > proto.obj : error LNK2001: unresolved external symbol _oid_to_str > > libwireshark.dll : fata

[Wireshark-dev] unresolved external symbol _oid_to_str

2007-08-26 Thread Anders Broman
Hi, Building on Windows I get the following: proto.obj : error LNK2001: unresolved external symbol _oid_to_str libwireshark.dll : fatal error LNK1120: 1 unresolved externals oids.h Has it as #define oid_to_str(encoid, encoid_len) oid_encoded2string(encoid, encoid_len) I'm not sure w

Re: [Wireshark-dev] New style in IO Graph: Dot

2007-08-26 Thread Luis EG Ontanon
x Cross, + cross, a dot, a square and a rhombus, can all be over imposed and still be clearly distinguishable even when drawn at a very low resolution (5x5). circle and triangle mesh up and are not easy to identify at low res. Luis On 8/26/07, Abhik Sarkar <[EMAIL PROTECTED]> wrote: > Very cool

Re: [Wireshark-dev] New style in IO Graph: Dot

2007-08-26 Thread Abhik Sarkar
Very cool. Now that you have added it, I wonder why I didn't put this on the wishlist before because I have often run into situations where one graph hides the other and having a different style would solve the problem. Thanks Stig! Abhik PS: A couple of more styles wouldn't hurt, would they? Per

[Wireshark-dev] New style in IO Graph: Dot

2007-08-26 Thread Stig Bjørlykke
Hi. I have added a new style in IO Graph called "Dot" (r22666). This is like the top of FBar, and I find this usefull together with Impulse. Any comments are welcome :) -- Stig Bjørlykke ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

[Wireshark-dev] review_for_checkin granted: [Bug 1794] OSPF dissector does not decode TLVs in a Grace LSA

2007-08-26 Thread bugzilla-request-daemon
Stig Bjørlykke <[EMAIL PROTECTED]> has granted Todd J Martin <[EMAIL PROTECTED]>'s request for review_for_checkin: Bug 1794: OSPF dissector does not decode TLVs in a Grace LSA http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1794 ___ Wireshark-dev maili

[Wireshark-dev] Question about SMPP dissector

2007-08-26 Thread Abhik Sarkar
Hi Everyone, Don't know how many people are actively involved with SMPP, but have to ask this before I try to change the behaviour of the SMPP dissector. Currently, if the SMPP dissector detects UDHI (User Data Header Indicator) in the submit_sm or deliver_sm PDUs, it passes the user data to the