Re: [Wireshark-dev] switch between protocols

2010-12-08 Thread Lange Jan-Erik
I realized the behavior using a heuristic dissector now and it works. In my case it is a low level protocol, that doesn't even base on ethernet. I use wtab_encap for reading. But the method with the dissector handoff table sounds interesting to me. Unfortunatley I dont have any information abou

Re: [Wireshark-dev] I want to program in "packet-http.c:dissect_http" with some gtk gui functions

2010-12-08 Thread Guy Harris
On Dec 8, 2010, at 7:53 PM, 刘昆 wrote: > I want to program in "packet-http.c:dissect_http" with some gtk gui > functions .But when I "make" there are some errors : > > epan/.libs/libwireshark.so: undefined reference to `gtk_window_new' > epan/.libs/libwireshark.so: undefined reference to `gtk_mai

[Wireshark-dev] I want to program in "packet-http.c:dissect_http" with some gtk gui functions

2010-12-08 Thread 刘昆
I want to program in "packet-http.c:dissect_http" with some gtk gui functions .But when I "make" there are some errors : epan/.libs/libwireshark.so: undefined reference to `gtk_window_new' epan/.libs/libwireshark.so: undefined reference to `gtk_main' epan/.libs/libwireshark.so: undefined reference

Re: [Wireshark-dev] [Wireshark-commits] rev 35145: /trunk/ /trunk/epan/: Makefile.am /trunk/: Makefile.am.inc /trunk/wiretap/: Makefile.am /trunk/wsutil/: Makefile.am

2010-12-08 Thread Balint Reczey
On 12/09/2010 12:59 AM, Balint Reczey wrote: On 12/08/2010 04:21 AM, Jeff Morriss wrote: On 12/07/2010 01:42 PM, Jeff Morriss wrote: Balint Reczey wrote: On 12/07/2010 04:06 PM, Jeff Morriss wrote: rbal...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=

Re: [Wireshark-dev] [Wireshark-commits] rev 35145: /trunk/ /trunk/epan/: Makefile.am /trunk/: Makefile.am.inc /trunk/wiretap/: Makefile.am /trunk/wsutil/: Makefile.am

2010-12-08 Thread Balint Reczey
On 12/08/2010 04:21 AM, Jeff Morriss wrote: > On 12/07/2010 01:42 PM, Jeff Morriss wrote: >> Balint Reczey wrote: >>> On 12/07/2010 04:06 PM, Jeff Morriss wrote: rbal...@wireshark.org wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35145 > > User: rbalint

[Wireshark-dev] buildbot failure in Wireshark 1.2 on Ubuntu-10.04-x64

2010-12-08 Thread buildbot-no-reply
The Buildbot has detected a new failure of Ubuntu-10.04-x64 on Wireshark 1.2. Full details are available at: http://buildbot.wireshark.org/trunk-1.2/builders/Ubuntu-10.04-x64/builds/31 Buildbot URL: http://buildbot.wireshark.org/trunk-1.2/ Buildslave for this Build: ubuntu-10.04-x64 Build Reaso

[Wireshark-dev] buildbot failure in Wireshark 1.2 on OSX-10.5-x86

2010-12-08 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-x86 on Wireshark 1.2. Full details are available at: http://buildbot.wireshark.org/trunk-1.2/builders/OSX-10.5-x86/builds/33 Buildbot URL: http://buildbot.wireshark.org/trunk-1.2/ Buildslave for this Build: osx-10.5-x86 Build Reason: Build So

[Wireshark-dev] buildbot failure in Wireshark 1.2 on Windows-XP-x86

2010-12-08 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark 1.2. Full details are available at: http://buildbot.wireshark.org/trunk-1.2/builders/Windows-XP-x86/builds/33 Buildbot URL: http://buildbot.wireshark.org/trunk-1.2/ Buildslave for this Build: windows-xp-x86 Build Reason: Bu

[Wireshark-dev] buildbot failure in Wireshark 1.2 on OSX-10.5-PowerPC

2010-12-08 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-PowerPC on Wireshark 1.2. Full details are available at: http://buildbot.wireshark.org/trunk-1.2/builders/OSX-10.5-PowerPC/builds/30 Buildbot URL: http://buildbot.wireshark.org/trunk-1.2/ Buildslave for this Build: osx-10.5-ppc Build Reason:

Re: [Wireshark-dev] Incorrect decoding at first time, then filtering at the second time corrects the decoding

2010-12-08 Thread Guy Harris
On Dec 8, 2010, at 9:22 AM, Andreas wrote: > Am 08.12.2010 17:14, schrieb Stephen Fisher: >> On Wed, Dec 08, 2010 at 12:29:40PM +0530, Vishal Kumar Singh wrote: >> >> The best solution is to keep track of the information from previous >> packets only on the first pass and store the data on a per

Re: [Wireshark-dev] switch between protocols

2010-12-08 Thread Guy Harris
On Dec 8, 2010, at 7:39 AM, Christopher Maynard wrote: > Lange Jan-Erik writes: > >> Dependent on the value of a type field I want to dissect a packet with > protocol A or protocol B. >> >> Is this a typical application for the use of a heuristic dissector? Or how >> can > I realize the swit

Re: [Wireshark-dev] Incorrect decoding at first time, then filtering at the second time corrects the decoding

2010-12-08 Thread Andreas
Am 08.12.2010 17:14, schrieb Stephen Fisher: > On Wed, Dec 08, 2010 at 12:29:40PM +0530, Vishal Kumar Singh wrote: > > The best solution is to keep track of the information from previous > packets only on the first pass and store the data on a per-conversation > and per-packet basis. I know alread

Re: [Wireshark-dev] Problem with dev environment

2010-12-08 Thread Andreas
Am 08.12.2010 17:44, schrieb Gregory Seidman: > I wound up solving the problem by setting up a VM for my dev environment > with nothing but what is required. Everything is now working. I expect it > was ActiveState Perl causing problems, but I depend on it for other things > on my workstation. It'

Re: [Wireshark-dev] Problem with dev environment

2010-12-08 Thread Gregory Seidman
I wound up solving the problem by setting up a VM for my dev environment with nothing but what is required. Everything is now working. I expect it was ActiveState Perl causing problems, but I depend on it for other things on my workstation. Thanks anyway, --Greg On Wed, Dec 08, 2010 at 04:02:00PM

Re: [Wireshark-dev] Incorrect decoding at first time, then filtering at the second time corrects the decoding

2010-12-08 Thread Christopher Maynard
Vishal Kumar Singh writes: > Hi All,In wireshark, I am trying to decode a packet by taking its information from the last decoded packet (Control packet and Data Packet). In the first time, few data packet takes wrong information and, decodes the packet accordingly. When I mark the faulty packet a

Re: [Wireshark-dev] Incorrect decoding at first time, then filtering at the second time corrects the decoding

2010-12-08 Thread Stephen Fisher
On Wed, Dec 08, 2010 at 12:29:40PM +0530, Vishal Kumar Singh wrote: > In wireshark, I am trying to decode a packet by taking its information > from the last decoded packet (Control packet and Data Packet). In the > first time, few data packet takes wrong information and, decodes the > packet ac

Re: [Wireshark-dev] Problem with dev environment

2010-12-08 Thread Christopher Maynard
Gregory Seidman writes: > Note that I am working with the source for 1.2.1 (ugh, I know) because > that's what we're still using. Yes, I wish I could get on a more current > version, but for now I can't. Can you try 1.4.2? Not necessarily to deploy/use because apparently you can't, but just to

Re: [Wireshark-dev] switch between protocols

2010-12-08 Thread Christopher Maynard
Lange Jan-Erik writes: > Dependent on the value of a type field I want to dissect a packet with protocol A or protocol B. >   > Is this a typical application for the use of a heuristic dissector? Or how can I realize the switch between the to protocolls? A heuristic dissector is basically one th

[Wireshark-dev] switch between protocols

2010-12-08 Thread Lange Jan-Erik
Hello, Dependent on the value of a type field I want to dissect a packet with protocol A or protocol B. Is this a typical application for the use of a heuristic dissector? Or how can I realize the switch between the to protocolls? Best regards Jan-Erik