CAIDA / libparsebgp

Lightweight parser for binary BGP, BMP and MRT routing data
https://bgpstream.caida.org
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Remove remaining C++ code #8

Closed alistairking closed 7 years ago

ojasgupta commented 7 years ago

removed STL lists from the code. still few c++ dependencies.

alistairking commented 7 years ago
ojasgupta commented 7 years ago

Removed strings and stringstreams Removed namespaces Added Unions

Code is converted to C and is compiling successfully.

alistairking commented 7 years ago

Wow! Nice!