aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Explicit inclusion of emem.hJörg Mayer9-1/+16
2013-09-12From Robert G. Jakabosky via bug 5575:Stig Bjørlykke1-2/+7
2013-09-10Enable Lua ldap, smb and smb2 tapsStig Bjørlykke1-3/+3
2013-09-10Added TreeItem prepend_text().Stig Bjørlykke1-0/+19
2013-09-10Fixed some NSTime error texts.Stig Bjørlykke1-3/+3
2013-09-10Fixed FieldInfo documentation.Stig Bjørlykke1-11/+14
2013-09-09Return ByteArray as "value" for FieldInfo's with type FT_NONE (which has data).Stig Bjørlykke1-3/+6
2013-09-09Initialize all tvb values in FieldInfo_get_range.Stig Bjørlykke1-0/+2
2013-09-09Removed return value from ByteArray append and prepend, as this did pushStig Bjørlykke1-6/+7
2013-09-09Added DissectorTable_set and DissectorTable_remove_all to simplify changingStig Bjørlykke1-10/+94
2013-09-08Couldn't quite figure out how to make the expert items in proto.c and the LUA...Michael Mann2-3/+3
2013-09-07Fix lua docstring causing the buildbot's documentation step to fail.Evan Huus1-2/+2
2013-09-07Added pinfo.can_desegment to lua script.Stig Bjørlykke1-0/+8
2013-09-07Added support for a "prefs_change" function in Lua scripts, which is calledStig Bjørlykke3-8/+44
2013-09-07Added support for integer range in DissectorTable_add and DissectorTable_remove.Stig Bjørlykke1-6/+28
2013-09-07A small documentation fix for DissectorTable_remove.Stig Bjørlykke1-1/+1
2013-09-07Added syntax and range checks for Lua Prefs.range default values.Stig Bjørlykke1-7/+26
2013-09-06Make the Lua dissector "init" routine work again.Stig Bjørlykke1-12/+2
2013-08-22Added TvbRange strsize().Stig Bjørlykke1-0/+17
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-2/+2
2013-08-14Use 4-space indentation consistently.Guy Harris1-214/+214
2013-08-13Show the Lua plugin being loaded in the splash screen.Stig Bjørlykke3-17/+76
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+2
2013-08-05Completely remove support for proto_item_set_expert_flags.Michael Mann1-20/+0
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-3/+3
2013-07-28Add support for 64 bit value string in Lua.Stig Bjørlykke1-12/+78
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-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-2/+5
2013-07-10Document that ProtoField INT64 and UINT64 does not support value string.Stig Bjørlykke1-2/+2
2013-07-10Use luaL_optnumber for ProtoField mask, to avoid a signed cast.Stig Bjørlykke1-3/+3
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss2-2/+1
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-1/+1
2013-05-29wslua: Adda a wtap_encaps name to replace wtap which is too generic.Luis Ontanon1-1/+1
2013-05-29Fix what looks to be a typo in definition of wtap_encaps.Jeff Morriss1-2/+2
2013-05-29 fix for bug 7465Luis Ontanon2-1/+12
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss2-4/+4
2013-04-01In the Lua dumper code, don't bother checking whether the encapsulationGuy Harris1-18/+38
2013-03-24Squelch some "casting away constness" warnings.Guy Harris2-3/+3
2013-03-23From Hadriel Kaplan and myself via https://bugs.wireshark.org/bugzilla/show_b...Evan Huus1-1/+1
2013-03-19Added TvbRange uncompress().Stig Bjørlykke1-0/+31
2013-03-16From beroset:Anders Broman10-91/+92
2013-03-15Update Lua BitOp to version 1.0.2Stig Bjørlykke1-13/+15
2013-03-14From beroset:Anders Broman2-19/+19
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-11Fix Coverity CID 989732: Structurally dead code.Chris Maynard1-8/+18
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris3-7/+6
2013-02-26Fix a misspelled word; Do some minor tweaking of the wording of a few comments.Bill Meier1-7/+8
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-4/+4