Acri Emanuele - 2013-11-21

Hello Vincent,

the linker seems to have problem with INLINED functions in prettypacket.h:

  • field_print
  • protocol_16bit_extract
  • protocol_48bit_extract
  • protocol_8bit_extract

try to remove the keyword "inline" from these functions, or use gcc to compile the program.

I'll try to install clang and fix the issues (but I'm sorry I have little time now to do so).

Bye