Deleted Added
full compact
interface.h (98527) interface.h (111729)
1/*
2 * Copyright (c) 1988-2002
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

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

13 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14 * the University nor the names of its contributors may be used to endorse
15 * or promote products derived from this software without specific prior
16 * written permission.
17 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20 *
1/*
2 * Copyright (c) 1988-2002
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

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

13 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
14 * the University nor the names of its contributors may be used to endorse
15 * or promote products derived from this software without specific prior
16 * written permission.
17 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
18 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20 *
21 * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.178 2002/01/21 11:39:58 mcr Exp $ (LBL)
21 * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.178.4.2 2002/07/10 07:32:17 guy Exp $ (LBL)
22 *
22 *
23 * $FreeBSD: head/contrib/tcpdump/interface.h 98527 2002-06-21 00:49:02Z fenner $
23 * $FreeBSD: head/contrib/tcpdump/interface.h 111729 2003-03-02 08:25:48Z fenner $
24 */
25
26#ifndef tcpdump_interface_h
27#define tcpdump_interface_h
28
29#ifdef HAVE_OS_PROTO_H
30#include "os-proto.h"
31#endif

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

78extern int Sflag; /* print raw TCP sequence numbers */
79extern int tflag; /* print packet arrival time */
80extern int uflag; /* Print undecoded NFS handles */
81extern int vflag; /* verbose */
82extern int xflag; /* print packet in hex */
83extern int Xflag; /* print packet in hex/ascii */
84
85extern char *espsecret;
24 */
25
26#ifndef tcpdump_interface_h
27#define tcpdump_interface_h
28
29#ifdef HAVE_OS_PROTO_H
30#include "os-proto.h"
31#endif

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

78extern int Sflag; /* print raw TCP sequence numbers */
79extern int tflag; /* print packet arrival time */
80extern int uflag; /* Print undecoded NFS handles */
81extern int vflag; /* verbose */
82extern int xflag; /* print packet in hex */
83extern int Xflag; /* print packet in hex/ascii */
84
85extern char *espsecret;
86extern struct esp_algorithm *espsecret_xform; /* cache of decoded alg. */
87extern char *espsecret_key;
88
89extern int packettype; /* as specified by -T */
90#define PT_VAT 1 /* Visual Audio Tool */
91#define PT_WB 2 /* distributed White Board */
92#define PT_RPC 3 /* Remote Procedure Call */
93#define PT_RTP 4 /* Real-Time Applications protocol */
94#define PT_RTCP 5 /* Real-Time Applications control protocol */
95#define PT_SNMP 6 /* Simple Network Management Protocol */

--- 227 unchanged lines hidden ---
86
87extern int packettype; /* as specified by -T */
88#define PT_VAT 1 /* Visual Audio Tool */
89#define PT_WB 2 /* distributed White Board */
90#define PT_RPC 3 /* Remote Procedure Call */
91#define PT_RTP 4 /* Real-Time Applications protocol */
92#define PT_RTCP 5 /* Real-Time Applications control protocol */
93#define PT_SNMP 6 /* Simple Network Management Protocol */

--- 227 unchanged lines hidden ---