summaryrefslogtreecommitdiff
path: root/print-dhcp6.c
diff options
context:
space:
mode:
authoritojun <itojun>2000-04-28 11:14:47 +0000
committeritojun <itojun>2000-04-28 11:14:47 +0000
commit6e67dba79fc8142ba1c55c82bd3551286126186c (patch)
treec9ef4cb0ec83bf847c2d2b945b32eb595bbc8485 /print-dhcp6.c
parent7fdcfb68739b807519337517e2ae579a5ef932d4 (diff)
downloadtcpdump-6e67dba79fc8142ba1c55c82bd3551286126186c.tar.gz
s/u_short/u_int16_t/ for KAME-origin source codes
Diffstat (limited to 'print-dhcp6.c')
-rw-r--r--print-dhcp6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-dhcp6.c b/print-dhcp6.c
index 1e3be6be..bbbd99d2 100644
--- a/print-dhcp6.c
+++ b/print-dhcp6.c
@@ -29,7 +29,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.3 1999-12-22 06:27:20 itojun Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.4 2000-04-28 11:14:47 itojun Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -232,7 +232,7 @@ trunc:
*/
void
dhcp6_print(register const u_char *cp, u_int length,
- u_short sport, u_short dport)
+ u_int16_t sport, u_int16_t dport)
{
union dhcp6 *dh6;
u_char *ep;