aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2012-03-15Line-wrap an extremely long comment. Remove trailing white space.Jeff Morriss1-15/+23
2012-03-08Convert 4-space tabs to spaces.Guy Harris1-238/+238
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-02-16Fix the rest of of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6764 :Jeff Morriss1-34/+39
2012-02-14Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6764 :Jeff Morriss1-13/+13
2012-02-14As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6763 :Jeff Morriss1-1/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2012-01-25Fix usage of g_ascii_strdown() and g_ascii_strup() - they do *not*Guy Harris1-10/+10
2012-01-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6738 :Jeff Morriss1-1/+1
2012-01-13Fix some Dereference of null pointer Warning found by ClangAlexis La Goutte1-1/+1
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-1/+1
2011-11-07Do not return from within a TRY/CATCH/ENDTRY because this will make theStig Bjørlykke1-8/+11
2011-11-06From Robert G. Jakabosky via bug 5575:Stig Bjørlykke6-18/+68
2011-10-31No need to ep_strdup a string to lua_pushstring.Stig Bjørlykke1-1/+1
2011-10-30Don't ep_strdup the protocol name when register a dissector, becauseStig Bjørlykke1-1/+1
2011-10-25Allow signed integers displayed as BASE_HEX_DEC.Stig Bjørlykke1-1/+1
2011-10-25Added another Lua warning:Stig Bjørlykke1-0/+2
2011-10-25Added Lua error messages when:Stig Bjørlykke1-0/+7
2011-10-19Duplicate Lua strings we put into the private_table.Stig Bjørlykke1-2/+7
2011-10-18Added a private hash table to transport string values between dissectors.Stig Bjørlykke3-0/+161
2011-10-18Use PINFO_GET_BOOLEAN for visited.Stig Bjørlykke1-12/+1
2011-10-13Added some Lua pinfo fields:Stig Bjørlykke1-1/+37
2011-10-02From Alex Vallee via bug 6346:Stig Bjørlykke1-0/+56
2011-10-02Added register action for loading Lua plugins.Stig Bjørlykke2-6/+10
2011-08-25Do case insensitive search for lua scripts to load.Stig Bjørlykke1-3/+1
2011-08-25Add a method to fetch protocol description.Stig Bjørlykke1-0/+10
2011-08-21Add some NSTime methods: add, sub and unm.Stig Bjørlykke1-0/+36
2011-08-19Introduce NSTime Lua object to handle nstime_t.Stig Bjørlykke6-0/+332
2011-08-11Clarify that Tvb_reported_length_remaining may return -1Jeff Morriss1-1/+1
2011-08-11From Alexander Stein via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+17
2011-08-10Add a Tvb_reported_len Lua API; this may help satisfy bug 6175.Jeff Morriss1-0/+15
2011-08-08Load console.lua and dtd-gen.lua from an explicit path.Gerald Combs1-2/+2
2011-08-07Replace deprecated glib functions.Jörg Mayer1-4/+4
2011-07-04From Michael Mann:Anders Broman1-0/+2
2011-06-28From bug 6057:Stig Bjørlykke1-3/+3
2011-06-27From bug 6057:Stig Bjørlykke1-0/+19
2011-06-25From Tony Trinh via bug 6018:Stig Bjørlykke1-18/+65
2011-06-25Added check for invalid chars in abbrev in ProtoField functions.Stig Bjørlykke1-0/+20
2011-06-25Remove "range" from Lua's Pref.range(), as this value shall be fetched from Stig Bjørlykke1-4/+3
2011-06-25From Tony Trinh via bug 5894:Stig Bjørlykke1-1/+1
2011-06-23From Tony Trinh via bug 5960:Stig Bjørlykke1-1/+1
2011-06-23Use guint32 internally to store mask.Stig Bjørlykke1-1/+1
2011-06-23Rename Tvb_new_real to ByteArray_tvb, as it's a ByteArray function.Stig Bjørlykke1-7/+6
2011-06-23Rename Tvb_tvb to TvbRange_tvb, as it's a TvbRange function.Stig Bjørlykke1-2/+2
2011-06-01Show the plugin paths in Help→About→Plugins. Add a "-G plugins" optionGerald Combs1-3/+3
2011-05-27Make TVBs opaque for most users.Jeff Morriss2-2/+2
2011-05-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5930 :Jeff Morriss1-2/+5
2011-05-17More eradication of old-style function definitions.Guy Harris1-1/+1
2011-05-09Comment out dead code.Jakub Zawadzki1-1/+2
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs1-1/+0