aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-2/+11
2012-09-23Add lua_nstime_to_sec()Jakub Zawadzki1-4/+10
2012-09-23Cleanup wslua PINFO_GET_* macros. It's portable, right?Jakub Zawadzki1-47/+22
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss12-24/+0
2012-09-15From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus1-0/+13
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2-2/+2
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-1/+1
2012-07-28Always memset the packet-header struct in Lua to avoidEvan Huus1-7/+17
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus1-2/+2
2012-07-09From Evan Huus:Anders Broman1-3/+11
2012-06-28Update Free Software Foundation address.Jakub Zawadzki20-20/+20
2012-06-25From Tony Trinh:Anders Broman1-1/+1
2012-06-25From Tony Trinh:Anders Broman11-59/+103
2012-06-22Give hint to check http://wiki.wireshark.org/CaptureSetup/CapturePrivileges i...Balint Reczey1-5/+6
2012-06-17Clean up indentation.Guy Harris1-85/+85
2012-06-05Fix Coverity 702396: tvbr is ep_ allocated so it can't be NULL.Jeff Morriss1-7/+1
2012-06-05Fix Coverity 702397: reference tvbr *after* checking that it is not NULL.Jeff Morriss1-2/+5
2012-05-25Add a "fallthrough" comment to avoid a missing break report from Coverity. F...Chris Maynard1-0/+1
2012-05-21From Evan Huus:Anders Broman3-6/+8
2012-05-14tvb_unicode_strsize() returns number of bytes, NOT number of UCS-2 characters.Jakub Zawadzki1-3/+1
2012-05-14Get rid of remaining Booleans-as-encoding-arguments inGuy Harris3-17/+113
2012-04-27From Evan Huus: Fix memory leaks in wslua_tvb.c fix typos in wslu_proto.c htt...Anders Broman2-8/+14
2012-04-27From Evan Huus: Fix memory leaks in wslua_proto.cAnders Broman1-4/+12
2012-04-27From Evan Huus: Fix memory leaks in wslua_pinfo.c https://bugs.wireshark.org/...Anders Broman1-1/+2
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
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