aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorPhilip Rosenberg-Watt <p.rosenberg-watt@cablelabs.com>2014-04-22 14:16:40 -0600
committerEvan Huus <eapache@gmail.com>2014-04-28 15:26:32 +0000
commitcd68b4744cbad2f7c2137bc082b72267184b477a (patch)
tree340c1e3e7ac9aa929fed6f5c8f1fb3395bdd90a9 /wiretap/wtap.c
parent484b183e3f437da8fa140087f2486d387810d901 (diff)
Add dissector for LINKTYPE_EPON
See IEEE Standard 802.3-2012 Section 5, Clause 65 and CableLabs DPoE Security and Certificate Specification 1.0, Section 6. Currently dissects 1G mode. 10G mode will be added when hardware is available. Change-Id: I6232af9bf6807644ef66a120d97e5fa5927988fe Reviewed-on: https://code.wireshark.org/review/1284 Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 343a9b23c4..403734706c 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -732,6 +732,9 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_PKTAP */
{ "Apple PKTAP", "pktap" },
+
+ /* WTAP_ENCAP_EPON */
+ { "Ethernet Passive Optical Network", "epon" },
};
WS_DLL_LOCAL