aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tvb.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-23From Tony Trinh via bug 5960: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-05-27Make TVBs opaque for most users.Jeff Morriss1-1/+1
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier1-6/+2
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-226/+142
2010-10-21Make the indentation consistent.Jeff Morriss1-143/+227
2010-01-07Made more generic concat meta method for TvbRange, Int64 and UInt64.Stig Bjørlykke1-52/+15
2010-01-06Added concat meta method for TvbRange, Int64 and UInt64.Stig Bjørlykke1-0/+52
2010-01-06Fix some documentation typos.Stig Bjørlykke1-2/+2
2010-01-05Added signed integer TvbRange methods.Stig Bjørlykke1-0/+131
2010-01-05Use correct method names in TvbRange error messages.Stig Bjørlykke1-6/+6
2010-01-01Add missing stringz tvbrange method.Stig Bjørlykke1-0/+16
2009-10-11Make more functions static.Stig Bjørlykke1-1/+1
2009-10-01Removed redundant prototype of Tvb_range().Stig Bjørlykke1-2/+0
2009-07-08Minor documentation fixBalint Reczey1-3/+3
2009-06-08From Sam Roberts:Stig Bjørlykke1-22/+94
2009-06-08Changed g_strdup_printf -> ep_strdup_printf.Stig Bjørlykke1-17/+37
2009-05-10Fix a typo in a comment.Stig Bjørlykke1-1/+1
2009-05-08Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke1-72/+70
2009-01-27Corrected some defines. Use defines when appropriate.Stig Bjørlykke1-18/+18
2009-01-27Fixed some typos.Stig Bjørlykke1-1/+1
2008-10-31Document the new lua functions.Stig Bjørlykke1-0/+2
2008-10-31Provide TvbRange:{offset|len}() instead of TvbRange.{offset|len}.Balint Reczey1-81/+27
2008-09-16Fix compilation under Windows (uint -> guint).Gerald Combs1-13/+13
2008-09-16Adds 64 bit integer handling to Lua interface.Balint Reczey1-4/+125
2008-09-16Fix for bug 1965:Balint Reczey1-3/+14
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-29Try to get the docbook buildbot runnig.Luis Ontanon1-1/+1
2008-07-26From Balint ReczeyLuis Ontanon1-67/+168
2008-04-25From: Márton Németh:Jaap Keuter1-6/+6
2008-04-12From Marton Nemeth (bug 2447):Stig Bjørlykke1-1/+1
2008-04-10 fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2448Luis Ontanon1-27/+27
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-5/+5
2007-04-12From: Balint ReczeyLuis Ontanon1-0/+25
2007-04-11have tvbrange:get_ipv4() not modifying the byte order of the extraced data.Luis Ontanon1-1/+1
2007-01-27Fix docbook documentationLuis Ontanon1-11/+5
2007-01-24Fix compilation (under Windows, at least).Gerald Combs1-111/+111
2007-01-23add range to the metatable of Tvb.Luis Ontanon1-0/+1
2007-01-23tvb:range did not appear under Tvb in generated refmanLuis Ontanon1-6/+13
2006-12-22fix a typo.Luis Ontanon1-2/+1
2006-12-22- Fix the name of the disable_lua variable.Luis Ontanon1-1/+8
2006-10-24Have Lua disabled by default.Luis Ontanon1-56/+97
2006-10-18Add module information for generated docsLuis Ontanon1-1/+3
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+738