Merge remote-tracking branch 'origin/topic/awelzel/serial-ppp-0x9'

* origin/topic/awelzel/serial-ppp-0x9:
  PPP: Add PPP analyzer to handle LINKTYPE_PPP (0x9)
This commit is contained in:
Arne Welzel 2023-08-24 12:25:24 +02:00
commit 9bbc3a55d4
22 changed files with 335 additions and 173 deletions

2
NEWS
View file

@ -59,6 +59,8 @@ New Functionality
values is not supported. We plan to extend the use of the ``as`` keyword to
support more type conversions in the future.
- Added new packet analyzer to handle PCAP files DLT_PPP link type.
Changed Functionality
---------------------