PPP: RTP IPHC Compressed Non TCP packets and D bit zero packets (RFC 2507)
authorJohn A. Thacker <johnthacker@gmail.com>
Wed, 25 Nov 2015 16:07:26 +0000 (11:07 -0500)
committerMichael Mann <mmann78@netscape.net>
Wed, 25 Nov 2015 22:43:49 +0000 (22:43 +0000)
commit723756bfd7a368feb6f60409fbc0992f7efd4827
tree82ac4d34656bf4d7ccf3d32901f32f833656b50c
parent83c8cd2f27bee7cfe86880c631f435f8fed265a7
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@netscape.net>
Reviewed-by: Michael Mann <mmann78@netscape.net>
epan/dissectors/packet-ppp.c