aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2012-07-28Always memset the packet-header struct in Lua to avoideapache1-7/+17
2012-07-18Fix some system header files that were #included with "" instead of <>.eapache1-2/+2
2012-07-09From Evan Huus:etxrab1-3/+11
2012-06-28Update Free Software Foundation address.darkjames20-20/+20
2012-06-25From Tony Trinh:etxrab1-1/+1
2012-06-25From Tony Trinh:etxrab11-59/+103
2012-06-22Give hint to check http://wiki.wireshark.org/CaptureSetup/CapturePrivileges i...rbalint1-5/+6
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss10-143/+260
2012-03-08Convert 4-space tabs to spaces.guy1-238/+238
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....wmeier1-1/+1
2012-02-16Fix the rest of of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6764 :morriss1-34/+39
2012-02-14Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6764 :morriss1-13/+13
2012-02-14As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6763 :morriss1-1/+1
2012-01-29Add *.sbr files to the clean target.etxrab1-1/+1
2012-01-25Fix usage of g_ascii_strdown() and g_ascii_strup() - they do *not*guy1-10/+10
2012-01-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6738 :morriss1-1/+1
2012-01-13Fix some Dereference of null pointer Warning found by Clangalagoutte1-1/+1
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-1/+1
2011-11-07Do not return from within a TRY/CATCH/ENDTRY because this will make thestig1-8/+11
2011-11-06From Robert G. Jakabosky via bug 5575:stig6-18/+68
2011-10-31No need to ep_strdup a string to lua_pushstring.stig1-1/+1
2011-10-30Don't ep_strdup the protocol name when register a dissector, becausestig1-1/+1
2011-10-25Allow signed integers displayed as BASE_HEX_DEC.stig1-1/+1
2011-10-25Added another Lua warning:stig1-0/+2
2011-10-25Added Lua error messages when:stig1-0/+7
2011-10-19Duplicate Lua strings we put into the private_table.stig1-2/+7
2011-10-18Added a private hash table to transport string values between dissectors.stig3-0/+161
2011-10-18Use PINFO_GET_BOOLEAN for visited.stig1-12/+1
2011-10-13Added some Lua pinfo fields:stig1-1/+37
2011-10-02From Alex Vallee via bug 6346:stig1-0/+56
2011-10-02Added register action for loading Lua plugins.stig2-6/+10
2011-08-25Do case insensitive search for lua scripts to load.stig1-3/+1
2011-08-25Add a method to fetch protocol description.stig1-0/+10
2011-08-21Add some NSTime methods: add, sub and unm.stig1-0/+36
2011-08-19Introduce NSTime Lua object to handle nstime_t.stig6-0/+332
2011-08-11Clarify that Tvb_reported_length_remaining may return -1morriss1-1/+1
2011-08-11From Alexander Stein via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-0/+17
2011-08-10Add a Tvb_reported_len Lua API; this may help satisfy bug 6175.morriss1-0/+15
2011-08-08Load console.lua and dtd-gen.lua from an explicit path.gerald1-2/+2
2011-08-07Replace deprecated glib functions.jmayer1-4/+4
2011-07-04From Michael Mann:etxrab1-0/+2
2011-06-28From bug 6057:stig1-3/+3
2011-06-27From bug 6057:stig1-0/+19
2011-06-25From Tony Trinh via bug 6018:stig1-18/+65
2011-06-25Added check for invalid chars in abbrev in ProtoField functions.stig1-0/+20
2011-06-25Remove "range" from Lua's Pref.range(), as this value shall be fetched from stig1-4/+3
2011-06-25From Tony Trinh via bug 5894:stig1-1/+1
2011-06-23From Tony Trinh via bug 5960:stig1-1/+1
2011-06-23Use guint32 internally to store mask.stig1-1/+1
2011-06-23Rename Tvb_new_real to ByteArray_tvb, as it's a ByteArray function.stig1-7/+6