Re: [Wireshark-dev] Wireshark 1.8.1 crashes

2013-01-17 Thread Alexis La Goutte
On Thu, Jan 17, 2013 at 1:49 PM, Danniel_zeng cheer_z...@163.com wrote: Hello all, It seems that the wireshark 1.8.1 will crash when my capture have the CCP packtet. when I open the that packet ,it is ok to display at the beginning ,but it then crash while I scroll down .And I find out

Re: [Wireshark-dev] Wireshark 1.8.1 crashes

2013-01-17 Thread Niels de Vos
On Thu, Jan 17, 2013 at 08:49:23PM +0800, Danniel_zeng wrote: Hello all, It seems that the wireshark 1.8.1 will crash when my capture have the CCP packtet. when I open the that packet ,it is ok to display at the beginning ,but it then crash while I scroll down .And I find out that

[Wireshark-dev] Writing python dissectors for Wireshark

2013-01-17 Thread Eshed Shaham
Hey guys, I recently coded a plugin for wireshark which is actually a framework for allowing new dissectors to be written in python. Unlike the unused python bindings in Wireshark's source, my plugin hides Wireshark's interface and provides a more pythonic one to the developer. I'm already using

[Wireshark-dev] Filter definitions

2013-01-17 Thread Arshad
Hello, Can anyone assist me in locating the filter definitions in Wireshark source code. I mean the location where filter definitions are stored and from where it is processed at the back end level. Thanks! Arshad ___ Sent

Re: [Wireshark-dev] Filter definitions

2013-01-17 Thread Gilbert Ramirez
The filter code is in epan/dfilter The type system is in epan/ftypes Read doc/README.display_filter for the explanation Gilbert On Thu, Jan 17, 2013 at 9:35 AM, Arshad heyars...@gmail.com wrote: Hello, Can anyone assist me in locating the filter definitions in Wireshark source code. I

Re: [Wireshark-dev] Writing python dissectors for Wireshark

2013-01-17 Thread Evan Huus
Looks interesting. I haven't been able to get it to build on my Linux box yet, but I've hit a few minor issues that are pretty trivial to take care of: - You have unnecessary trailing slashes in your Makefile.common - specifically lines 31 and 36 can't have trailing slashes or autofoo gets

Re: [Wireshark-dev] Wireshark 1.8.1 crashes

2013-01-17 Thread Evan Huus
If you do want to stay on 1.8.1 (although I strongly recommend upgrading to 1.8.4) then you might want to take a look at the following commits: https://anonsvn.wireshark.org/viewvc?view=revisionrevision=43784 https://anonsvn.wireshark.org/viewvc?view=revisionrevision=44689