aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris3-7/+6
2013-02-26Fix a misspelled word; Do some minor tweaking of the wording of a few comments.Bill Meier1-7/+8
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-4/+4
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier2-3/+3
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann11-62/+135
2013-02-25LUA API improvementsMichael Mann1-8/+24
2013-02-25Bugfix Lua pinfo.cols.protocol not holding value in postdissectorMichael Mann2-1/+19
2013-02-25Fix Lua 5.2 panic problems.Michael Mann3-38/+47
2013-02-23Invert the if statement into the common form:Evan Huus1-15/+17
2013-02-23Add a return statement accidentally removed in r47783 and tweak theEvan Huus1-4/+9
2013-02-20Add modelines, fix indentation to be a consistent 4-spaces throughout.Evan Huus1-228/+239
2013-02-20From Hadrien Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8357Evan Huus1-13/+48
2013-02-15Add a new WSLUA_CLASS_FNREG_ALIAS() macro to register methods where theGuy Harris5-36/+38
2013-01-10From "temp4746":Anders Broman1-1/+3
2012-12-26OK, fine, maybe sometimes it's used; flag it with _U_ while we're at it.Guy Harris1-1/+1
2012-12-26If a parameter might be unused, mark it with _U_; don't stick in a fakeGuy Harris1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris3-5/+5
2012-12-05Whitespace changesJörg Mayer1-3/+3
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-17/+17
2012-11-30Added check for missing/empty ProtoField abbrev also inStig Bjørlykke1-0/+20
2012-11-23From mathewt via bug 8012:Stig Bjørlykke1-2/+2
2012-11-18Added check for missing/empty ProtoField abbrev.Stig Bjørlykke1-0/+4
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-3/+3
2012-10-16Second try to fix wslua building.Jakub Zawadzki1-2/+3
2012-10-16Try to fix building wslua.Jakub Zawadzki1-1/+2
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