aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_dumper.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu1-0/+5
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-2/+2
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-7/+6
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-2/+6
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-26/+34
2018-02-06Get rid of the pkt_encap field in struct packet_info.Guy Harris1-2/+2
2017-08-05Lua: Check for PseudoHeader.noneStig Bjørlykke1-1/+3
2017-08-05Lua: Fix error message in Dumper:dump()Stig Bjørlykke1-1/+1
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington1-2/+4
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-2/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-4/+3
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-0/+12
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-14/+14
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-3/+5
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-6/+30
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-2/+2
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-10/+2
2014-06-18Convert the obvious emem to wmem in lua code.Evan Huus1-2/+2
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+5
2014-05-09Revert "Refactor Wiretap"Guy Harris1-3/+3
2014-05-09Refactor WiretapMichael Mann1-3/+3
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-14/+22
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/+20
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-2/+2
2014-01-31Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.Hadriel Kaplan1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-6/+6
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-13Explicit inclusion of emem.hJörg Mayer1-0/+2
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-3/+3
2013-04-01In the Lua dumper code, don't bother checking whether the encapsulationGuy Harris1-18/+38
2013-03-16From beroset:Anders Broman1-8/+8
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-1/+7
2013-02-15Add a new WSLUA_CLASS_FNREG_ALIAS() macro to register methods where theGuy Harris1-6/+6
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-3/+3
2012-10-16Second try to fix wslua building.Jakub Zawadzki1-2/+3
2012-10-16Try to fix building wslua.Jakub Zawadzki1-1/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-28Always memset the packet-header struct in Lua to avoidEvan Huus1-7/+17
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-17Clean up indentation.Guy Harris1-85/+85
2011-11-06From Robert G. Jakabosky via bug 5575:Stig Bjørlykke1-1/+2
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-123/+106
2010-10-21Make the indentation consistent.Jeff Morriss1-1/+1
2010-10-21Fix up indentation to get it consistent and other minor cleanup issues.Jeff Morriss1-144/+161