aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_pinfo.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22wslua: pinfo: make p2p_dir accessible to lua dissectorsMartin Kaiser1-0/+3
2019-05-20wslua(pinfo): fix typoAlexis La Goutte1-2/+2
2019-01-27wslua_pinfo: fix memleaks on setting addresses in PinfoPeter Wu1-1/+5
2019-01-21wslua: register attributes along with their classMartin Kaiser1-2/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-13Remove circuit APIMichael Mann1-5/+0
2016-10-18wslua: prepare for split class/instance (meta)methodsPeter Wu1-1/+0
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-1/+1
2015-12-28Don't cast away constness for the key in g_hash_table_lookup().Guy Harris1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-8/+8
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan1-723/+7
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-14/+27
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-2/+2
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-1/+1
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-3/+6
2014-12-01Remove private_data member from packet_info structure.Michael Mann1-4/+0
2014-11-16Remove ipproto member of packet_info.Michael Mann1-4/+0
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-17/+0
2014-06-18Convert the obvious emem to wmem in lua code.Evan Huus1-2/+5
2014-04-19Some routine name changes.Guy Harris1-1/+1
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-78/+80
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan1-0/+19
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-7/+17
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan1-0/+2
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-554/+261
2014-02-20Fix Bug 9792: 'Lua: setting pinfo.dst_port actually sets src_port'Hadriel Kaplan1-1/+1
2014-01-31Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.Hadriel Kaplan1-6/+6
2013-12-18Added Column clear_fence().Stig Bjørlykke1-0/+11
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-9/+1
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-2/+4
2013-10-01Remove check_col.Michael Mann1-2/+1
2013-09-13Explicit inclusion of emem.hJörg Mayer1-0/+2
2013-09-10Fixed some NSTime error texts.Stig Bjørlykke1-3/+3
2013-09-07Added pinfo.can_desegment to lua script.Stig Bjørlykke1-0/+8
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-1/+1
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-4/+4
2013-03-16From beroset:Anders Broman1-15/+15
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-8/+12
2013-02-25LUA API improvementsMichael Mann1-8/+24
2013-02-15Add a new WSLUA_CLASS_FNREG_ALIAS() macro to register methods where theGuy Harris1-20/+21
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-17/+17
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-2/+11
2012-09-23Add lua_nstime_to_sec()Jakub Zawadzki1-4/+10
2012-09-23Cleanup wslua PINFO_GET_* macros. It's portable, right?Jakub Zawadzki1-47/+22
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0