Add dissector for LINKTYPE_EPON
[metze/wireshark/wip.git] / wiretap / pcap-common.c
index a53fb47e670b971b899c1f3ef26d00692476aa80..77dd9f3d93f6db5c41012c5f3a386f5378bcf703 100644 (file)
@@ -427,7 +427,10 @@ static const struct {
        /* Apple PKTAP */
        { 258,          WTAP_ENCAP_PKTAP },
 
-       /*
+       /* Ethernet Passive Optical Network */
+       { 259,          WTAP_ENCAP_EPON },
+
+  /*
         * To repeat:
         *
         * If you need a new encapsulation type for libpcap files, do