From ace14a2b50f2cc05c079d0b9137b49066dbb1206 Mon Sep 17 00:00:00 2001 From: fenner Date: Tue, 3 Apr 2001 07:45:48 +0000 Subject: Virgin import of tcpdump.org tcpdump v3.6.2 --- contrib/tcpdump/l2tp.h | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'contrib/tcpdump/l2tp.h') diff --git a/contrib/tcpdump/l2tp.h b/contrib/tcpdump/l2tp.h index 008491e..5c8f98d 100644 --- a/contrib/tcpdump/l2tp.h +++ b/contrib/tcpdump/l2tp.h @@ -1,3 +1,4 @@ +/* @(#) $Header: /tcpdump/master/tcpdump/l2tp.h,v 1.4 2000/12/17 23:07:49 guy Exp $ (LBL) */ /* * Copyright (c) 1991, 1993, 1994, 1995, 1996, 1997 * The Regents of the University of California. All rights reserved. @@ -18,7 +19,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * L2TP support contributed by Motonori Shindo (mshindo@ascend.co.jp) + * L2TP support contributed by Motonori Shindo (mshindo@mshindo.net) */ @@ -61,22 +62,22 @@ struct l2tp_avp_vec { const char *name; - void (*print)(const u_char *, u_int); + void (*print)(const u_char *, u_int32_t); }; struct l2tp_call_errors { - u_short reserved; - u_int crc_errs; - u_int framing_errs; - u_int hardware_overruns; - u_int buffer_overruns; - u_int timeout_errs; - u_int alignment_errs; + u_int16_t reserved; + u_int32_t crc_errs; + u_int32_t framing_errs; + u_int32_t hardware_overruns; + u_int32_t buffer_overruns; + u_int32_t timeout_errs; + u_int32_t alignment_errs; }; struct l2tp_accm { - u_short reserved; - u_int send_accm; - u_int recv_accm; + u_int16_t reserved; + u_int32_t send_accm; + u_int32_t recv_accm; }; -- cgit v1.1