Re: Creating Lua for WireShark - Need a Shared Object
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Creating Lua for WireShark - Need a Shared Object
- From: Sean Conner <sean@...>
- Date: 2018年2月20日 20:02:06 -0500
It was thus said that the Great Russell Haley once stated:
> On Tue, Feb 20, 2018 at 9:32 AM, Russell Haley <russ.haley@gmail.com> wrote:
> > Hi,
> >
> > TLDR: does anyone have an src Makefile that builds a shared object in
> > 5.1.5 that I can use on Ubuntu?
>
> Any ideas what I'm missing? I totally understand that this is a
> wireshark issue but I'm hoping a familiar soul can help rather than
> adding yet another mailing list to my growing inbox.
The makefile I sent assumed Lua 5.3. It's easily modified for Lua 5.1 (it
probaby won't need much changing except for the name of the resulting
library). Perhaps that's the issue?
-spc