aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lua/elua_pinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2006-11-23Errase the lua plugin, its not longer in use.Luis Ontanon1-888/+0
svn path=/trunk/; revision=19965
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
svn path=/trunk/; revision=18231
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-03-19Add pinfo.lo and pinfo.hi been thise the lower and the higher between ↵Luis Ontanon1-9/+55
pinfo.src and pinfo.dst. Do not faill if Columns is NULL, as it can normally be NULL. svn path=/trunk/; revision=17677
2006-03-07- merge SubTree, ProtoTree and ProtoItem into a single TreeItem class.Luis Ontanon1-1/+2
- By the same token get rid of ProtoFieldArray having Proto.fields attribute been a lua "Array" containing fields. (still untested, and probably broken) svn path=/trunk/; revision=17486
2006-02-24I changed some vanames and did not compile...Luis Ontanon1-4/+4
svn path=/trunk/; revision=17399
2006-02-23- More "docOMMentation" of the APILuis Ontanon1-68/+98
- also supress Address__ge and Address_gt because re-reading the ref manual I noticed that they are suplerfluous (Lua assumes that a > b is equivalent to b < a, which in most cases (as this) it does) - have elua_makedoc.pl hanlde docomments in more than one line and after the line where the entity s defined. svn path=/trunk/; revision=17382
2006-02-22- More documentation embeded in the source code.Luis Ontanon1-3/+3
- Changed some Macros - Have dump:close NULLyfing the boxed object so that no futher operations are performed on a dumper once is closed. - Check if elua_register.h has changed and avoid overwriting it if it hasn't changed to avoid unnecessary compilations. svn path=/trunk/; revision=17374
2006-02-21- rename all the c filesLuis Ontanon1-0/+811
- have elua_makereg.pl generating the declaration and registration Macros for each module - start of elua_makedoc.pl that should generate the Reference Manual from the code. svn path=/trunk/; revision=17362