Remove all $Id$ from top of file

(Using sed : sed -i '/^ \* \$Id\$/,+1 d')

Fix manually some typo (in export_object_dicom.c and crc16-plain.c)

Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8
Reviewed-on: https://code.wireshark.org/review/497
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-03-04 13:14:53 +01:00 committed by Anders Broman
parent 01467c294a
commit 296591399f
2598 changed files with 0 additions and 5198 deletions

View File

@ -1,6 +1,4 @@
/* airpcap_loader.c
*
* $Id$
*
* Giorgio Tino <giorgio.tino@cacetech.com>
* Copyright (c) CACE Technologies, LLC 2006

View File

@ -1,8 +1,6 @@
/* airpcap_loader.h
* Declarations of routines for the "About" dialog
*
* $Id$
*
* Giorgio Tino <giorgio.tino@cacetech.com>
* Copyright (c) CACE Technologies, LLC 2006
*

View File

@ -3,8 +3,6 @@
*
* Copyright 2004 Ian Schorr
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture-pcap-util-int.h
* Definitions of routines internal to the libpcap/WinPcap utilities
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture-pcap-util-unix.c
* UN*X-specific utility routines for packet capture
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture-pcap-util.c
* Utility routines for packet capture
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture-pcap-util.h
* Utility definitions for packet capture
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -3,8 +3,6 @@
* time, so that we only need one Wireshark binary and one TShark binary
* for Windows, regardless of whether WinPcap is installed or not.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,6 +1,4 @@
/* capture-wpcap.h
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>

View File

@ -1,8 +1,6 @@
/* capture.c
* Routines for packet capture
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture.h
* Definitions for packet capture windows
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_ifinfo.c
* Routines for getting interface information from dumpcap
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_ifinfo.h
* Definitions for routines to get information about capture interfaces
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_info.c
* capture info functions
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_info.h
* capture info functions
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_opts.c
* Routines for capture options setting
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_opts.h
* Capture options (all parameters needed to do the actual capture)
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_session.h
* State of a capture session
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_stop_conditions.c
* Implementation for 'stop condition handler'.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_stop_conditions.h
* Implementation for 'stop condition handler'.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_sync.c
* Synchronisation between Wireshark capture parent and child instances
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_sync.h
* Synchronisation between Wireshark capture parent and child instances
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_ui_utils.c
* Utilities for capture user interfaces
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* capture_ui_utils.c
* Declarations of utilities for capture user interfaces
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
* Routines supporting the use of Windows friendly interface names within Wireshark
* Copyright 2011-2012, Mike Garratt <wireshark@evn.co.nz>
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -4,8 +4,6 @@
* time, so that we only need one Wireshark binary and one TShark binary
* for Windows, regardless of whether WinPcap is installed or not.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,6 +1,4 @@
/* capture_wpcap_packet.h
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>

View File

@ -4,8 +4,6 @@
* Based on capinfos.c
* Copyright 2004 Ian Schorr
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
* capture_file GUI-independent manipulation
* Vassilii Khachaturov <vassilii@tarunz.org>
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* cfile.h
* capture_file definition & GUI-independent manipulation
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -3,8 +3,6 @@
* lack of a routine to convert a CFString to a C string of arbitrary
* size.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -3,8 +3,6 @@
* such as the lack of a routine to convert a CFString to a C string of
* arbitrary size.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,8 +1,6 @@
/* clopts_common.c
* Handle command-line arguments common to Wireshark and TShark
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* clopts_common.h
* Handle command-line arguments common to Wireshark and TShark
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,4 @@
/*
* $Id$
*
* This code was copied from http://www.gromacs.org/
* and its toplevel COPYING file starts with:
*

View File

@ -1,6 +1,4 @@
/*
* $Id$
* This code was copied from http://www.gromacs.org/
* and its toplevel COPYING file starts with:
*
* GROMACS is free software, distributed under the GNU General Public License

View File

@ -1,6 +1,4 @@
/*
* $Id$
*
* This code was copied from http://www.gromacs.org/
* and its toplevel COPYING file starts with:
*

View File

@ -1,8 +1,6 @@
/* cmdarg_err.h
* Declarations of routines to report command-line errors.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* G711adecode.c
* A-law G.711 codec
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* G711adecode.h
* Definitions for A-law G.711 codec
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* G711atable.h
* Exponent table for A-law G.711 codec
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* G711udecode.c
* mu-law G.711 codec
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* G711udecode.h
* Definitions for mu-law G.711 codec
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* G711utable.h
* Exponent table for mu-law G.711 codec
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* G722decode.c
* A-law G.711 codec
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* G722decode.h
* Definitions for A-law G.722 codec
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* G726decode.c
* G.726 codec
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* G726decode.h
* Definitions for A-law G.722 codec
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* codecs.c
* codecs interface 2007 Tomas Kukosa
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* codecs.h
* codecs interface 2007 Tomas Kukosa
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -3,8 +3,6 @@
*
* Copyright 2012, Michal Labedzki for Tieto Corporation
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -3,8 +3,6 @@
*
* Copyright 2012, Michal Labedzki for Tieto Corporation
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* color.h
* Definitions for "toolkit-independent" colors
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* color_filters.c
* Routines for color filters
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* color_filters.h
* Definitions for color filters
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* conditions.c
* Implementation for condition handler.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* conditions.h
* Header for condition handler.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* dftest.c
* Shows display filter byte-code, for debugging dfilter routines.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,6 +1,4 @@
/* dumpcap.c
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>

View File

@ -2,8 +2,6 @@
* epan working child internals
* Child process routines and definitions
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* echld_common.h
* common functions of ECHLD
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
* epan working child API internals
* Dispatcher process routines and definitions
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* echld_child-int.h
* epan working child API internals
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* echld-util.c
* utility for echld
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* echld-util.h
* utility for echld
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* echld.h
* epan working child API
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
* epan working child API internals
* Parent process routines and definitions
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* echld-test.c
* basic test framework for echld
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -7,8 +7,6 @@
*
* Copyright 2013, Richard Sharpe <realrichardsharpe[AT]gmail.com>
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
* Routines to fetch IPv4 and IPv6 addresses from a tvbuff and then mask
* out bits other than those covered by a prefix length
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
* Declarations of routines to fetch IPv4 and IPv6 addresses from a tvbuff
* and then mask out bits other than those covered by a prefix length
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* addr_resolv.c
* Routines for network object lookup
*
* $Id$
*
* Laurent Deniel <laurent.deniel@free.fr>
*
* Wireshark - Network traffic analyzer

View File

@ -1,8 +1,6 @@
/* addr_resolv.h
* Definitions for network object lookup
*
* $Id$
*
* Laurent Deniel <laurent.deniel@free.fr>
*
* Wireshark - Network traffic analyzer

View File

@ -2,8 +2,6 @@
* Definitions for structures storing addresses, and for the type of
* variables holding port-type values
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* address_to_str.c
* Routines for utilities to convert addresses to strings.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* afn.c
* RFC 1700 address family numbers
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* afn.h
* RFC 1700 address family numbers
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
* AF_ values on various OSes; they're used in some network protocols, as
* well as in BSD DLT_NULL and DLT_LOOP headers.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
*

View File

@ -2,8 +2,6 @@
* AF_ values on various OSes; they're used in some network protocols, as
* well as in BSD DLT_NULL and DLT_LOOP headers.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
*

View File

@ -1,8 +1,6 @@
/*
* app_mem_usage.c
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/*
* app_mem_usage.h
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
* ARCNET protocol ID values
* Copyright 2001-2002, Peter Fales <ethereal@fales-lorenz.net>
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* arptypes.h
* Declarations of ARP address types.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* asm_utils.c
* Functions optionally implemented in assembler
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* asm_utils.h
* Functions optionally implemented in assembler
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
* Common routines for ASN.1
* 2007 Anders Broman
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
* Common data for ASN.1
* 2007 Anders Broman
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* atalk-utils.c
* Routines for Appletalk utilities (DDP, currently).
*
* $Id$
*
* Simon Wilkinson <sxw@dcs.ed.ac.uk>
*
* This program is free software; you can redistribute it and/or

View File

@ -1,8 +1,6 @@
/* atalk-utils.h
* Definitions for Appletalk utilities (DDP, currently).
*
* $Id$
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2

View File

@ -3,8 +3,6 @@
* Protocol IDs for Amateur Packet Radio protocol dissection
* Copyright 2005,2006,2007,2008,2009,2010,2012 R.W. Stearn <richard@rns-stearn.demon.co.uk>
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
* Definitions of protocol IDs for the 00-80-C2 OUI, used for
* bridging various networks over ATM (RFC 2684) or Frame Relay (RFC 2427).
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 - 2000 Gerald Combs

View File

@ -1,8 +1,6 @@
/* charsets.c
* Routines for handling character sets
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* charsets.h
* Routines for handling character sets
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* chdlctypes.h
* Defines Cisco HDLC packet types that aren't just Ethernet types
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* circuit.c
* Routines for building lists of packets that are part of a "circuit"
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* circuit.h
* Routines for building lists of packets that are part of a "circuit"
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* column-info.h
* Definitions for column structures and routines
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* column-utils.c
* Routines for column utilities.
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* column-utils.h
* Definitions for column utility structures and routines
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
/* column.c
* Routines for handling column preferences
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

Some files were not shown because too many files have changed in this diff Show More