diff options
author | niks3089 <niks3089@gmail.com> | 2019-05-18 06:18:30 -0700 |
---|---|---|
committer | fxlb <devel.fx.lebail@orange.fr> | 2019-05-23 11:06:14 +0200 |
commit | e2f14ebc87586ecad6901c09a1cb7e371baf2ea1 (patch) | |
tree | 6a5ed3aec7769a042f69bd298ca8ab2616ca4b04 /CMakeLists.txt | |
parent | 05544c8eb2d3b6c9f0ccd25d9ea0f28515976adf (diff) | |
download | tcpdump-e2f14ebc87586ecad6901c09a1cb7e371baf2ea1.tar.gz |
New ethertype protocol for Arista Networks
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 76d6734f..7f762004 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -955,6 +955,7 @@ set(NETDISSECT_SOURCE_LIST_C print-aoe.c print-ap1394.c print-arcnet.c + print-arista.c print-arp.c print-ascii.c print-atalk.c |