aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2013-05-29wslua: Adda a wtap_encaps name to replace wtap which is too generic.Luis Ontanon1-1/+1
2013-05-29Fix what looks to be a typo in definition of wtap_encaps.Jeff Morriss1-2/+2
2013-05-29 fix for bug 7465Luis Ontanon2-1/+12
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss2-4/+4
2013-04-01In the Lua dumper code, don't bother checking whether the encapsulationGuy Harris1-18/+38
2013-03-24Squelch some "casting away constness" warnings.Guy Harris2-3/+3
2013-03-23From Hadriel Kaplan and myself via https://bugs.wireshark.org/bugzilla/show_b...Evan Huus1-1/+1
2013-03-19Added TvbRange uncompress().Stig Bjørlykke1-0/+31
2013-03-16From beroset:Anders Broman10-91/+92
2013-03-15Update Lua BitOp to version 1.0.2Stig Bjørlykke1-13/+15
2013-03-14From beroset:Anders Broman2-19/+19
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-11Fix Coverity CID 989732: Structurally dead code.Chris Maynard1-8/+18
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