From 19d2c33091027f4d9d8a4d04515a35f3f73ed74f Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 22 Oct 2012 20:46:47 +0000 Subject: Cleanup: - Ethereal --> Wireshark; - gerald@ethereal.com --> gerald@wireshark.org; - update FSF address; - remove unneeded #includes; - Fix ENC args for proto_tree_add_item() & etc; - simplify/remove proto_reg_handoff...() as appropriate; - remove some boilerplate comments; - move proto_register...() and proto_reg_handoff...() to the end of the file as per convention; - remove some unneeded initializers. - simplify some code; - replace "" in hf[] blurb by NULL. svn path=/trunk/; revision=45728 --- epan/dissectors/packet-netrom.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/packet-netrom.h') diff --git a/epan/dissectors/packet-netrom.h b/epan/dissectors/packet-netrom.h index 862b3c51ca..ef9e9f67f4 100644 --- a/epan/dissectors/packet-netrom.h +++ b/epan/dissectors/packet-netrom.h @@ -5,8 +5,8 @@ * * $Id$ * - * Ethereal - Network traffic analyzer - * By Gerald Combs + * Wireshark - Network traffic analyzer + * By Gerald Combs * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef __PACKET_NETROM_H__ -- cgit v1.2.3