summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2014-08-13 19:06:25 +0100
committerDenis Ovsienko <denis@ovsienko.info>2014-08-13 19:06:25 +0100
commit02a01bbaae296567e4f5f8eca52610a4353f600c (patch)
treeb04b562307aee7b0d6d25196d694715d863ccc42 /udp.h
parent16a592dcadb25d2262d64f3811cb2da5e42e1846 (diff)
downloadtcpdump-02a01bbaae296567e4f5f8eca52610a4353f600c.tar.gz
merge bootp.h into print-bootp.c
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/udp.h b/udp.h
index 4bc90a79..5aec6948 100644
--- a/udp.h
+++ b/udp.h
@@ -44,6 +44,8 @@ struct udphdr {
uint16_t uh_sum; /* udp checksum */
};
+#define BOOTPS_PORT 67 /* RFC951 */
+#define BOOTPC_PORT 68 /* RFC951 */
#define TFTP_PORT 69 /*XXX*/
#define KERBEROS_PORT 88 /*XXX*/
#define SUNRPC_PORT 111 /*XXX*/