[Wireshark-dev] How to properly handle ipv6 prefixes [Was: ... EIGRP dissector update]

2009-08-13 Thread Joerg Mayer
On Wed, Aug 12, 2009 at 07:14:05PM +0200, Jochen Bartl wrote: > I have spent the last 2 days with adding IPv6, Stub Routing and > Authentication TLV support to the EIGRP dissector. > A lot of the proto_tree_add_text calls were replaced by > proto_tree_add_item, to make use of the display filter f

[Wireshark-dev] Issue with add_new_data_source

2009-08-13 Thread Srinivasa Goda
HiI'm trying to decode a message in tcp segment and display it under new tab with "decoded PDU". In my call back dissector, i'm doing following tvbuff_t* d_tvb = tvb_new_real_data(dchunks, total_len, tvb_length_remaining(tvb, offset)); tvb_set_child_real_data_tvbuff(tvb, d_tvb); add

[Wireshark-dev] Issue with add_new_data_source

2009-08-13 Thread Srinivasa Goda
Hi, I'm trying to decode a message in tcp segment and display it under new tab with "decoded PDU". In my call back dissector, i'm doing following tvbuff_t* d_tvb = tvb_new_real_data(dchunks, total_len, tvb_length_remaining(tvb, offset)); tv

[Wireshark-dev] tshark stop capturing after a certain amount of packets being captured !

2009-08-13 Thread Amir Najafi-Ardabili
Hi, I am using tshark to capture packets: tshark -q I want tshark to keep capturing but unfortunately it automatically stops capturing after a short period of time: debian:/home/worldamity# tshark -q Running as user "root" and group "root". This could be dangerous. Capturing on eth0 36534

Re: [Wireshark-dev] Wireshark-dev Digest, Vol 39, Issue 24

2009-08-13 Thread divya kothapally
> > > Hi, It still doesnt work with the below command. Thanks Divya > > -- > > > Hi, > > Use this command line: > WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 ./wireshark > > Thanx, > Jaap > > divya kothapally wrote: > > Hi, > > > >I did launch wireshark with ju

Re: [Wireshark-dev] Reassembly of Split TCP packets - tcp_dissect_pdus() and "Follow TCP Stream" command

2009-08-13 Thread Guy Harris
On Aug 12, 2009, at 11:52 PM, Selçuk Cevher wrote: > On the other hand, the development guide also says that a single TCP > segment can carry multiple application messages at the same time. > > In this case, it can not be assumed that "the message header is at > the start of your TCP payload"

Re: [Wireshark-dev] Reassembly of Split TCP packets - tcp_dissect_pdus() and "Follow TCP Stream" command

2009-08-13 Thread wsgd
Selçuk Cevher a écrit : > Hi All, > > I am new to Wireshark development and, at this stage, mostly > interested in inner workings of Wireshark. > > First, I want to make sure that what I currently know about Wireshark > is correct. > > In section 9.4.2 "How to reassemble split TCP Packets" of Wir

Re: [Wireshark-dev] Add the next Tvb packet to current tvb before dissecting

2009-08-13 Thread wsgd
The warning is saying that the parameter 'pinfo' is NOT used inside the function. It is not important. Try this : "packet_info *pinfo _U_," instead of "packet_info *pinfo," (not sure that the warning will disappear). The "storage" error ? Absolutely not sure. Try : - remove the static keyword

Re: [Wireshark-dev] Wireshark-dev Digest, Vol 39, Issue 22

2009-08-13 Thread Jaap Keuter
Hi, Use this command line: WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 ./wireshark Thanx, Jaap divya kothapally wrote: > Hi, > >I did launch wireshark with just a make on it. >But now iam facing a problem when I am placing two wireshark single > binary compile on the server. One already

Re: [Wireshark-dev] Wireshark-dev Digest, Vol 39, Issue 22

2009-08-13 Thread divya kothapally
> > Hi, I did launch wireshark with just a make on it. But now iam facing a problem when I am placing two wireshark single binary compile on the server. One already existed on the server is working fine but the second single wireshark binary is taking the respective libraries of the linux m

Re: [Wireshark-dev] Reassembly of Split TCP packets - tcp_dissect_pdus() and "Follow TCP Stream" command

2009-08-13 Thread Stephen Fisher
On Aug 13, 2009, at 12:52 AM, Selçuk Cevher wrote: > The implementation of "Follow TCP Stream" command should be more > complicated since it should cover handling the dropped, duplicated > and out-of-order TCP packets. > > How does Wireshark handle this issues ? Where is the implementation

Re: [Wireshark-dev] gsm_ccch dissector regression

2009-08-13 Thread Anders Broman
Hi, Can you share an example trace? Regards Anders -Ursprungligt meddelande- Från: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] För Vincent Helfre Skickat: den 13 augusti 2009 13:22 Till: wireshark-dev@wireshark.org Ämne: [Wireshark-dev] gsm_ccch dissect

Re: [Wireshark-dev] Promiscouos mode and pseudo-device

2009-08-13 Thread Guy Harris
On Aug 13, 2009, at 2:44 AM, Mark Ryden wrote: > I had noticed that when running tshark in Pseudo-device mode (tshark > -i any), the > machine does not enter promiscuos mode, whereas in the usual case, > such as > thsark -i eth0 (or without "-i" option at all), it does enter > promiscuos mod

[Wireshark-dev] gsm_ccch dissector regression

2009-08-13 Thread Vincent Helfre
Hi, in the most recent build, the gsm_a_ccch stops data decoding after the pseudo length and protocol discriminator. If the pseudo length is removed and the data decoded with DTAP dissector, then it works. If somebody has an idea where it can come from... Vincent -- GRATIS für alle GMX-Mitglied

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-Win64

2009-08-13 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-Win64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-Win64/builds/1128 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-win64 Build

[Wireshark-dev] Promiscouos mode and pseudo-device

2009-08-13 Thread Mark Ryden
Hello, I had noticed that when running tshark in Pseudo-device mode (tshark -i any), the machine does not enter promiscuos mode, whereas in the usual case, such as thsark -i eth0 (or without "-i" option at all), it does enter promiscuos mode. (I tested it on Linux). I would appreciate if somebo

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-x86

2009-08-13 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-x86/builds/3124 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86 Build Reason: Bui