Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5006] Missing LUA function

Date: Wed, 14 Jul 2010 04:19:30 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5006

--- Comment #1 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-07-14 13:19:29 CEST ---
It seems oddly enough listed with the TvbRange methods but named Tvb_tvb

static const luaL_reg TvbRange_methods[] = {
....
    {"tvb", Tvb_tvb},
    { NULL, NULL }
};

So either it must be moved to Tvb_methods[] or renamed TvbRange_tvb and moved
there, IMHO.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.