Deleted Added
full compact
print-mobile.c (56893) print-mobile.c (75115)
1/* $NetBSD: print-mobile.c,v 1.2 1998/09/30 08:57:01 hwr Exp $ */
2
3/*
4 * (c) 1998 The NetBSD Foundation, Inc.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to The NetBSD Foundation
8 * by Heiko W.Rupp <hwr@pilhuhn.de>

--- 28 unchanged lines hidden (view full) ---

37 */
38
39#ifdef HAVE_CONFIG_H
40#include "config.h"
41#endif
42
43#ifndef lint
44static const char rcsid[] =
1/* $NetBSD: print-mobile.c,v 1.2 1998/09/30 08:57:01 hwr Exp $ */
2
3/*
4 * (c) 1998 The NetBSD Foundation, Inc.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to The NetBSD Foundation
8 * by Heiko W.Rupp <hwr@pilhuhn.de>

--- 28 unchanged lines hidden (view full) ---

37 */
38
39#ifdef HAVE_CONFIG_H
40#include "config.h"
41#endif
42
43#ifndef lint
44static const char rcsid[] =
45 "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.2.2.1 2000/01/11 06:58:26 fenner Exp $";
45 "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.5 2000/09/29 04:58:43 guy Exp $";
46#endif
47
48#include <sys/param.h>
49#include <sys/time.h>
50#include <sys/uio.h>
51#include <sys/socket.h>
52
53#include <netinet/in.h>
46#endif
47
48#include <sys/param.h>
49#include <sys/time.h>
50#include <sys/uio.h>
51#include <sys/socket.h>
52
53#include <netinet/in.h>
54#include <netinet/in_systm.h>
55#include <netinet/ip.h>
56
57#include <netdb.h>
58#include <stdio.h>
59
60#include "interface.h"
61#include "addrtoname.h"
62#include "extract.h" /* must come after interface.h */
63

--- 80 unchanged lines hidden ---
54
55#include <netdb.h>
56#include <stdio.h>
57
58#include "interface.h"
59#include "addrtoname.h"
60#include "extract.h" /* must come after interface.h */
61

--- 80 unchanged lines hidden ---