Home
last modified time | relevance | path

Searched +full:print +full:- +full:flags +full:. +full:pcap (Results 1 – 18 of 18) sorted by relevance

/external/tcpdump/tests/
Dprint-flags.sh3 uudecode print-flags.puu
6 if (../tcpdump -$i -s0 -nr print-flags.pcap | tee print-$i.new | diff - print-$i.out)
8 echo print-$i passed.
10 echo print-$i failed.
Dprint-flags.puu1 begin 644 print-flags.pcap
/external/tcpdump/
Dprint-enc.c1 /* $OpenBSD: print-enc.c,v 1.7 2002/02/19 19:39:40 millert Exp $ */
5 * The Regents of the University of California. All rights reserved.
15 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
18 * written permission.
21 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
26 "@(#) $Header: /tcpdump/master/tcpdump/print-enc.c,v 1.4 2005/04/06 21:32:39 mcr Exp $ (LBL)";
30 #include "config.h"
33 #include <tcpdump-stdinc.h>
35 #include <pcap.h>
37 #include "interface.h"
[all …]
DCHANGES1 $Header: /tcpdump/master/tcpdump/CHANGES,v 1.87.2.17 2007/09/13 13:39:44 ken Exp $
3 Mon. September 10, 2007. ken@xelerance.com. Summary for 0.9.8 tcpdump release
6 Add support for Frame-Relay ARP
9 TLV: Add support for Juniper .pcap extensions
10 Print EGP header in new-world-order style
11 Converted print-isakmp.c to NETDISSECT
12 Moved AF specific stuff into af.h
14 Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
17 Wed. July 23, 2007. mcr@xelerance.com. Summary for 0.9.7 tcpdump release
19 NFS: Print unsigned values as such.
[all …]
Dprint-sl.c3 * The Regents of the University of California. All rights reserved.
13 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
16 * written permission.
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
24 "@(#) $Header: /tcpdump/master/tcpdump/print-sl.c,v 1.65 2005/04/06 21:32:42 mcr Exp $ (LBL)";
28 #include "config.h"
31 #include <tcpdump-stdinc.h>
33 #include <pcap.h>
34 #include <stdio.h>
36 #include "interface.h"
[all …]
Dprint-fr.c3 * The Regents of the University of California. All rights reserved.
13 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
16 * written permission.
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
24 …"@(#)$Header: /tcpdump/master/tcpdump/print-fr.c,v 1.32.2.15 2006/02/01 14:39:56 hannes Exp $ (LBL…
28 #include "config.h"
31 #include <tcpdump-stdinc.h>
33 #include <stdio.h>
34 #include <string.h>
35 #include <pcap.h>
[all …]
Dprint-atalk.c3 * The Regents of the University of California. All rights reserved.
13 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
16 * written permission.
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21 * Format and print AppleTalk packets.
26 …"@(#) $Header: /tcpdump/master/tcpdump/print-atalk.c,v 1.81 2004/05/01 09:41:50 hannes Exp $ (LBL)…
30 #include "config.h"
33 #include <tcpdump-stdinc.h>
35 #include <stdio.h>
36 #include <stdlib.h>
[all …]
Dtcpdump.11 .\" @(#) $Header: /tcpdump/master/tcpdump/tcpdump.1,v 1.167.2.11 2007/06/15 20:13:49 guy Exp $ (LBL)
2 .\"
3 .\" $NetBSD: tcpdump.8,v 1.9 2003/03/31 00:18:17 perry Exp $
4 .\"
5 .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997
6 .\" The Regents of the University of California. All rights reserved.
7 .\" All rights reserved.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that: (1) source code distributions
[all …]
Dtcpdump.c3 * The Regents of the University of California. All rights reserved.
13 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
16 * written permission.
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
25 * Seth Webster <swebster@sst.ll.mit.edu>
31 The Regents of the University of California. All rights reserved.\n";
33 …"@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.253.2.13 2007/09/12 19:48:51 guy Exp $ (LBL)";
37 * tcpdump - monitor tcp/ip traffic on an ethernet.
39 * First written in 1987 by Van Jacobson, Lawrence Berkeley Laboratory.
41 * combined efforts of Van, Steve McCanne and Craig Leres of LBL.
[all …]
Dprint-juniper.c7 * the documentation or other materials provided with the distribution.
11 * FOR A PARTICULAR PURPOSE.
13 * Original code by Hannes Gredler (hannes@juniper.net)
18 …"@(#) $Header: /tcpdump/master/tcpdump/print-juniper.c,v 1.8.2.22 2006/05/10 22:42:46 guy Exp $ (L…
22 #include "config.h"
25 #include <tcpdump-stdinc.h>
27 #include <pcap.h>
28 #include <stdio.h>
30 #include "interface.h"
31 #include "addrtoname.h"
[all …]
Dconfigure2 # From configure.in Revision: 1.188.2.8 .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.61.
7 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # gives unlimited permission to copy, distribute and modify it.
10 ## --------------------- ##
11 ## M4sh Initialization. ##
12 ## --------------------- ##
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
[all …]
Dprint-ppp.c3 * The Regents of the University of California. All rights reserved.
13 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
16 * written permission.
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21 * Extensively modified by Motonori Shindo (mshindo@mshindo.net) for more
22 * complete PPP support.
34 …"@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.108.2.6 2005/12/05 11:40:36 hannes Exp $ (L…
38 #include "config.h"
41 #include <tcpdump-stdinc.h>
44 #include <net/slcompress.h>
[all …]
/external/libpcap/
Dpcap-dos.c2 * This file is part of DOS-libpcap
3 * Ported to DOS/DOSX by G. Vanem <giva@bgnett.no>
5 * pcap-dos.c: Interface to PKTDRVR, NDIS2 and 32-bit pmode
6 * network drivers.
8 * @(#) $Header: /tcpdump/master/libpcap/pcap-dos.c,v 1.1.2.1 2005/05/03 18:54:35 guy Exp $ (LBL)
11 #include <stdio.h>
12 #include <stdlib.h>
13 #include <string.h>
14 #include <signal.h>
15 #include <float.h>
[all …]
DINSTALL.txt1 @(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.12.2.2 2007/09/12 19:17:24 guy Exp $ (LBL)
3 To build libpcap, run "./configure" (a shell script). The configure
5 appropriate Makefile from Makefile.in. Next run "make". If everything
6 goes well you can su to root and run "make install". However, you need
9 directory.
18 particular type. (If you have HP-UX, see below.) If your system uses a
21 configure.in.
24 the circumstance where this works are limited. For example if you have
27 ./configure --with-pcap=snit
30 where the configure scripts fails to detect it.
[all …]
Dpcap-linux.c2 * pcap-linux.c: Packet capture interface to the Linux kernel
4 * Copyright (c) 2000 Torsten Landschoff <torsten@debian.org>
5 * Sebastian Krahmer <krahmer@cs.uni-potsdam.de>
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
18 * distribution.
19 * 3. The names of the authors may not be used to endorse or promote
21 * written permission.
25 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
[all …]
Dconfigure2 # From configure.in Revision: 1.120.2.13 .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.61.
7 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # gives unlimited permission to copy, distribute and modify it.
10 ## --------------------- ##
11 ## M4sh Initialization. ##
12 ## --------------------- ##
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
[all …]
/external/ppp/pppd/
Doptions.c2 * options.c - handles option processing for PPP.
4 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
16 * distribution.
18 * 3. The name "Carnegie Mellon University" must not be used to
20 * prior written permission. For permission or any legal
25 * Pittsburgh, PA 15213-3890
26 * (412) 268-4387, fax: (412) 268-7395
[all …]
/external/qemu/
Dqemu-options.hx5 HXCOMM option structures, enums and help message.
14 "-h or -help display this help and exit\n")
16 @item -h
21 "-version display version information and exit\n")
23 @item -version
28 "-M machine select emulated machine (-M ? for list)\n")
30 @item -M @var{machine}
31 Select the emulated @var{machine} (@code{-M ?} for list)
35 "-cpu cpu select CPU (-cpu ? for list)\n")
37 @item -cpu @var{model}
[all …]