aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2015-03-12CMake: Update wslua build and test.Gerald Combs4-73/+96
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs3-5/+5
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-2/+2
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier12-76/+229
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-1/+1
2015-02-04Simplify how we find Lua and expand the places we look.Jeff Morriss1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan5-20/+192
2015-01-25Lua can free tvbuffs too earlyHadriel Kaplan1-3/+8
2015-01-24Get Wireshark to compile with afl-gcc.Gerald Combs1-2/+2
2015-01-23Fix some WsLua documentation errorsHadriel Kaplan2-9/+34
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris12-73/+73
2015-01-22Get us building with the subdir-objects automake option.Jeff Morriss2-33/+48
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris2-5/+8
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-1/+7
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-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 Kaplan7-41/+38
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-3/+3
2015-01-04Lua: replace proto_tree_add_text callsHadriel Kaplan3-3/+31
2015-01-03Lua: replace deprecated functionsHadriel Kaplan4-15/+12
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+2
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-3/+5
2015-01-01Lua: FieldInfo '==' check isn't really equalityHadriel Kaplan1-12/+10
2014-12-31wslua field: fix Copy-paste error (CID 1158590 & 1158589)Alexis La Goutte1-2/+2
2014-12-31Lua: allow a Dissector object to be passed in for register_heuristicHadriel Kaplan2-0/+32
2014-12-31Lua: getting fieldinfo.value for FT_NONE causes assertHadriel Kaplan1-4/+6
2014-12-28Expose dissector_add_for_decode_as() to LuaHadriel Kaplan1-0/+24
2014-12-28Create FT_FCWWN field type.Michael Mann3-0/+13
2014-12-25Lua accessor for Protocol field type gets wrong dataHadriel Kaplan1-2/+21
2014-12-25Bug 10233 - Wireshark crashes if Lua heuristic dissector returns trueHadriel Kaplan1-7/+15
2014-12-18Handle "I can't map this for that file format" better.Guy Harris2-8/+32
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 Harris2-6/+6
2014-12-15Enable case-insensitive string dissector tablesEvan Huus1-1/+1
2014-12-11Give dissector_all_heur_tables_foreach_table() a sort function.Guy Harris1-1/+1
2014-12-11Make the type of the second argument to a DATFunc_heur_table explicit.Guy Harris1-1/+1
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-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-2/+2
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-1/+9
2014-11-09Convert the Lua reference to AsciiDoc.Gerald Combs4-29/+29
2014-11-06Lua: Fixed some memory leakages.Stig Bjørlykke2-12/+19
2014-11-04Lua: Fix for register dissectors only once.Stig Bjørlykke1-1/+3
2014-11-04Lua: Register dissectors only once.Stig Bjørlykke2-6/+4
2014-10-31Lua: Only register postdissectors once.Stig Bjørlykke1-0/+1
2014-10-22Lua: Added support for FT_EUI64.Stig Bjørlykke1-1/+12
2014-10-18Lua: Added ProtoField.noneStig Bjørlykke1-2/+11
2014-10-17Remove unnecessary include of <ctype.h>.Guy Harris1-1/+0