summaryrefslogtreecommitdiffstats
path: root/src/datatype.c
Commit message (Expand)AuthorAgeFilesLines
* expr: catch missing and excess elements in concatenationsPatrick McHardy2013-04-221-3/+6
* mark: fix numeric mark value parsingPatrick McHardy2013-04-181-0/+7
* expr: fix concat expression type propagationPatrick McHardy2013-04-181-0/+37
* types: add ethernet address typePatrick McHardy2013-04-181-0/+1
* datatype: parse/print in all basetypes subsequentlyPatrick McHardy2013-04-181-9/+15
* debug: include verbose message in all BUG statementsroot2012-12-081-2/+2
* datatype: reject incompletely parsed integers in integer_type_parse()Patrick McHardy2010-07-061-1/+3
* netlink: fix byteorder of RHS of relational meta expressionPatrick McHardy2010-07-061-0/+1
* expressions: kill seperate sym_type datatype for symbolsPatrick McHardy2009-04-011-6/+6
* datatype: add/move size and byte order information into data typesPatrick McHardy2009-03-311-9/+20
* datatype: maintain table of all datatypes and add registration/lookup functionPatrick McHardy2009-03-311-10/+65
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+568