Wireshark-bugs: [Wireshark-bugs] [Bug 3619] PPP Direction Information Metadata Lost when Convert

Date: Sat, 27 Jun 2009 13:23:32 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3619


Michael Tüxen <Michael.Tuexen@xxxxxxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |n.de




--- Comment #5 from Michael Tüxen <Michael.Tuexen@xxxxxxxxxxxxxxxxx>  2009-06-27 13:23:31 PDT ---
Hi Tyson,

this problem is not related to pcapng, but this restriction is also true for
pcap files.
>From wiretap/pcap-common.c:

        case WTAP_ENCAP_PPP_WITH_PHDR:
                /*
                 * Also special-case PPP with direction bits; map it to
                 * PPP, even though that means that the direction of the
                 * packet is lost.
                 */
                return 9;

I'm not sure why it is this way, but I'll have a look. I'll leave the bug open
for now.

Best regards
Michael


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.