[Wireshark-dev] build problem at creating libwireshark.lib and object libwireshark.exp

2007-02-16 Thread Nina Pham
I have 6 unresolved externals. It has to do with register.obj. The error messages are: *Creating library libwireshark.lib and object libwireshark.exp register.obj : error LNK2001: unresolved external symbol _proto_register_pn_rt register.obj : error LNK2001: unresolved external symbol _prot

Re: [Wireshark-dev] Adding a dissector for "Analyze->Decode As" only

2007-02-16 Thread Guy Harris
On Feb 16, 2007, at 3:28 PM, Ravi Kondamuru wrote: > I am trying to write a dissector for a non-standard rpc protocol. > Writing a heuristic to automatically identify the protocol is > getting too complicated. So, I was wondering if I could add a > dissector that can be used when I select a c

[Wireshark-dev] Adding a dissector for "Analyze->Decode As" only

2007-02-16 Thread Ravi Kondamuru
Hi, I am trying to write a dissector for a non-standard rpc protocol. Writing a heuristic to automatically identify the protocol is getting too complicated. So, I was wondering if I could add a dissector that can be used when I select a connection and explictly say Decode As. Is it possible to d

Re: [Wireshark-dev] Malformed packet New dissector

2007-02-16 Thread Guy Harris
On Feb 16, 2007, at 7:06 AM, your highness wrote: > Hi everyone, > > I managed to write a dissector for a new protocol (Condor) and it > works most of the time ; ) ... Thanks to Jaap Keuter and the README > files. I am starting a new thread for a new problem. > > The problem is that I get errors

Re: [Wireshark-dev] Update gsmmap to V7.5.0 Rel 7

2007-02-16 Thread Anders Broman
Checked in. Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För [EMAIL PROTECTED] Skickat: den 16 februari 2007 13:13 Till: wireshark-dev@wireshark.org Ämne: [Wireshark-dev] Update gsmmap to V7.5.0 Rel 7 Hello, Here is a patch to update the gsm m

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-16 Thread Guy Harris
On Feb 16, 2007, at 9:47 AM, Michael Lum wrote: > But I meant the ability to have a display filter used whenever > a file is loaded. Even if I double-click on a capture file > I would like Wireshark to apply my default display > filter on the first pass/processing. "Apply" as in "completely dis

[Wireshark-dev] DESEGMENT_ONE_MORE_SEGMENT over iax

2007-02-16 Thread Richard van der Hoff
Hi, This patch makes the defragmentation code in the iax2 dissector handle pinfo->desegment_len=DESEGMENT_ONE_MORE_SEGMENT, in line with Ronnie's changes to the tcp dissector of 11 November. Incidentally, Ronnie: I think there's a problem with the tcp dissector. Basically if the subdissector

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-16 Thread Michael Lum
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Guy Harris > Sent: February 15, 2007 5:52 PM > To: Developer support list for Wireshark > Subject: Re: [Wireshark-dev] Saving settings as "Profiles" > > > On Feb 15, 2007, at 5:35 PM, Michael Lum wr

Re: [Wireshark-dev] Building RPM with Lua support

2007-02-16 Thread Luis Ontanon
It did not found lua, so it was built without it. you should: - locate lua.h assuming it is in /usr/local/include you should then: $ ./configure --with-lua=/usr/local --whith-this --with-that check in the report at the end of configure whether lua was included or not. please report success or fai

[Wireshark-dev] Building RPM with Lua support

2007-02-16 Thread Douglas Pratley
Hi guys I'm having trouble building a Wireshark RPM with Lua support. I really a Windows (ugh) guy, so I may be missing something obvious. I set up a build environment on Fedora Core 6, installed the libraries for Lua and for ADNS and then said: [my_ws_dir]$ ./autogen.sh [my_ws_dir]$ ./configur

[Wireshark-dev] defragmentation over RTP

2007-02-16 Thread Richard van der Hoff
Hi, Here's a patch which adds an option enabling subdissectors to request defragmentation of packets over RTP streams, using the pinfo->desegment_{len,offset} API. Please be aware that it depends on my patches yesterday to make fragment_set_partial_reassembly() work for datagrams assembled

Re: [Wireshark-dev] adding dissector, automake fails

2007-02-16 Thread your highness
Thanks Jaap... I wrote a dissector and it works most of the time ; ) I have just started a new thread "Malformed packet New dissector" for a new problem. Hope you can help gain. ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wiresha

[Wireshark-dev] Malformed packet New dissector

2007-02-16 Thread your highness
Hi everyone, I managed to write a dissector for a new protocol (Condor) and it works most of the time ; ) ... Thanks to Jaap Keuter and the README files. I am starting a new thread for a new problem. The problem is that I get errors for packets that are spread over multiple TCP packets. Condor

Re: [Wireshark-dev] Unsupported ERF format

2007-02-16 Thread Florent . Drouin
Hello, I did post a patch for ERF type 5, in the past days. ( http://www.wireshark.org/lists/wireshark-dev/200702/msg00299.html ) There is still an open discussion if this patch has to be reworked or not, but you can try it in a private view if you are using ERF type 5. If you are using a

[Wireshark-dev] Update camel dissector

2007-02-16 Thread Florent . Drouin
Hello, I did update the Camel dissector to have the same structure as the gsm map dissector. Now the dissector correctly handles the Tcap return error component. Some improvement have been made for ApplyChargingReport too. (See attached file: camel.diff.gz) Regards Florent camel.diff.gz

[Wireshark-dev] Update gsmmap to V7.5.0 Rel 7

2007-02-16 Thread Florent . Drouin
Hello, Here is a patch to update the gsm map definition up to 3GPP TS 29.002 V7.5.0 (2006-09) Release 7 There is a little impact on the GTP dissector, because I had to change the name of the Local ErrorCode in the gsm map asn1 definition due to a conflict with the Camel dissector. If you h

Re: [Wireshark-dev] sample dissector

2007-02-16 Thread Sebastien Tandel
> but I guess it does not tackle his problem as README.developer states > that DISSECTOR_SRC is in epan/dissectors/Makefile.common ... :-/ > ... but the guide does not say that you have to run ./autogen.sh (at least not at this place)... :( ___ Wiresh

Re: [Wireshark-dev] sample dissector

2007-02-16 Thread Sebastien Tandel
>> greetings All, >> >> I know that this sounds boring (a new wireshark dissector is in the >> block), but no matter how I tackel this problem it beats be off. >> >> I'm following on the README.developer instructions in that after I >> craft my dissector, I only need to place the file into the dis

Re: [Wireshark-dev] Saving settings as "Profiles"

2007-02-16 Thread Douglas Pratley
I'd recommend tackling it in two stages: (a) Do it the "normal" Wireshark way, with a "user_decodes" file being read from both the user settings directory and global settings directory at startup (see Appendix A.2 of the users guide), and any changes being saved to the user directory "user_decodes