diff options
author | Gerald Combs <gerald@wireshark.org> | 1998-09-16 03:22:19 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 1998-09-16 03:22:19 +0000 |
commit | 576024f9038de43ca7d0e1fce34282d0e1ec37c5 (patch) | |
tree | dd3a3162f6e3a73eb5dc140a8a456007bf8d287c | |
parent | 86534f46e150856fcce76af5c7598d354fb32ca9 (diff) | |
download | wireshark-576024f9038de43ca7d0e1fce34282d0e1ec37c5.tar.gz wireshark-576024f9038de43ca7d0e1fce34282d0e1ec37c5.tar.bz2 wireshark-576024f9038de43ca7d0e1fce34282d0e1ec37c5.zip |
Added ID tags to the beginning of each source file.
svn path=/trunk/; revision=7
-rw-r--r-- | capture.c | 2 | ||||
-rw-r--r-- | capture.h | 2 | ||||
-rw-r--r-- | config.h.in | 2 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | ethereal.c | 2 | ||||
-rw-r--r-- | ethereal.h | 2 | ||||
-rw-r--r-- | ethertype.c | 2 | ||||
-rw-r--r-- | etypes.h | 2 | ||||
-rw-r--r-- | file.c | 2 | ||||
-rw-r--r-- | file.h | 2 | ||||
-rw-r--r-- | filter.c | 2 | ||||
-rw-r--r-- | filter.h | 2 | ||||
-rw-r--r-- | menu.c | 2 | ||||
-rw-r--r-- | menu.h | 2 | ||||
-rw-r--r-- | packet-arp.c | 2 | ||||
-rw-r--r-- | packet-bootp.c | 2 | ||||
-rw-r--r-- | packet-data.c | 3 | ||||
-rw-r--r-- | packet-dns.c | 2 | ||||
-rw-r--r-- | packet-eth.c | 2 | ||||
-rw-r--r-- | packet-ip.c | 2 | ||||
-rw-r--r-- | packet-ipv6.c | 2 | ||||
-rw-r--r-- | packet-ipx.c | 2 | ||||
-rw-r--r-- | packet-llc.c | 2 | ||||
-rw-r--r-- | packet-lpd.c | 2 | ||||
-rw-r--r-- | packet-ospf.c | 2 | ||||
-rw-r--r-- | packet-ppp.c | 2 | ||||
-rw-r--r-- | packet-raw.c | 2 | ||||
-rw-r--r-- | packet-rip.c | 2 | ||||
-rw-r--r-- | packet-tcp.c | 2 | ||||
-rw-r--r-- | packet-tr.c | 2 | ||||
-rw-r--r-- | packet-trmac.c | 2 | ||||
-rw-r--r-- | packet-udp.c | 2 | ||||
-rw-r--r-- | packet.c | 2 | ||||
-rw-r--r-- | packet.h | 2 | ||||
-rw-r--r-- | print.c | 2 | ||||
-rw-r--r-- | print.h | 2 | ||||
-rw-r--r-- | ps.h | 2 | ||||
-rw-r--r-- | rdps.c | 2 | ||||
-rw-r--r-- | resolv.c | 2 | ||||
-rw-r--r-- | resolv.h | 2 | ||||
-rw-r--r-- | util.c | 2 | ||||
-rw-r--r-- | util.h | 2 |
42 files changed, 83 insertions, 1 deletions
@@ -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 @@ -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 diff --git a/config.h.in b/config.h.in index 67cd0c40ae..228e988bb2 100644 --- a/config.h.in +++ b/config.h.in @@ -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 diff --git a/configure.in b/configure.in index 266ba4cd89..b4994af886 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/ethereal.c b/ethereal.c index 5705b8fda5..252bf8b9c4 100644 --- a/ethereal.c +++ b/ethereal.c @@ -1,5 +1,7 @@ /* 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> * Copyright 1998 Gerald Combs diff --git a/ethereal.h b/ethereal.h index 067f079a55..161863e0f2 100644 --- a/ethereal.h +++ b/ethereal.h @@ -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 diff --git a/ethertype.c b/ethertype.c index 55fe9bebbb..78e9165ade 100644 --- a/ethertype.c +++ b/ethertype.c @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/packet-arp.c b/packet-arp.c index c989b6a89b..ba3fd6384f 100644 --- a/packet-arp.c +++ b/packet-arp.c @@ -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 diff --git a/packet-bootp.c b/packet-bootp.c index f3dc4092f9..6ffb8dff12 100644 --- a/packet-bootp.c +++ b/packet-bootp.c @@ -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 diff --git a/packet-data.c b/packet-data.c index 5437bd3e47..06b9a90c97 100644 --- a/packet-data.c +++ b/packet-data.c @@ -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 diff --git a/packet-dns.c b/packet-dns.c index c4ef11f7ce..353fa13277 100644 --- a/packet-dns.c +++ b/packet-dns.c @@ -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 diff --git a/packet-eth.c b/packet-eth.c index cc5c1154b1..4df3e3aef5 100644 --- a/packet-eth.c +++ b/packet-eth.c @@ -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 diff --git a/packet-ip.c b/packet-ip.c index 3675e28a8f..7db501df33 100644 --- a/packet-ip.c +++ b/packet-ip.c @@ -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 diff --git a/packet-ipv6.c b/packet-ipv6.c index c2a84b6678..f8cd83706e 100644 --- a/packet-ipv6.c +++ b/packet-ipv6.c @@ -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 diff --git a/packet-ipx.c b/packet-ipx.c index 53c3f3f770..14110224b5 100644 --- a/packet-ipx.c +++ b/packet-ipx.c @@ -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 diff --git a/packet-llc.c b/packet-llc.c index 2385cda7b6..beaff6a018 100644 --- a/packet-llc.c +++ b/packet-llc.c @@ -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 diff --git a/packet-lpd.c b/packet-lpd.c index 0cc52128e6..9770ad7575 100644 --- a/packet-lpd.c +++ b/packet-lpd.c @@ -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 diff --git a/packet-ospf.c b/packet-ospf.c index 46529dc95e..b2441225d5 100644 --- a/packet-ospf.c +++ b/packet-ospf.c @@ -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 diff --git a/packet-ppp.c b/packet-ppp.c index cce8fd677e..45ee59c315 100644 --- a/packet-ppp.c +++ b/packet-ppp.c @@ -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> * diff --git a/packet-raw.c b/packet-raw.c index d666bd8b62..1f02eaed20 100644 --- a/packet-raw.c +++ b/packet-raw.c @@ -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> * diff --git a/packet-rip.c b/packet-rip.c index d0e0bbe337..54eb027741 100644 --- a/packet-rip.c +++ b/packet-rip.c @@ -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 diff --git a/packet-tcp.c b/packet-tcp.c index 66dbacd733..3d59bb7e9c 100644 --- a/packet-tcp.c +++ b/packet-tcp.c @@ -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 diff --git a/packet-tr.c b/packet-tr.c index 7615d87003..9f75ec180b 100644 --- a/packet-tr.c +++ b/packet-tr.c @@ -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 diff --git a/packet-trmac.c b/packet-trmac.c index b0c6ce6c97..075143174d 100644 --- a/packet-trmac.c +++ b/packet-trmac.c @@ -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 diff --git a/packet-udp.c b/packet-udp.c index f9d37c71fb..277f94b841 100644 --- a/packet-udp.c +++ b/packet-udp.c @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 |