aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris1-6/+5
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris2-3/+1
2014-10-17Don't use ctype.h routines.Guy Harris1-2/+9
2014-10-16Fix some more "char is unsigned" issues, and a possible "char is signed" one.Guy Harris1-4/+4
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke11-201/+65
2014-10-10Fix some more int-to-enum conversion complaint.Guy Harris1-4/+10
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-6/+6
2014-10-09Lua: Improved TreeItem:add documentation.Stig Bjørlykke1-9/+13
2014-10-08Make sure we don't dereference a null pointer.Gerald Combs1-7/+21
2014-10-08Fix a comment.Guy Harris1-1/+1
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-6/+3
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-14/+19
2014-10-07Revert "ASN1: Added support for using #.REGISTER_NEW"Gerald Combs1-19/+14
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-14/+19
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-2/+2
2014-09-29Fix lua bindings for timestamp precisionHadriel Kaplan1-0/+2
2014-09-29Fix lua bindings to handle timestamp precision changesEvan Huus2-2/+11
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-6/+6
2014-09-20Fix wslua_filehandler_open() to work as wiretap open routines should.Guy Harris1-2/+12
2014-09-10Various minor changes:Bill Meier1-6/+19
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-08-13Fix warning (turning error) when compiling with -O3Joerg Mayer1-1/+3
2014-08-12Fix generation of wslua taps in out-of-source-tree builds when the source treeJeff Morriss2-8/+7
2014-08-03Make Lua taps work in out-of-source-tree builds.Jeff Morriss4-19/+16
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-4/+4
2014-08-02Revert "Make Lua taps work in out-of-source-tree builds."Evan Huus3-14/+11
2014-08-02Make Lua taps work in out-of-source-tree builds.Jeff Morriss3-11/+14
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris3-6/+6
2014-06-30Move stat_menu.h to libui.Guy Harris3-5/+5