Wireshark-commits: [Wireshark-commits] master 723756b: PPP: RTP IPHC Compressed Non TCP packets and
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=723756bfd7a368feb6f60409fbc0992f7efd4827
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
723756b by John A. Thacker (johnthacker@xxxxxxxxx):
PPP: RTP IPHC Compressed Non TCP packets and D bit zero packets (RFC 2507)
Add support for RFC 2507 style IP Header Compression Compressed Non TCP packets
(PPP protocol 0x0065). Also support RTP IPHC Full Header packets (protocol
0x0061) where the D bit is unset. Add expert info for when the D bit is unset
but the sequence number is nonzero.
Also fix an existing typo where the CUDP16 handle was being called for the
CUDP8 "ethertype" for NDISWAN (very rare.)
Bug: 11776
Change-Id: I9a7adcc5fdd4ee49bb75724142684043bd664111
Reviewed-on: https://code.wireshark.org/review/12143
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 83c8cd2 wmem: add initializer (CID 1340194).
adds 723756b PPP: RTP IPHC Compressed Non TCP packets and D bit zero packets (RFC 2507)
Summary of changes:
epan/dissectors/packet-ppp.c | 211 ++++++++++++++++++++++++++++++++++--------
1 file changed, 172 insertions(+), 39 deletions(-)