Overview
Request 576363 accepted
- Update to version 17.11
* Added TCP reassembly module
* Set Unilicense as PcapPlusPlus license
* Added support for DPDK 16.11 and 17.02 (replacing old 2.1
version)
* Added 5 tutorials for getting started with PcapPlusPlus:
http://seladb.github.io/PcapPlusPlus-Doc/tutorials.html
* Added installation target ('make install') on Linux and MacOS
* New protocols:
+ SIP
+ SDP
+ IPv4 options
+ Raw IP link layer type
+ VXLAN
* New and updated utilities:
+ New TCP reassembly utility
+ PcapSplitter now includes split criteria in split file names
(for example: when splitting by client IP output files will
look like: filename-client-ip-x.x.x.x.pcap). This applies
also to splitting by server IP, server port and BPF filter
(thanks to @bpagon13 !)
+ PcapSplitter now supports splitting pcap files with link
type other than Ethernet
+ Added version information for all utilities
* Choose whether to parse a packet fully or up to a certain layer
* Added support for libpcap immediate mode where supported
(libpcap ver>=1.5) - thanks to @f-squirrel !
* pthreads on MinGW are now linked statically (upgraded pthreads
to 2.10)
* Added PcapPlusPlus version and Git info API
* Clean-ups:
+ Removed unnecessary files and reduced repo size
+ Removed compilation warnings
+ Cleaner makefiles and makefile output
+ Moved debug-new to 3rd-party
* Many bugfixes
- Dropped pcap++-rpmlint.patch and pcap++-big_endian.patch
(merged upstream)
- Refreshed pcap++-dpdk.patch
- Added pcap++-paths.patch
- Disabled dpdk until upstream catches up with current version
Request History
alois created request
- Update to version 17.11
* Added TCP reassembly module
* Set Unilicense as PcapPlusPlus license
* Added support for DPDK 16.11 and 17.02 (replacing old 2.1
version)
* Added 5 tutorials for getting started with PcapPlusPlus:
http://seladb.github.io/PcapPlusPlus-Doc/tutorials.html
* Added installation target ('make install') on Linux and MacOS
* New protocols:
+ SIP
+ SDP
+ IPv4 options
+ Raw IP link layer type
+ VXLAN
* New and updated utilities:
+ New TCP reassembly utility
+ PcapSplitter now includes split criteria in split file names
(for example: when splitting by client IP output files will
look like: filename-client-ip-x.x.x.x.pcap). This applies
also to splitting by server IP, server port and BPF filter
(thanks to @bpagon13 !)
+ PcapSplitter now supports splitting pcap files with link
type other than Ethernet
+ Added version information for all utilities
* Choose whether to parse a packet fully or up to a certain layer
* Added support for libpcap immediate mode where supported
(libpcap ver>=1.5) - thanks to @f-squirrel !
* pthreads on MinGW are now linked statically (upgraded pthreads
to 2.10)
* Added PcapPlusPlus version and Git info API
* Clean-ups:
+ Removed unnecessary files and reduced repo size
+ Removed compilation warnings
+ Cleaner makefiles and makefile output
+ Moved debug-new to 3rd-party
* Many bugfixes
- Dropped pcap++-rpmlint.patch and pcap++-big_endian.patch
(merged upstream)
- Refreshed pcap++-dpdk.patch
- Added pcap++-paths.patch
- Disabled dpdk until upstream catches up with current version
alois accepted request