aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/CMakeLists.txt
diff options
context:
space:
mode:
authorKim Kempf <kim.kempf@apcon.com>2016-07-12 10:28:38 -0700
committerMichael Mann <mmann78@netscape.net>2016-07-13 21:58:38 +0000
commit1bd438ba5236d81afeb2190f637e85eb6a12beaf (patch)
tree6451f7e6b8da3a4f2a94b1a3e4355d7a34ad04d2 /epan/dissectors/CMakeLists.txt
parent62233277a20bd1fbee890489854443446c7d1c41 (diff)
Adding 802.1BR E-Tag dissector
Based on IEEE Std 802.1BR-2012 Bug: 12613 Change-Id: Ic5198471f67a1af728df40a09443a1cab2621169 Reviewed-on: https://code.wireshark.org/review/16402 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/CMakeLists.txt')
-rw-r--r--epan/dissectors/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt
index 38e2149ba1..120466913f 100644
--- a/epan/dissectors/CMakeLists.txt
+++ b/epan/dissectors/CMakeLists.txt
@@ -551,6 +551,7 @@ set(DISSECTOR_SRC
packet-erldp.c
packet-esio.c
packet-esis.c
+ packet-etag.c
packet-etch.c
packet-eth.c
packet-etherip.c