Re: [Wireshark-dev] Regarding time taken by 3 way handshake for creation a TCP connection

2008-08-18 Thread Lars Worsaae
Where do you meassure? I guess you have wireshark running on the client machiene or a setup is like this: client -> wireshark measuring point -> delaying mechanism -> server In this setup there will be no delay between events in client and as logged by wireshark The full delay will be when a pcake

[Wireshark-dev] plugin / wireshark versions

2007-04-12 Thread Lars Worsaae
Should be possible to reuse a plugin dll with multiple version of wireshark? Without recompiling it - that is. Or does my users have to select specific plugins for specific wireshark distributions I made a dissector plugin with 0.99.6 and it works almost with 0.99.5 The only problem is that the

Re: [Wireshark-dev] BCD ?

2007-04-11 Thread Lars Worsaae
Sorry for vasting your time. The API works nicely as is. After reading the README.developper (and not just the developer-guide.pdf) I understodd how to do the BCD I wan't. Define the field as FT_UINT32 and use it by: proto_tree_add_uint(tree, hf_apacs_stan_type, tvb, offset, length, tvb_get_

Re: [Wireshark-dev] proto_tree_add_item / hf_register_info addition (Was: BCD ?)

2007-04-11 Thread Lars Worsaae
D Number element. > > > > -- > > Michael Lum Principal Software Engineer > > 4600 Jacombs Road +1.604.276.0055 > > Richmond, B.C. > > Canada V6V 3B1 > > UTStarcom Canada, Inc. > > CDMA Division > > > > > > >

Re: [Wireshark-dev] BCD ?

2007-04-07 Thread Lars Worsaae
> BCD. > > PACKED BCD: 0x46 0x10 -> 4610 > BCD:0x04 0x06 0x01 0x00 -> 4610 > > So if we make FT_BCD we also need to make FT_PACKED_BCD. > Anyone a decent manual for adding FTs? > > Thanx, > Jaap > > On Fri, 6 Apr 2007, Lars Worsaae wrote: >

[Wireshark-dev] BCD ?

2007-04-06 Thread Lars Worsaae
Desr sirs Are their a smart(er) way to dissect data which are BCD encoded? I cant find i tvb_get_* reading BCD. I had roled my own, but am i and my experimental first time dissector realy the first and only dissection BCD encoded data? Rgds Lars BTW My get'er looks like: static guint32 tvb_get_bc