123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316 |
- struct udphdr {
- uint16_t uh_sport;
- uint16_t uh_dport;
- uint16_t uh_ulen;
- uint16_t uh_sum;
- };
- #ifndef NAMESERVER_PORT
- #define NAMESERVER_PORT 53
- #endif
- #ifndef TACACS_DB_PORT
- #define TACACS_DB_PORT 65
- #endif
- #ifndef ORACLE_SQLNET_PORT
- #define ORACLE_SQLNET_PORT 66
- #endif
- #ifndef BOOTPS_PORT
- #define BOOTPS_PORT 67
- #endif
- #ifndef BOOTPC_PORT
- #define BOOTPC_PORT 68
- #endif
- #ifndef TFTP_PORT
- #define TFTP_PORT 69
- #endif
- #ifndef KERBEROS_PORT
- #define KERBEROS_PORT 88
- #endif
- #ifndef SUNRPC_PORT
- #define SUNRPC_PORT 111
- #endif
- #ifndef NTP_PORT
- #define NTP_PORT 123
- #endif
- #ifndef NETBIOS_NS_PORT
- #define NETBIOS_NS_PORT 137
- #endif
- #ifndef NETBIOS_DGRAM_PORT
- #define NETBIOS_DGRAM_PORT 138
- #endif
- #ifndef NETBIOS_SSN_PORT
- #define NETBIOS_SSN_PORT 139
- #endif
- #ifndef SNMP_PORT
- #define SNMP_PORT 161
- #endif
- #ifndef SNMPTRAP_PORT
- #define SNMPTRAP_PORT 162
- #endif
- #ifndef BGP_PORT
- #define BGP_PORT 179
- #endif
- #ifndef APPLETALK_RTMP_PORT
- #define APPLETALK_RTMP_PORT 201
- #endif
- #ifndef APPLETALK_NB_PORT
- #define APPLETALK_NB_PORT 202
- #endif
- #ifndef APPLETALK_ECHO
- #define APPLETALK_ECHO 204
- #endif
- #ifndef APPLETALK_ZONE_INFO_PORT
- #define APPLETALK_ZONE_INFO_PORT 206
- #endif
- #ifndef LDAP_PORT
- #define LDAP_PORT 389
- #endif
- #ifndef HTTPS_PORT
- #define HTTPS_PORT 443
- #endif
- #ifndef MICROSOFT_DS_PORT
- #define MICROSOFT_DS_PORT 445
- #endif
- #ifndef KERBEROS5_PASSWD_PORT
- #define KERBEROS5_PASSWD_PORT 464
- #endif
- #ifndef CISCO_AUTORP_PORT
- #define CISCO_AUTORP_PORT 496
- #endif
- #ifndef ISAKMP_PORT
- #define ISAKMP_PORT 500
- #endif
- #ifndef SYSLOG_PORT
- #define SYSLOG_PORT 514
- #endif
- #ifndef RIP_PORT
- #define RIP_PORT 520
- #endif
- #ifndef RIPNG_PORT
- #define RIPNG_PORT 521
- #endif
- #ifndef TIMED_PORT
- #define TIMED_PORT 525
- #endif
- #ifndef KERBEROS_LOGIN_PORT
- #define KERBEROS_LOGIN_PORT 543
- #endif
- #ifndef KERBEROS_SHELL_PORT
- #define KERBEROS_SHELL_PORT 544
- #endif
- #ifndef DHCP6_SERV_PORT
- #define DHCP6_SERV_PORT 546
- #endif
- #ifndef DHCP6_CLI_PORT
- #define DHCP6_CLI_PORT 547
- #endif
- #ifndef LDAPS_PORT
- #define LDAPS_PORT 636
- #endif
- #ifndef LDP_PORT
- #define LDP_PORT 646
- #endif
- #ifndef DHCP_FAILOVER_PORT
- #define DHCP_FAILOVER_PORT 647
- #endif
- #ifndef AQDV_PORT
- #define AODV_PORT 654
- #endif
- #ifndef OLSR_PORT
- #define OLSR_PORT 698
- #endif
- #ifndef LMP_PORT
- #define LMP_PORT 701
- #endif
- #ifndef CISCO_TDP_PORT
- #define CISCO_TDP_PORT 711
- #endif
- #ifndef KERBEROS_ADM_PORT
- #define KERBEROS_ADM_PORT 749
- #endif
- #ifndef KERBEROS_SEC_PORT
- #define KERBEROS_SEC_PORT 750
- #endif
- #ifndef RSYNC_PORT
- #define RSYNC_PORT 873
- #endif
- #ifndef LWRES_PORT
- #define LWRES_PORT 921
- #endif
- #ifndef OPENSSL_PORT
- #define OPENSSL_PORT 1194
- #endif
- #ifndef LOTUS_NOTES_PORT
- #define LOTUS_NOTES_PORT 1352
- #endif
- #ifndef MS_SQL_SERVER_PORT
- #define MS_SQL_SERVER_PORT 1433
- #endif
- #ifndef MS_SQL_SERVER_MONITOR
- #define MS_SQL_SERVER_MONITOR 1434
- #endif
- #ifndef INGRESLOCK_PORT
- #define INGRESLOCK_PORT 1524
- #endif
- #ifndef VQP_PORT
- #define VQP_PORT 1589
- #endif
- #ifndef RADIUS_PORT
- #define RADIUS_PORT 1645
- #endif
- #ifndef RADIUS_ACCOUNTING_PORT
- #define RADIUS_ACCOUNTING_PORT 1646
- #endif
- #ifndef RADIUS_CISCO_COA_PORT
- #define RADIUS_CISCO_COA_PORT 1700
- #endif
- #ifndef L2TP_PORT
- #define L2TP_PORT 1701
- #endif
- #ifndef RADIUS_NEW_PORT
- #define RADIUS_NEW_PORT 1812
- #endif
- #ifndef RADIUS_NEW_ACCOUNTING_PORT
- #define RADIUS_NEW_ACCOUNTING_PORT 1813
- #endif
- #ifndef HSRP_PORT
- #define HSRP_PORT 1985
- #endif
- #ifndef NFS_DAEMON_PORT
- #define NFS_DAEMON_PORT 2049
- #endif
- #ifndef ZEPHYR_SRV_PORT
- #define ZEPHYR_SRV_PORT 2103
- #endif
- #ifndef ZEPHYR_CLI_PORT
- #define ZEPHYR_CLT_PORT 2104
- #endif
- #ifndef MYSQL_PORT
- #define MYSQL_PORT 3306
- #endif
- #ifndef MS_RDP_PORT
- #define MS_RDP_PORT 3389
- #endif
- #ifndef VAT_PORT
- #define VAT_PORT 3456
- #endif
- #ifndef MPLS_LSP_PING_PORT
- #define MPLS_LSP_PING_PORT 3503
- #endif
- #ifndef SUBVERSION_PORT
- #define SUBVERSION_PORT 3690
- #endif
- #ifndef BFD_CONTROL_PORT
- #define BFD_CONTROL_PORT 3784
- #endif
- #ifndef BFD_ECHO_PORT
- #define BFD_ECHO_PORT 3785
- #endif
- #ifndef RADIUS_COA_PORT
- #define RADIUS_COA_PORT 3799
- #endif
- #ifndef NFS_LOCK_DAEMON_PORT
- #define NFS_LOCK_DAEMON_PORT 4045
- #endif
- #ifndef LISP_CONTROL_PORT
- #define LISP_CONTROL_PORT 4342
- #endif
- #ifndef ISAKMP_PORT_NATT
- #define ISAKMP_PORT_NATT 4500
- #endif
- #ifndef WB_PORT
- #define WB_PORT 4567
- #endif
- #ifndef VXLAN_PORT
- #define VXLAN_PORT 4789
- #endif
- #ifndef VXLAN_GPE_PORT
- #define VXLAN_GPE_PORT 4790
- #endif
- #ifndef SIP_DS_PORT
- #define SIP_DS_PORT 5059
- #endif
- #ifndef SIP_PORT
- #define SIP_PORT 5060
- #endif
- #ifndef MULTICASTDNS_PORT
- #define MULTICASTDNS_PORT 5353
- #endif
- #ifndef AHCP_PORT
- #define AHCP_PORT 5359
- #endif
- #ifndef GENEVE_PORT
- #define GENEVE_PORT 6081
- #endif
- #ifndef SFLOW_PORT
- #define SFLOW_PORT 6343
- #endif
- #ifndef BABEL_PORT
- #define BABEL_PORT 6696
- #endif
- #ifndef BABEL_PORT_OLD
- #define BABEL_PORT_OLD 6697
- #endif
- #ifndef RX_PORT_LOW
- #define RX_PORT_LOW 7000
- #endif
- #ifndef RX_PORT_HIGH
- #define RX_PORT_HIGH 7009
- #endif
- #ifndef ISAKMP_PORT_USER1
- #define ISAKMP_PORT_USER1 7500
- #endif
- #ifndef HNCP_PORT
- #define HNCP_PORT 8231
- #endif
- #ifndef OTV_PORT
- #define OTV_PORT 8472
- #endif
- #ifndef ISAKMP_PORT_USER2
- #define ISAKMP_PORT_USER2 8500
- #endif
- #ifndef LWAPP_DATA_PORT
- #define LWAPP_DATA_PORT 12222
- #endif
- #ifndef LWAPP_CONTROL_PORT
- #define LWAPP_CONTROL_PORT 12223
- #endif
|