diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-03 16:49:22 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-07 11:05:59 +0200 |
commit | 4f30fc8e1473c0be3bfa9b24ed70a78bf861381a (patch) | |
tree | e13ce7484c0d6b5186a4d4181b8b581fc76626cd /CMakeLists.txt | |
parent | b09710dfcdd50251efd487e800cd1b9fd01eaf96 (diff) | |
download | tcpdump-4f30fc8e1473c0be3bfa9b24ed70a78bf861381a.tar.gz |
CMakeLists.txt: Restore alphabetical order for printers
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ebb4a0a..3e4bdd9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -991,8 +991,8 @@ set(NETDISSECT_SOURCE_LIST_C print-icmp6.c print-igmp.c print-igrp.c - print-ip.c print-ip-demux.c + print-ip.c print-ip6.c print-ip6opts.c print-ipcomp.c @@ -1061,6 +1061,7 @@ set(NETDISSECT_SOURCE_LIST_C print-slow.c print-smtp.c print-snmp.c + print-someip.c print-ssh.c print-stp.c print-sunatm.c @@ -1081,13 +1082,12 @@ set(NETDISSECT_SOURCE_LIST_C print-vrrp.c print-vsock.c print-vtp.c - print-vxlan.c print-vxlan-gpe.c + print-vxlan.c print-wb.c print-zep.c print-zephyr.c print-zeromq.c - print-someip.c ${LOCALSRC} signature.c strtoaddr.c |