aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--capture.c2
-rw-r--r--capture.h2
-rw-r--r--config.h.in2
-rw-r--r--configure.in1
-rw-r--r--ethereal.c2
-rw-r--r--ethereal.h2
-rw-r--r--ethertype.c2
-rw-r--r--etypes.h2
-rw-r--r--file.c2
-rw-r--r--file.h2
-rw-r--r--filter.c2
-rw-r--r--filter.h2
-rw-r--r--menu.c2
-rw-r--r--menu.h2
-rw-r--r--packet-arp.c2
-rw-r--r--packet-bootp.c2
-rw-r--r--packet-data.c3
-rw-r--r--packet-dns.c2
-rw-r--r--packet-eth.c2
-rw-r--r--packet-ip.c2
-rw-r--r--packet-ipv6.c2
-rw-r--r--packet-ipx.c2
-rw-r--r--packet-llc.c2
-rw-r--r--packet-lpd.c2
-rw-r--r--packet-ospf.c2
-rw-r--r--packet-ppp.c2
-rw-r--r--packet-raw.c2
-rw-r--r--packet-rip.c2
-rw-r--r--packet-tcp.c2
-rw-r--r--packet-tr.c2
-rw-r--r--packet-trmac.c2
-rw-r--r--packet-udp.c2
-rw-r--r--packet.c2
-rw-r--r--packet.h2
-rw-r--r--print.c2
-rw-r--r--print.h2
-rw-r--r--ps.h2
-rw-r--r--rdps.c2
-rw-r--r--resolv.c2
-rw-r--r--resolv.h2
-rw-r--r--util.c2
-rw-r--r--util.h2
42 files changed, 83 insertions, 1 deletions
diff --git a/capture.c b/capture.c
index 73d575fbb2..4d8dafc131 100644
--- a/capture.c
+++ b/capture.c
@@ -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
diff --git a/capture.h b/capture.h
index ae6bdebd54..fd675769e4 100644
--- a/capture.h
+++ b/capture.h
@@ -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
diff --git a/etypes.h b/etypes.h
index 8b8ea1c2ab..c942d3e7be 100644
--- a/etypes.h
+++ b/etypes.h
@@ -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
diff --git a/file.c b/file.c
index 5ee508b0b9..2de1f3d7ab 100644
--- a/file.c
+++ b/file.c
@@ -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
diff --git a/file.h b/file.h
index 8f1ef9b0dc..eca40dcd08 100644
--- a/file.h
+++ b/file.h
@@ -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
diff --git a/filter.c b/filter.c
index d3ea96f896..34e3e25c55 100644
--- a/filter.c
+++ b/filter.c
@@ -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
diff --git a/filter.h b/filter.h
index 4508ed3000..e7b1e2205f 100644
--- a/filter.h
+++ b/filter.h
@@ -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
diff --git a/menu.c b/menu.c
index be9a3c4fed..62cbf4315e 100644
--- a/menu.c
+++ b/menu.c
@@ -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
diff --git a/menu.h b/menu.h
index 268c98527c..ad8eb6c88c 100644
--- a/menu.h
+++ b/menu.h
@@ -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
diff --git a/packet.c b/packet.c
index ef30704d1f..9dd502fd36 100644
--- a/packet.c
+++ b/packet.c
@@ -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
diff --git a/packet.h b/packet.h
index 9cc9b57139..71b195e1a8 100644
--- a/packet.h
+++ b/packet.h
@@ -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
diff --git a/print.c b/print.c
index 4ec296f8ea..aac3a463a7 100644
--- a/print.c
+++ b/print.c
@@ -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
diff --git a/print.h b/print.h
index 07b5a4d086..42e4ef41fc 100644
--- a/print.h
+++ b/print.h
@@ -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
diff --git a/ps.h b/ps.h
index 8a1a06adb6..106005e9b9 100644
--- a/ps.h
+++ b/ps.h
@@ -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
diff --git a/rdps.c b/rdps.c
index a15cb72edc..c910a6d5ba 100644
--- a/rdps.c
+++ b/rdps.c
@@ -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
diff --git a/resolv.c b/resolv.c
index bcc9211a68..e669a862ed 100644
--- a/resolv.c
+++ b/resolv.c
@@ -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
diff --git a/resolv.h b/resolv.h
index d34f977e68..dd994b70d0 100644
--- a/resolv.h
+++ b/resolv.h
@@ -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
diff --git a/util.c b/util.c
index 50d38a9726..3176e72b52 100644
--- a/util.c
+++ b/util.c
@@ -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
diff --git a/util.h b/util.h
index 40425c7af3..38a2ec5dda 100644
--- a/util.h
+++ b/util.h
@@ -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