https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3129
Summary: expose pinfo->private_data to lua interface
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: All
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: yamisoe@xxxxxxxxx
yami <yamisoe@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2574| |review_for_checkin?
Flag| |
Created an attachment (id=2574)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2574)
the patch to expose private_data to Lua, tested in local build.
Build Information:
Version 1.1.2 (SVN Rev 27029)
Copyright 1998-2008 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.12.9, with GLib 2.16.3, with libpcap 0.9.8, with libz
1.2.3.3, with POSIX capabilities (Linux), with libpcre 7.4, without SMI,
without
c-ares, with ADNS, with Lua 5.1, with GnuTLS 2.0.4, with Gcrypt 1.2.4, with MIT
Kerberos, without GeoIP, with PortAudio <= V18, without AirPcap.
Running on Linux 2.6.24-16-generic, with libpcap version 0.9.8.
Built using gcc 4.2.3 (Ubuntu 4.2.3-2ubuntu7).
Wireshark is Open Source Software released under the GNU General Public
License.
Check the man page and http://www.wireshark.org for more information.
--
It would be nice to expose 'pinfo->private_data' to the Lua interface.
It seems to me that 'pinfo->private_data' is the only way for C dissector and
Lua dissector to exchange user defined data with each other. For example, I use
private_data like following:
C dissector ---calls--->
Lua dissector ---calls--->
functions to extract info from private_data in C dynamic library.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.