Re: [Wireshark-dev] Using DISSECTOR_SUPPORT_SRC

2010-03-19 Thread Sourabh Rathor
I think the problem is that you are trying to extern a static variable. Static variable has a scope in its own file and can't be accessed anywhere else... On Sat, Mar 20, 2010 at 1:13 AM, Jeremy O'Brien wrote: > Hello, > > I have a perfectly working dissector, but I wanted to move a very > large

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-7-x64

2010-03-19 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-7-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/548 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x64 Build Reason: B

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

2010-03-19 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/1167 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build Reason

Re: [Wireshark-dev] Using DISSECTOR_SUPPORT_SRC

2010-03-19 Thread Jaap Keuter
Hi, Jeremy O'Brien wrote: > Hello, > > I have a perfectly working dissector, but I wanted to move a very > large struct I have in it into its own C file. So I moved it (still > keeping it static) Keeping it module static? Then there's no visibility outside the module, hence you can't link to it

Re: [Wireshark-dev] Using DISSECTOR_SUPPORT_SRC

2010-03-19 Thread Bill Meier
Jeremy O'Brien wrote: > Hello, > > I have a perfectly working dissector, but I wanted to move a very > large struct I have in it into its own C file. So I moved it (still > keeping it static), Bingo ! (iow: keeping it not global) declared an extern to it in the original file, and > added the n

[Wireshark-dev] Using DISSECTOR_SUPPORT_SRC

2010-03-19 Thread Jeremy O'Brien
Hello, I have a perfectly working dissector, but I wanted to move a very large struct I have in it into its own C file. So I moved it (still keeping it static), declared an extern to it in the original file, and added the new c file to DISSECTOR_SUPPORT_SRC in Makefile.common in my plugin's direct

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

2010-03-19 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/52 Buildbot URL: http://buildbot.wireshark.org/trunk-1.2/ Buildslave for this Build: windows-xp-x86 Build Reason: Bu