Packets/DefaultBundle: BUGFIX: Remove invalid EthernetPacket::type_length field overwrite in finalize()
Packets: BUGFIX: Fix init_bytes caculation on dynamic parser bitfields
adding PF_INET[6], SOCK_RAW sockets called RawV[4|6]ClientSocketHandle while naming the files RawInet... to distinguish them from PF_PACKET SOCK_RAW sockets. see Wiki for more information
Utils/Daemon: Add 'main()' documentatory example
Utils: Rename Daemon::fail() to Daemon::exit()
Replace all 'throw SystemException(...)' commands with 'throwErrno(...)' Add additional links to documentation header
- terminate on socket handle now calls v_terminate() -> protocol()->teminate() - unix domain sockets now remove there filesystem representaion on close or terminate