Added ID tags to the beginning of each source file.

svn path=/trunk/; revision=7
This commit is contained in:
Gerald Combs 1998-09-16 03:22:19 +00:00
parent 86534f46e1
commit 576024f903
42 changed files with 83 additions and 1 deletions

View File

@ -1,6 +1,8 @@
/* capture.c
* Routines for packet capture windows
*
* $Id: capture.c,v 1.2 1998/09/16 03:21:51 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* capture.h
* Definitions for packet capture windows
*
* $Id: capture.h,v 1.2 1998/09/16 03:21:52 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,5 +1,7 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* $Id: config.h.in,v 1.2 1998/09/16 03:21:53 gerald Exp $ */
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN

View File

@ -1,3 +1,4 @@
# $Id: configure.in,v 1.2 1998/09/16 03:21:53 gerald Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(etypes.h)

View File

@ -1,4 +1,6 @@
/* ethereal.c
*
* $Id: ethereal.c,v 1.2 1998/09/16 03:21:54 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,6 +1,8 @@
/* ethereal.h
* Global defines, etc.
*
* $Id: ethereal.h,v 1.2 1998/09/16 03:21:55 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -2,6 +2,8 @@
* Routines for calling the right protocol for the ethertype.
* This is called by both packet-eth.c (Ethernet II) and packet-llc.c (SNAP)
*
* $Id: ethertype.c,v 1.2 1998/09/16 03:21:55 gerald Exp $
*
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
* Ethereal - Network traffic analyzer

View File

@ -1,6 +1,8 @@
/* etypes.h
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
* $Id: etypes.h,v 1.2 1998/09/16 03:21:56 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

2
file.c
View File

@ -1,6 +1,8 @@
/* file.c
* File I/O routines
*
* $Id: file.c,v 1.2 1998/09/16 03:21:57 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

2
file.h
View File

@ -1,6 +1,8 @@
/* file.h
* Definitions for file structures and routines
*
* $Id: file.h,v 1.2 1998/09/16 03:21:57 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* filter.c
* Routines for managing filter sets
*
* $Id: filter.c,v 1.2 1998/09/16 03:21:58 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* filter.h
* Definitions for packet filter window
*
* $Id: filter.h,v 1.2 1998/09/16 03:21:59 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

2
menu.c
View File

@ -1,6 +1,8 @@
/* menu.c
* Menu routines
*
* $Id: menu.c,v 1.2 1998/09/16 03:21:59 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

2
menu.h
View File

@ -1,6 +1,8 @@
/* menu.h
* Menu definitions
*
* $Id: menu.h,v 1.2 1998/09/16 03:22:00 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* packet-arp.c
* Routines for ARP packet disassembly
*
* $Id: packet-arp.c,v 1.2 1998/09/16 03:22:01 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -2,6 +2,8 @@
* Routines for BOOTP/DHCP packet disassembly
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
* $Id: packet-bootp.c,v 1.2 1998/09/16 03:22:01 gerald Exp $
*
* The information used comes from:
* RFC 2132: DHCP Options and BOOTP Vendor Extensions
* RFC 1542: Clarifications and Extensions for the Bootstrap Protocol

View File

@ -1,8 +1,9 @@
/* packet-data.c
* Routines for raw data (default case)
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
* $Id: packet-data.c,v 1.2 1998/09/16 03:22:02 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* packet-dns.c
* Routines for DNS packet disassembly
*
* $Id: packet-dns.c,v 1.2 1998/09/16 03:22:03 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* packet-eth.c
* Routines for ethernet packet disassembly
*
* $Id: packet-eth.c,v 1.2 1998/09/16 03:22:04 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* packet-ip.c
* Routines for IP and miscellaneous IP protocol packet disassembly
*
* $Id: packet-ip.c,v 1.2 1998/09/16 03:22:04 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* packet-ipv6.c
* Routines for IPv6 packet disassembly
*
* $Id: packet-ipv6.c,v 1.2 1998/09/16 03:22:05 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -2,6 +2,8 @@
* Routines for NetWare's IPX
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
* $Id: packet-ipx.c,v 1.2 1998/09/16 03:22:06 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* Copyright 1998 Gerald Combs

View File

@ -2,6 +2,8 @@
* Routines for IEEE 802.2 LLC layer
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
* $Id: packet-llc.c,v 1.2 1998/09/16 03:22:06 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* Copyright 1998 Gerald Combs

View File

@ -2,6 +2,8 @@
* Routines for LPR and LPRng packet disassembly
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
* $Id: packet-lpd.c,v 1.2 1998/09/16 03:22:07 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* Copyright 1998 Gerald Combs

View File

@ -2,6 +2,8 @@
* Routines for OSPF packet disassembly
* (c) Copyright Hannes R. Boehm <hannes@boehm.org>
*
* $Id: packet-ospf.c,v 1.2 1998/09/16 03:22:08 gerald Exp $
*
* At this time, this module is able to analyze OSPF
* packets as specified in RFC2328. MOSPF (RFC1584) and other
* OSPF Extensions which introduce new Packet types

View File

@ -1,6 +1,8 @@
/* packet-ppp.c
* Routines for ppp packet disassembly
*
* $Id: packet-ppp.c,v 1.2 1998/09/16 03:22:09 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
*

View File

@ -1,6 +1,8 @@
/* packet-raw.c
* Routines for raw packet disassembly
*
* $Id: packet-raw.c,v 1.2 1998/09/16 03:22:09 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
*

View File

@ -2,6 +2,8 @@
* Routines for RIPv1 and RIPv2 packet disassembly
* (c) Copyright Hannes R. Boehm <hannes@boehm.org>
*
* $Id: packet-rip.c,v 1.2 1998/09/16 03:22:10 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* packet-tcp.c
* Routines for TCP packet disassembly
*
* $Id: packet-tcp.c,v 1.2 1998/09/16 03:22:11 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -2,6 +2,8 @@
* Routines for Token-Ring packet disassembly
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
* $Id: packet-tr.c,v 1.2 1998/09/16 03:22:11 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* Copyright 1998 Gerald Combs

View File

@ -2,6 +2,8 @@
* Routines for Token-Ring Media Access Control
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
* $Id: packet-trmac.c,v 1.2 1998/09/16 03:22:12 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* packet-udp.c
* Routines for UDP packet disassembly
*
* $Id: packet-udp.c,v 1.2 1998/09/16 03:22:13 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* packet.c
* Routines for packet disassembly
*
* $Id: packet.c,v 1.2 1998/09/16 03:22:13 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
* $Id: packet.h,v 1.2 1998/09/16 03:22:14 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* print.c
* Routines for printing packet analysis trees.
*
* $Id: print.c,v 1.2 1998/09/16 03:22:15 gerald Exp $
*
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
* Ethereal - Network traffic analyzer

View File

@ -1,6 +1,8 @@
/* print.h
* Definitions for printing packet analysis trees.
*
* $Id: print.h,v 1.2 1998/09/16 03:22:16 gerald Exp $
*
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
* Ethereal - Network traffic analyzer

2
ps.h
View File

@ -1,6 +1,8 @@
/* ps.h
* Definitions for generating PostScript(R) packet output.
*
*
* $Id: ps.h,v 1.2 1998/09/16 03:22:16 gerald Exp $
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
* Ethereal - Network traffic analyzer

2
rdps.c
View File

@ -1,5 +1,7 @@
/* rdps.c
*
*
* $Id: rdps.c,v 1.2 1998/09/16 03:22:17 gerald Exp $
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,8 @@
/* resolv.c
* Routines for network object lookup
*
* $Id: resolv.c,v 1.2 1998/09/16 03:22:18 gerald Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*
* Ethereal - Network traffic analyzer

View File

@ -1,6 +1,8 @@
/* resolv.h
* Definitions for network object lookup
*
* $Id: resolv.h,v 1.2 1998/09/16 03:22:18 gerald Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*
* Ethereal - Network traffic analyzer

2
util.c
View File

@ -1,6 +1,8 @@
/* util.c
* Utility routines
*
* $Id: util.c,v 1.2 1998/09/16 03:22:19 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs

2
util.h
View File

@ -1,6 +1,8 @@
/* util.h
* Utility definitions
*
* $Id: util.h,v 1.2 1998/09/16 03:22:19 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs