From: Francois-Xavier Le Bail Date: Sun, 5 Nov 2023 21:01:08 +0000 (+0100) Subject: TCP: Sort #defines in the header file by port number X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/766c2273592ecf538d74923a65f6f85adce0fc11 TCP: Sort #defines in the header file by port number [skip ci] --- diff --git a/tcp.h b/tcp.h index a4c28b61..268869a4 100644 --- a/tcp.h +++ b/tcp.h @@ -140,6 +140,9 @@ extern const struct tok tcp_flag_values[]; #ifndef NFS_PORT #define NFS_PORT 2049 #endif +#ifndef REDIS_PORT +#define REDIS_PORT 6379 +#endif #ifndef OPENFLOW_PORT_OLD #define OPENFLOW_PORT_OLD 6633 #endif @@ -155,6 +158,3 @@ extern const struct tok tcp_flag_values[]; #ifndef BEEP_PORT #define BEEP_PORT 10288 #endif -#ifndef REDIS_PORT -#define REDIS_PORT 6379 -#endif