From 2532bc2a1a2130b1960084b74046fc15968770a5 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Fri, 9 Feb 2007 14:43:24 +0000 Subject: Source code cleanup. svn path=/trunk/; revision=20755 --- plugins/irda/packet-ircomm.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/plugins/irda/packet-ircomm.c b/plugins/irda/packet-ircomm.c index 062797b4fb..61f888fe55 100644 --- a/plugins/irda/packet-ircomm.c +++ b/plugins/irda/packet-ircomm.c @@ -1,12 +1,11 @@ /* packet-ircomm.c * Routines for IrCOMM dissection - * By Jan Kiszka - * Copyright 2003 Jan Kiszka + * Copyright 2003 Jan Kiszka * * $Id$ * * Wireshark - Network traffic analyzer - * By Gerald Combs + * By Gerald Combs * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or @@ -21,21 +20,18 @@ * * 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. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif -#include "moduleinfo.h" - #include #include #include #include -#include #include #include @@ -416,7 +412,7 @@ void proto_register_ircomm(void) { &hf_control_len, { "Clen", "ircomm.control.len", FT_UINT8, BASE_DEC, NULL, 0, - "", HFILL }}, + "", HFILL }} }; /* Setup protocol subtree arrays */ -- cgit v1.2.3