[Wireshark-dev] error during the compilation.

2009-07-27 Thread Aurélien Decagny
Hi, I'm trying to compile Wireshark, but it doesn't work very well... I have Windows XP (32-bits) on my computer. One month ago, I already managed to compile Wireshark with the developer's guide. After the 1.2.1 version was out, I thought I should update my sources. So I did so, tried to

[Wireshark-dev] Problems when trying to compile a new ASN.1 dissector

2009-07-27 Thread Larry LeCrabe
Hi there, I'm wishing to compile a new ASN.1 dissector, but I'm completely screwed with Asn2wrs... What I have done since the beginning : - Read the asn2wrs wiki at 'http://wiki.wireshark.org/Asn2wrs' - Copy/Paste the ETSI ASN.1 description into a text file (Hopefully, no need to

[Wireshark-dev] Dissector (PTP Protocol) Config file

2009-07-27 Thread Thomas Arthofer
Hi, i'm expanding the features oft he PTP Dissector, but i wanted to know if there is a way to read a external config file for the dissector. The dissector would need some keys to check if the packets are valid or not (it's about the ICV checksum). Should I just try to add the reading of

Re: [Wireshark-dev] Problems when trying to compile a new ASN.1dissector

2009-07-27 Thread Anders Broman
Hi, Which ETSI protocol is it? Could you zip your asn1/ folder and attach it? Regards Anders _ Från: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] För Larry LeCrabe Skickat: den 27 juli 2009 14:27 Till: wireshark-dev@wireshark.org Ämne:

Re: [Wireshark-dev] Problems when trying to compile anew ASN.1dissector

2009-07-27 Thread Anders Broman
Hi, I think you can get rid of: #include packet-wlancertextn.h #include packet-x509af.h #include packet-x509ce.h #include packet-x509sat.h In the template file. I’m not to familiar with the make files on linux but I think you need to add hi2 to makefile.am and makefile.nmake In the asn1

Re: [Wireshark-dev] Wireshark on vista

2009-07-27 Thread Gianluca Varenni
It's one of those things I want to look at, but probably it won't happen for the next release of WinPcap (4.1). Consider that the only devices affected by this problem are the wireless devices using a native wi-fi driver. Have a nice day GV - Original Message - From: Joshua

Re: [Wireshark-dev] tab-width considered less effective than some might think

2009-07-27 Thread Gerald Combs
Bill Meier wrote: Gerald Combs wrote: Visual C++ defaults to tabs for indentation with tab stops every 4 characters. I'm not sure if these settings can be overridden without changing the user's global preferences. I'm not sure as to your exact concerns. Poking around a bit in VS2008 I

Re: [Wireshark-dev] Dissector (PTP Protocol) Config file

2009-07-27 Thread Stephen Fisher
On Mon, Jul 27, 2009 at 02:47:00PM +0200, Thomas Arthofer wrote: i'm expanding the features oft he PTP Dissector, but i wanted to know if there is a way to read a external config file for the dissector. Perhaps UAT (User Accessible Tables) would help here. I haven't used them though and am

Re: [Wireshark-dev] Time for a new development release?

2009-07-27 Thread Gerald Combs
Ulf Lamping wrote: Hi! My colleagues would like to use the latest PROFINET dissector enhancements, that are not part of the stable release. The latest development release 1.1.3 at http://www.wireshark.org/download.html is a bit, well, outdated. I don't like to advise my colleagues to

Re: [Wireshark-dev] Wireshark on vista

2009-07-27 Thread Gianluca Varenni
Yes, if they provided the source code :-P GV - Original Message - From: Joshua (Shiwei) Zhao To: Developer support list for Wireshark Sent: Monday, July 27, 2009 10:04 AM Subject: Re: [Wireshark-dev] Wireshark on vista I surely understand :) Just FYI, MS's network

Re: [Wireshark-dev] tab-width considered less effective than some might think

2009-07-27 Thread Bill Meier
Gerald Combs wrote: Gerald Combs wrote: Visual C++ defaults to tabs for indentation with tab stops every 4 characters. I'm not sure if these settings can be overridden without changing the user's global preferences. snip I'm assuming that these settings are global since there doesn't

Re: [Wireshark-dev] Problems when trying to compile anew ASN.1dissector

2009-07-27 Thread Jaap Keuter
Hi, Adding an automake based dissector requires you to build Wireshark as the first time, so autogen.sh, configure then make. See: http://www.wireshark.org/docs/wsdg_html_chunked/ChSrcBuildFirstTime.html Thanx, Jaap Larry LeCrabe wrote: I have done all of your instructions but it still