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.