aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/netmon.c')
-rw-r--r--wiretap/netmon.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/wiretap/netmon.c b/wiretap/netmon.c
index 406f1625dc..c0531a86c1 100644
--- a/wiretap/netmon.c
+++ b/wiretap/netmon.c
@@ -1,20 +1,20 @@
/* netmon.c
*
- * $Id: netmon.c,v 1.60 2002/08/13 03:32:57 guy Exp $
+ * $Id: netmon.c,v 1.61 2002/08/28 20:30:44 jmayer Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
- *
+ *
* 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
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* 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.
@@ -644,7 +644,7 @@ static gboolean netmon_dump(wtap_dumper *wdh, const struct wtap_pkthdr *phdr,
netmon->first_record_time = phdr->ts;
netmon->got_first_record_time = TRUE;
}
-
+
if (wdh->encap == WTAP_ENCAP_ATM_SNIFFER)
atm_hdrsize = sizeof (struct netmon_atm_hdr);
else