summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/ipx.h
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2001-04-03 07:45:48 +0000
committerfenner <fenner@FreeBSD.org>2001-04-03 07:45:48 +0000
commitf7d9a5e270bfcbb075a637a52416185441d33d8d (patch)
treee79d9e6f58638911260708c956a0d44069782cda /contrib/tcpdump/ipx.h
parent04f715925eb0f85e1b7d21424cdbb3f6f1fa0b41 (diff)
parentace14a2b50f2cc05c079d0b9137b49066dbb1206 (diff)
downloadFreeBSD-src-f7d9a5e270bfcbb075a637a52416185441d33d8d.zip
FreeBSD-src-f7d9a5e270bfcbb075a637a52416185441d33d8d.tar.gz
This commit was generated by cvs2svn to compensate for changes in r75115,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/tcpdump/ipx.h')
-rw-r--r--contrib/tcpdump/ipx.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/tcpdump/ipx.h b/contrib/tcpdump/ipx.h
index 7d7fbc5..c65582a 100644
--- a/contrib/tcpdump/ipx.h
+++ b/contrib/tcpdump/ipx.h
@@ -1,7 +1,7 @@
/*
* IPX protocol formats
*
- * @(#) $Header: /tcpdump/master/tcpdump/ipx.h,v 1.1.1.1 1999/10/07 23:47:10 mcr Exp $
+ * @(#) $Header: /tcpdump/master/tcpdump/ipx.h,v 1.2 2000/10/03 02:54:56 itojun Exp $
*/
/* well-known sockets */
@@ -13,16 +13,16 @@
/* IPX transport header */
struct ipxHdr {
- u_short cksum; /* Checksum */
- u_short length; /* Length, in bytes, including header */
- u_char tCtl; /* Transport Control (i.e. hop count) */
- u_char pType; /* Packet Type (i.e. level 2 protocol) */
- u_short dstNet[2]; /* destination net */
- u_char dstNode[6]; /* destination node */
- u_short dstSkt; /* destination socket */
- u_short srcNet[2]; /* source net */
- u_char srcNode[6]; /* source node */
- u_short srcSkt; /* source socket */
+ u_int16_t cksum; /* Checksum */
+ u_int16_t length; /* Length, in bytes, including header */
+ u_int8_t tCtl; /* Transport Control (i.e. hop count) */
+ u_int8_t pType; /* Packet Type (i.e. level 2 protocol) */
+ u_int16_t dstNet[2]; /* destination net */
+ u_int8_t dstNode[6]; /* destination node */
+ u_int16_t dstSkt; /* destination socket */
+ u_int16_t srcNet[2]; /* source net */
+ u_int8_t srcNode[6]; /* source node */
+ u_int16_t srcSkt; /* source socket */
} ipx_hdr_t;
#define ipxSize 30
OpenPOWER on IntegriCloud