summaryrefslogtreecommitdiff
path: root/bird-gdb.py
AgeCommit message (Collapse)Author
2023-08-24Filter: Add bytestring typeAlexander Zubkov
- Rename BYTESTRING lexem to BYTETEXT, not to collide with 'bytestring' type name - Add bytestring type with id T_BYTESTRING (0x2c) - Add from_hex() filter function to create bytestring from hex string - Add filter test cases for bytestring type Minor changes by committer.
2019-11-03Support for address family constantsOndrej Zajicek (work)
We already had them defined on BGP level, but they are more general.
2019-02-20GDB: Added more pretty printers for filtersMaria Matejka
2019-02-20GDB pretty printers: f_inst and f_val.Maria Matejka