dissect-wireshark: Add support for dissecting PPP frames
This commit also fixes Info column output: before this change, the
column was showing KeyLocator name for data packets, instead of name of
the data packet.
Change-Id: I742d943662916072b1f08ff6050564ff34a698b4
diff --git a/tools/dissect-wireshark/README.md b/tools/dissect-wireshark/README.md
index 02497c7..d304ce6 100644
--- a/tools/dissect-wireshark/README.md
+++ b/tools/dissect-wireshark/README.md
@@ -17,6 +17,8 @@
- NDN packets are encapsulated in Ethernet frames with EtherType 0x8624.
+- NDN packets are encapsulated in PPP frames with protocol type 0x0077.
+
## Available dissection features
- When UDP packet is fragmented, the dissection is performed after the full IP reassembly.