[Wireshark-dev] license question

2012-07-22 Thread Yosi Saggi
Hi I need some help regarding license issues with wireshark. I have written a plug-in for wireshark for our proprietary API between MAC and PHY. This plug-in is to be used by clients and my company for debugging API traffic between PHY and MAC. I would like to know if I need to publish the dl

[Wireshark-dev] debuging with MVS 2008

2011-12-18 Thread Yosi Saggi
Hi I'm trying to debug my dissector in Microsoft visual studio 2008. I have taken the vcprojects from the source codes and have added the files to them. I have also created my own vcproject for my dissector. The dissector is a plugin and is not part of the general wireshark dissectors. The way I

Re: [Wireshark-dev] Can't compile latest trunk

2011-09-15 Thread Yosi Saggi
- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Bill Meier Sent: Thursday, September 15, 2011 4:58 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Can't compile latest trunk On 9/15/2011 9:06 AM, Yosi Saggi wrote: &

Re: [Wireshark-dev] Can't compile latest trunk

2011-09-15 Thread Yosi Saggi
...@wireshark.org] On Behalf Of Ed Beroset Sent: Thursday, September 15, 2011 4:16 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Can't compile latest trunk Yosi Saggi wrote: >Can't find: bison flex unzip wget > > >ERROR: These application(s) are either n

[Wireshark-dev] Can't compile latest trunk

2011-09-15 Thread Yosi Saggi
I have updated via SVN my wireshark code files, When trying to verify the tools with: >nmake -f Makefile.nmake verify_tools I get the following: C:\wireshark_1_6>nmake -f Makefile.nmake verify_tools Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C) Microsoft C

Re: [Wireshark-dev] please help, can't compile my dissector

2011-09-11 Thread Yosi Saggi
Found the problem Thanks From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Yosi Saggi Sent: Sunday, September 11, 2011 5:34 PM To: Developer support list for Wireshark Subject: [Wireshark-dev] please help, can't compile my dissector H

[Wireshark-dev] please help, can't compile my dissector

2011-09-11 Thread Yosi Saggi
Hi I'm working on a dissector on 1.4.2. I had no problems compiling my plugin until I accidently copied my files to a different directory. I put them back in place but now I get this error when I try to run: nmake Makefile.nmake Traceback (most recent call last): File "../../../tools/mak

Re: [Wireshark-dev] tvb_composite

2011-03-30 Thread Yosi Saggi
sage- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Yosi Saggi Sent: Tuesday, March 29, 2011 11:00 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] tvb_composite reasseble.c is good for fragmented packets, I use it when I h

Re: [Wireshark-dev] tvb_composite

2011-03-29 Thread Yosi Saggi
Is there any alternative for reassembling a buffer on the same frame from other subsets of buffers? -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jeff Morriss Sent: Tuesday, March 29, 2011 5:07 PM To: Developer suppor

Re: [Wireshark-dev] tvb_composite

2011-03-29 Thread Yosi Saggi
reasseble.c is good for fragmented packets, I use it when I have fragmented packets over a few frames. I need a solution that composite was supposed to give, in the same frame. I will explain graphically. Let's say this is my buffer for the given frame: 1xxx xxx2ooxx x3oo

[Wireshark-dev] tvb_composite

2011-03-28 Thread Yosi Saggi
Hi I have a question about the "tvb_composite..." functions. I have an Ethernet message that comes in chunks. All of the payload is in the Ethernet message, just divided to several chunks of data. I have used "tvb_composite_append" function to collect all the chunks into one tvb. And used the "

[Wireshark-dev] problem with linking tvbuff functions

2011-03-23 Thread Yosi Saggi
Hi I have used in my dissector 3 functions from the tvbuff.c code: tvb_new_composite tvb_composite_append tvb_composite_finalize When trying to compile my plugin I get an error: error LNK2019: unresolved external symbol _tvb_composite_finalize referenced in function error LNK2019: unresolve

Re: [Wireshark-dev] malformed packet for no reason

2011-03-22 Thread Yosi Saggi
Thanks. I found the problem. It was the "proto_tree_add_protocol_format" function. I gave an incorrect starting offset Yosi -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Dirk Jagdmann Sent: Tuesday, March 22, 2011 4:

[Wireshark-dev] malformed packet for no reason

2011-03-21 Thread Yosi Saggi
Hi everyone I have a dissector that works on Ethernet type "". Its proprietary data parsing between two systems. If the Ethernet type is my dissector comes in to dissect the data over the Ethernet. The following code is a function that dissects a part of the packet. It works fine for 5

Re: [Wireshark-dev] displaying more than 32 bits

2011-03-06 Thread Yosi Saggi
v@wireshark.org Subject: Re: [Wireshark-dev] displaying more than 32 bits Am 06.03.2011 15:50, schrieb Yosi Saggi: > Hi everybody > > I have a payload that its size is 42 bits. I am getting it from the TVB > in little Endian. > > I have no problem displaying the whole payload a

Re: [Wireshark-dev] Spam: displaying more than 32 bits

2011-03-06 Thread Yosi Saggi
Disregard that, sorry, must be my crazy computer From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Yosi Saggi Sent: Sunday, March 06, 2011 5:09 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Spam: displaying more than

Re: [Wireshark-dev] Spam: displaying more than 32 bits

2011-03-06 Thread Yosi Saggi
Why is my message subject marked as spam? From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Yosi Saggi Sent: Sunday, March 06, 2011 4:51 PM To: Developer support list for Wireshark Subject: Spam: [Wireshark-dev] displaying more than 32 bits

[Wireshark-dev] displaying more than 32 bits

2011-03-06 Thread Yosi Saggi
Hi everybody I have a payload that its size is 42 bits. I am getting it from the TVB in little Endian. I have no problem displaying the whole payload as big endian with a guint 64bit variable: guint32 f2_val1, f2_val2; guint64 f2_val; f2_val1 = tvb_get_letohl(tvb, *plen) f2_val2 = tvb

Re: [Wireshark-dev] wireshark crashes after adding preferencecodeto my

2011-01-30 Thread Yosi Saggi
NO_RNTI 0 #define P_RNTI 1 #define RA_RNTI 2 #define C_RNTI 3 #define SI_RNTI 4 #define SPS_RNTI 5 The rest of my inquiries still stand. Thanks Yosi From: Yosi Saggi Sent: Sunday, January 30, 2011 3:16 PM To: 'Developer support list for Wireshark' Subject: RE: [Wire

Re: [Wireshark-dev] wireshark crashes after adding preferencecodeto my

2011-01-30 Thread Yosi Saggi
hark-dev] wireshark crashes after adding preferencecodeto my Hi Yosi On Thu, Jan 27, 2011 at 3:37 PM, Yosi Saggi wrote: When I call the "mac-lte" dissector I get this message: "Can't dissect LTE MAC frame because no per-frame info was attached!" You need to create a str

Re: [Wireshark-dev] wireshark crashes after adding preference codeto my

2011-01-27 Thread Yosi Saggi
our prefs variables (global_dan_lte_sdk_dissect_MAC and global_dan_lte_sdk_dissect_RLC) are gbooleans with file scope? I'm wondering why the existing LTE MAC dissector isn't suitable, or can't be made to work with your frames? Regards, Martin On Wed, Jan 26, 2011 at 10:07 AM, Yosi Saggi wr

Re: [Wireshark-dev] wireshark crashes after adding preference code to my

2011-01-26 Thread Yosi Saggi
adding preference code to my Yosi Saggi wrote: > Hi > > I wanted to add some options in the preference window for my dissector. > This is the code I have added to the "proto_register" function: [...] > prefs_register_bool_preference(dan_lte_sdk_mod

[Wireshark-dev] wireshark crashes after adding preference code to my

2011-01-26 Thread Yosi Saggi
Hi I wanted to add some options in the preference window for my dissector. This is the code I have added to the "proto_register" function: module_t *dan_lte_sdk_module; proto_dan_lte_sdk = proto_register_protocol ("DAN LTE SDK Protocol", "Dan LTE SDK", "dan_lte_sdk"); register_init_rou