Re: [Wireshark-dev] Student Project. I want to reduce and add some functionalities in Wireshark.

2011-12-21 Thread Jaap Keuter
On 2011-12-21 05:39, Yohannes Affandy Siregar wrote: Greetings fellow developers! I'm a student taking Electrical Engineering specializing Computer Engineering and am still learning a lot about Wireless and Programming.. I'm working on my last project in University. I now have to make a

Re: [Wireshark-dev] Template for external dissector plugin

2011-12-21 Thread Reinhold Kainhofer
On 20/12/2011 17:12, Reinhold Kainhofer wrote: On 20/12/2011 16:36, Jaap Keuter wrote: Just for my information, is this the crux of your location independance? find_package(Wireshark) include_directories (${WIRESHARK_INCLUDE_DIRS}) Yes, the cmake/FindWireshark.cmake file (which is executed

Re: [Wireshark-dev] Template for external dissector plugin

2011-12-21 Thread Jaap Keuter
On 2011-12-21 11:00, Reinhold Kainhofer wrote: On 20/12/2011 17:12, Reinhold Kainhofer wrote: On 20/12/2011 16:36, Jaap Keuter wrote: Just for my information, is this the crux of your location independance? find_package(Wireshark) include_directories (${WIRESHARK_INCLUDE_DIRS})

Re: [Wireshark-dev] Simplifying (and fixing) tvbuff [Long]

2011-12-21 Thread Bill Meier
On 12/12/2011 4:55 PM, Bill Meier wrote: Summary --- I've recently been digging into the tvbuff code. After doing so, I've come to the conclusion that the current tvbuff implementation of managing tvb's with usage_counts and used_in lists: - doesn't really provide some of what I understand

Re: [Wireshark-dev] Simplifying (and fixing) tvbuff [Long]

2011-12-21 Thread Bill Meier
On 12/21/2011 12:40 PM, Bill Meier wrote: ToDo: - Update epan/tvbtest.c - Test composite tvbs (They might now even work). Done ... I've updated tvbtest.c slightly to reflect the recent tvbuff.c revisions. I've also fixed an issue in tvbtest.c which caused some of the composite tvb tests to