This update for libpcap fixes the following issues:
rpcap client code that processes a RPCAP_MSG_PACKET message received from the server incorrectly
validates its headers and allows for an OOB access (bsc#1279783).rpcapd allocates up to 65536 bytes per each RPCAP_MSG_UPDATEFILTER_REQ or RPCAP_MSG_STARTCAP_REQ
message received from the client and never frees the memory (bsc#1279784).