Remove $Id$ and other Subversion leftovers from the tools.

There are a few things in here which could still use attention.

Don't regenerate anything now.

Change-Id: I283c224d3523212144707fca3d6265916cb11792
Reviewed-on: https://code.wireshark.org/review/205
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
This commit is contained in:
Jeff Morriss 2014-02-13 19:17:27 -05:00
parent b6a9b8494c
commit 82e2865739
55 changed files with 3 additions and 137 deletions

View File

@ -1,8 +1,6 @@
# Makefile.am
# Automake file for Wireshark
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -1,7 +1,5 @@
## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id$
all: lemon

View File

@ -5,8 +5,6 @@
# ASN.1 to Wireshark dissector compiler
# Copyright 2004 Tomas Kukosa
#
# $Id$
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including

View File

@ -3,8 +3,6 @@
# backport-change - Given a master git commit or trunk SVN revision, creates
# a backport request in Gerrit.
#
# $Id$
#
# Copyright 2013 Gerald Combs
#
# This program is free software; you can redistribute it and/or

View File

@ -5,8 +5,6 @@
#
# Usage: backport-rev <svn revision>
#
# $Id$
#
# Copyright 2013 Gerald Combs
#
# This program is free software; you can redistribute it and/or

View File

@ -12,8 +12,6 @@ my $debug = 0;
#
# Usage: checkfiltername.pl <file or files>
# $Id$
#
# Copyright 2011 Michael Mann (see AUTHORS file)
#

View File

@ -6,8 +6,6 @@
#
# Usage: checkhf.pl [--debug=?] <file or files>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -4,8 +4,6 @@
#
# Copyright 2013 Balint Reczey <balint at balintreczey.hu>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -1,7 +1,5 @@
#!/usr/bin/gawk -f
# $Id$
function again(i)
{
# shift remaining arguments up

View File

@ -28,8 +28,6 @@
#
# Based off of convert_proto_tree_add_text.pl
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -32,8 +32,6 @@
#
# Lots of code shamelessly borrowed from fix-encoding-args.pl (Thanks Bill!)
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -1,8 +1,6 @@
#!/bin/sh
# Setup development environment on Debian and derivatives such as Ubuntu
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -3,8 +3,6 @@
Test-suite to test wireshark's dfilter mechanism.
"""
#
# $Id$
#
# Copyright (C) 2003-2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#

View File

@ -10,8 +10,6 @@
#
# Copyright 2011 Vincent Helfre and Erwan Yvin
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
@ -75,7 +73,6 @@ sub extract_asn1 {
$output_file_name = "LPP.asn";
print "generating $output_file_name\n";
open(OUTPUT_FILE, "> $output_file_name") or die "Can not open file $output_file_name";
syswrite OUTPUT_FILE,"-- $version-- \$Id\$\n--\n";
$file_name_found = 1;
}
@ -84,7 +81,6 @@ sub extract_asn1 {
$output_file_name = "$output_file_name".".asn";
print "generating $output_file_name\n";
open(OUTPUT_FILE, "> $output_file_name") or die "Can not open file $output_file_name";
syswrite OUTPUT_FILE,"-- $version-- \$Id\$\n--\n";
$is_asn1 = 1;
$file_name_found = 1;
}

View File

@ -19,8 +19,6 @@
# - ptvcursor_add_with_subtree !! ToDo: encoding arg not last arg
#
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -10,8 +10,6 @@
# Usage:
# fixhf.pl file1 [file2 file3 ...]
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -9,8 +9,6 @@
#
# Copyright 2013 Gerald Combs <gerald@wireshark.org>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -5,8 +5,6 @@
#
# Usage: gen-bugnote <bug number>
#
# $Id$
#
# Copyright 2013 Gerald Combs
#
# This program is free software; you can redistribute it and/or

View File

@ -4,8 +4,6 @@
#
# Copyright 2011 Balint Reczey <balint@balintreczey.hu>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $Id$
#
# File : idl2wrs
#
# Author : Frank Singleton (frank.singleton@ericsson.com)

View File

@ -6,8 +6,6 @@
#
# Copyright 2009, Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -10,8 +10,6 @@
#
# Copyright 2013 Jeff Morriss <jeff.morriss.ws [AT] gmail.com>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -13,8 +13,6 @@
#
# Copyright 2012 Jeff Morriss <jeff.morriss.ws [AT] gmail.com>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -1,9 +1,5 @@
#! /bin/sh
#
# $Id$
#
#
# The first argument is the directory in which the source files live.
#

View File

@ -8,8 +8,6 @@
# all the process-launching that goes on --- multiple greps and
# seds for each input file. I wrote this python version so that
# less processes would have to be started.
#
# $Id$
import os
import sys

View File

@ -1,7 +1,5 @@
#!/usr/bin/perl -w
#
# $Id$
#
# Make-manuf - Creates a file containing ethernet OUIs and their
# company IDs. It merges the databases at IEEE and
# http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt
@ -27,12 +25,9 @@ if( $@ ) {
" module libwww. Bailing.\n";
}
$revision = '$Revision$';
if ($revision !~ /[0-9]/ ) { $revision = "unknown"; }
$agent = LWP::UserAgent->new;
$agent->env_proxy;
$agent->agent("Wireshark make-manuf/$revision");
$agent->agent("Wireshark make-manuf");
$template = "manuf.tmpl";
$wkatmpl = "wka.tmpl";

View File

@ -2,8 +2,6 @@
# create the services file from
# http://www.iana.org/assignments/enterprise-numbers
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2004 Gerald Combs
@ -38,9 +36,6 @@ my $iana_port_url = "http://www.iana.org/assignments/service-names-port-numbers/
# is XML. Perhaps we should parse that instead.
$in = $iana_port_url unless(defined $in);
my $revision = '$Revision$';
if ($revision !~ /[0-9]/ ) { $revision = "unknown"; }
my $body = "";
if($in =~ m/^http:/i) {
@ -49,7 +44,7 @@ if($in =~ m/^http:/i) {
my $agent = LWP::UserAgent->new;
$agent->env_proxy;
$agent->agent("Wireshark make-services.pl/$revision");
$agent->agent("Wireshark make-services.pl");
warn "starting to fetch $in ...\n";
@ -118,8 +113,6 @@ open OUT, "> $svc_file";
print OUT <<"_HEADER";
# This is a local copy of the IANA port-numbers file.
#
# \$Id\$
#
# Wireshark uses it to resolve port numbers into human readable
# service names, e.g. TCP port 80 -> http.
#

View File

@ -149,8 +149,6 @@ def main(argv):
out.write('''\
# This is a local copy of the IANA port-numbers file.
#
# $Id$
#
# Wireshark uses it to resolve port numbers into human readable
# service names, e.g. TCP port 80 -> http.
#

View File

@ -2,8 +2,6 @@
# create the sminmpec.c file from
# http://www.iana.org/assignments/enterprise-numbers
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2004 Gerald Combs
@ -29,16 +27,13 @@ $in = "http://www.iana.org/assignments/enterprise-numbers/enterprise-numbers" un
my @in_lines;
my $revision = '$Revision$';
if ($revision !~ /[0-9]/ ) { $revision = "unknown"; }
if($in =~ m/^http:/i) {
eval "require LWP::UserAgent;";
die "LWP isn't installed. It is part of the standard Perl module libwww." if $@;
my $agent = LWP::UserAgent->new;
$agent->env_proxy;
$agent->agent("Wireshark make-sminmpec.pl/$revision");
$agent->agent("Wireshark make-sminmpec.pl");
warn "starting to fetch $in ...\n";
@ -117,8 +112,6 @@ for(@in_lines) {
print OUT <<"_SMINMPEC";
/*
* \$Id\$
*
* THIS FILE IS AUTOGENERATED, DO NOT EDIT
* generated from http://www.iana.org/assignments/enterprise-numbers
* run "tools/make-sminmspec <infile> <outfile>" to regenerate

View File

@ -11,8 +11,6 @@
#
# Copyright 2010 Anders Broman <anders.broman@ericsson.com>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -1,9 +1,5 @@
#! /bin/sh
#
# $Id$
#
#
# The first argument is the output filename.
#

View File

@ -1,7 +1,5 @@
#!/usr/bin/env python
#
# $Id$
#
# make-usb - Creates a file containing vendor and product ids.
# It use the databases at
# http://www.linux-usb.org/usb.ids
@ -95,8 +93,6 @@ header="""/* usb.c
* Copyright (C) 2007 Ted Bullock
* Copyright (C) 2012 Sony Mobile Communications AB
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs

View File

@ -1,7 +1,6 @@
/* make_charset_table.c
* sample program to generate tables for charsets.c using iconv
*
* $Id$
* public domain
*/

View File

@ -25,9 +25,6 @@ http://developer.novell.com/ndk/doc/ncp/
for a badly-formatted HTML version of the same PDF.
$Id$
Portions Copyright (c) 2000-2002 by Gilbert Ramirez <gram@alumni.rice.edu>.
Portions Copyright (c) Novell, Inc. 2000-2003.

View File

@ -2,8 +2,6 @@
"""
Converts netscreen snoop hex-dumps to a hex-dump that text2pcap can read.
$Id$
Copyright (c) 2004 by Gilbert Ramirez <gram@alumni.rice.edu>
This program is free software; you can redistribute it and/or

View File

@ -4,9 +4,6 @@ Retrieve a packet from a wireshark/tshark core file
and save it in a packet-capture file.
"""
#
# $Id$
#
# Copyright (C) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
# This program is free software; you can redistribute it and/or

View File

@ -1,8 +1,6 @@
#!/bin/sh
# Copyright 2013, Alexis La Goutte (See AUTHORS file)
#
# $Id$
#
# For git user, copy pre-commit in .git/hook/ folder
# to don't launch the script when commit use --no-verify argument
#

View File

@ -6,8 +6,6 @@
#
# Copyright 2000, Christophe Tronche <ch.tronche[AT]computer.org>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -6,8 +6,6 @@
#
# Copyright 2008, 2009, 2013 Open Text Corporation <pharris[AT]opentext.com>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -1,6 +1,4 @@
#!/bin/bash
#
# $Id$
# Randpkt testing script for TShark
#

View File

@ -2,8 +2,6 @@
#
# rdps.py
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -7,8 +7,6 @@
# means that neither Flex nor Lex was found, so we report an error and
# quit.
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2007 Gerald Combs

View File

@ -2,8 +2,6 @@
#
# setuid-root - Enable/disable setuid for tshark and dumpcap.
#
# $Id$
#
# Copyright 2007, Luis Ontanon and Gerald Combs
#
# Wireshark - Network traffic analyzer

View File

@ -6,8 +6,6 @@
#
# A little shell script to make it easy to set the appropriate SVN properties.
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -9,8 +9,6 @@
#
# Copyright 2012 Jeff Morriss <jeff.morriss.ws [AT] gmail.com>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
#
# Copyright 2013 Gerald Combs <gerald@wireshark.org>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -12,8 +12,6 @@
#
# Copyright 2013 Gerald Combs <gerald@wireshark.org>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
#
# USAGE: $0 </path/to/libgphoto2/camlibs/ptp2>
#
# $Id$
#
# USB PTP Dissector
# Extracts USB devices from libgphoto2
# This is then parsed by make-usb.py to make epan/dissectors/usb.c

View File

@ -5,8 +5,6 @@
#
# Copyright 2012 Jeff Morriss <jeff.morriss.ws [AT] gmail.com>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
#
# Copyright 2013 Gerald Combs <gerald@wireshark.org>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
#
# Copyright 2013 Gerald Combs <gerald@wireshark.org>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -2,8 +2,6 @@
#
# Copyright 2013 Gerald Combs <gerald@wireshark.org>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs

View File

@ -1,7 +1,5 @@
# -*- python -*-
#
# $Id$
#
# File : wireshark_be.py
#
# Author : Frank Singleton (frank.singleton@ericsson.com)

View File

@ -1,7 +1,5 @@
# -*- python -*-
#
# $Id$
#
# wireshark_gen.py (part of idl2wrs)
#
# Author : Frank Singleton (frank.singleton@ericsson.com)
@ -2364,8 +2362,6 @@ for (i_@aname@=0; i_@aname@ < @aval@; i_@aname@++) {
template_Header = """\
/* packet-@dissector_name@.c
*
* $Id$
*
* Routines for IDL dissection
*

View File

@ -1,5 +1,3 @@
# $Id$
#
# Ref: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5924
#
# FF: uncrustify config file for Wireshark (based on cheese-indent.cfg and