]> The Tcpdump Group git mirrors - tcpdump/blobdiff - udp.h
More nd_ification of structures.
[tcpdump] / udp.h
diff --git a/udp.h b/udp.h
index 409cc59e45eea976173b2d0ea14a0ac27c4c9871..884541b64893a9cf152f7d9d6e201c33aea88ca6 100644 (file)
--- a/udp.h
+++ b/udp.h
  * Per RFC 768, September, 1981.
  */
 struct udphdr {
-       uint16_t        uh_sport;               /* source port */
-       uint16_t        uh_dport;               /* destination port */
-       uint16_t        uh_ulen;                /* udp length */
-       uint16_t        uh_sum;                 /* udp checksum */
+       nd_uint16_t     uh_sport;               /* source port */
+       nd_uint16_t     uh_dport;               /* destination port */
+       nd_uint16_t     uh_ulen;                /* udp length */
+       nd_uint16_t     uh_sum;                 /* udp checksum */
 };
 
 #ifndef NAMESERVER_PORT