aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_dumper.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-21From Holger Freyther via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-1/+1
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam1-5/+10
2009-05-08Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke1-5/+5
2009-01-27Corrected some defines. Use defines when appropriate.Stig Bjørlykke1-8/+8
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-04-12From Marton Nemeth (bug 2447):Stig Bjørlykke1-1/+1
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-1/+1
2007-03-21packet_info.c and packet.cLuis Ontanon1-2/+3
2007-01-05* have the Dumper using either '\' or '/' as directory separator in all platt...Luis Ontanon1-5/+32
2006-10-18Add module information for generated docsLuis Ontanon1-1/+3
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+389