I have built it. First you download the latest source from Wireshark and verify that it builds.
Then you apply the latest patch at: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1957 and re-build. There is one known issue with respect to buffer overflow for custom extensions. Here's a note from the developer. I'm doing a bit of work in preparation for support of vendor extensions, so I probably won't upload a patch immediately. If you'd like to fix it, change line 447 of llrpparse.c to: ulItemBits = ulTotalLength * 8; Regards Paul -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John R. Hogerhuis Sent: Friday, August 22, 2008 8:47 AM To: LLRP Toolkit Development List Subject: Re: [ltk-d] Wireshark LLRP Plugin Download On Fri, Aug 22, 2008 at 8:36 AM, Christian Floerkemeier <[EMAIL PROTECTED]> wrote: > > I need to do some debugging on the LTKJava networking and I thought I'll use > the wireshark LLRP plugin. I am pretty much a newbie when it comes to > Wireshark but I assume I need to download the LLRP plugin first. Is the > plugin already available (an alpha version is fine for my purposes)? Can > someone point me to the place where I could download the plugin? I found > some documentation on the Wireshark Wiki http://wiki.wireshark.org/LLRP but > I didn't see information regarding status/download. > > - Christian > I think you have to download the source and apply a patch since it is not committed unless you get the binary from someone. Note that there is also an online decoder at llrp.org based on LTK-Perl. It decodes a trace file to LTK-XML. You can use tcpdump or wireshark (with or without LLRP plugin) to capture the trace. http://llrp.org/tools/decode.html -- John. ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ llrp-toolkit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ llrp-toolkit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel
