[Wireshark-dev] A problem of adding a int preference prefs_register_uint_preference()

2006-09-28 Thread chris.guo
Hi, I want to add a new preference for a protocol, it is an integer type, the length is great than 8 bytes, but the function preference prefs_register_uint_preference() can only register a int value less than 4 byte. Is there anyone know how to deal with this problem? Regards, Chris

Re: [Wireshark-dev] Build dependencies/conflicts unsatisfied; aborting

2006-09-15 Thread chris.guo
The package I used is wireshark-0.99.2 not so old, I don't know why it displayed "ethereal 0.10.12-3". -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Jaap Keuter Sent: Friday, September 15, 2006 5:00 PM To: Developer support list for Wireshark Subje

[Wireshark-dev] Build dependencies/conflicts unsatisfied; aborting

2006-09-15 Thread chris.guo
Hi List,   I tried to build a binary package. After ran "./make debian-package" it reported following error:   #  make debian-packagedpkg-buildpackage -rfakeroot -us -ucdpkg-buildpackage: source package is etherealdpkg-buildpackage: source version is 0.10.12-3dpkg-buildpackage: source c

Re: [Wireshark-dev] A problem of building wiresharkunder cygwin(libpcap)

2006-09-11 Thread chris.guo
I did not build MSVC and Cygwin combination, I just want to try if it can be built under pure Cygwin environment. My problem is could not install libpcap under Cygwin environment, I think it could be built under Cygwin if we fix this problem. Regards, Chris -Original Message- From: [EMAI

[Wireshark-dev] A problem of building wireshark under cygwin (libpcap)

2006-09-11 Thread chris.guo
All, I met a problem when I was trying to build wireshark under cygwin, it reported following errors when I ran ./configure: Checking pcap.h presence... no Configure: error: Header file pcap.h not found; if you installed libpcap from source, did you also do "make install-incl", and if you insta

Re: [Wireshark-dev] A question about ASN.1 encoding in wireshark

2006-09-08 Thread chris.guo
Title: A question about ASN.1 encoding in wireshark Hi,   Anyone can tell me what is the file packet-foo-hf.c, packet-foo-ett.c, packet-foo-fn.c, packet-foo-hfarr.c and packet-foo-ettarr.c stands for?   When I was trying to build wireshark it reported some syntax errors in file packet-foo-fn.

Re: [Wireshark-dev] A question about ASN.1 encoding in wireshark

2006-09-06 Thread chris.guo
Title: A question about ASN.1 encoding in wireshark Hi Jacob,   That would be very great if you can post your example on the web page, or send the the example to me by emal, that would be very helpful for a new user who is trying to make a new ASN1 based dissector.   Thank you very much,   C

[Wireshark-dev] Recall: A question about ASN.1 encoding in wireshark

2006-09-06 Thread chris.guo
Title: Recall: [Wireshark-dev] A question about ASN.1 encoding in wireshark Guo Chris (Nokia-NET/Beijing) would like to recall the message, "[Wireshark-dev] A question about ASN.1 encoding in wireshark". ___ Wireshark-dev mailing list Wireshark-de

Re: [Wireshark-dev] A question about ASN.1 encoding in wireshark

2006-09-06 Thread chris.guo
Title: A question about ASN.1 encoding in wireshark Hi Jacob,   That would be very great if you can post your example on the web page, or send the the example to me by emal, that would be very helpful for a new user who is trying to make a new ASN1 based dissector.   Thank you very much, Chri

Re: [Wireshark-dev] A question about ASN.1 encoding in wireshark

2006-09-04 Thread chris.guo
Title: A question about ASN.1 encoding in wireshark Hi,   I made a ASN1 based message on TCP, but could not get anything displayed after TCP in wireshark. by default it used ENTTEC after TCP.     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Anders Broman (AL/EAB)Sent

Re: [Wireshark-dev] A question about ASN.1 encoding in wireshark

2006-09-01 Thread chris.guo
Title: A question about ASN.1 encoding in wireshark Hi,   Thank you very much, I can build my dissector successfuly,   Do you know how to debug wireshark? I installed DDD on my platform. I want to track the code when running the application.   By the way, I edit an ASN.1 message by ASN1VE, an

Re: [Wireshark-dev] A question about ASN.1 encoding in wireshark

2006-08-31 Thread chris.guo
Title: A question about ASN.1 encoding in wireshark Hi,   Thank you,   I used command "python ../../tools/asn2wrs.py -p clip -c clip.cnf -s packet-clip-template clip.asn" to build my dissector. Then I recompile the wireshark, it is still not work, did I missed some steps? or arethere any gui

[Wireshark-dev] A question about ASN.1 encoding in wireshark

2006-08-29 Thread chris.guo
Title: A question about ASN.1 encoding in wireshark Hi All, I have a question about ASN.1 decoding in wirshark, hope can get someone's help. I have my own defined ASN.1 messages, these messages are decoded with BER, the messages transfer based on TCP/IP, wireshark can capture the messages