From 47c81238db7c933903bdd6dc2156934f13318c23 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 29 Jul 2013 00:34:23 +0000 Subject: Add a URL for a STANAG 4607 spec. Fix some typoes in comments. svn path=/trunk/; revision=50999 --- wiretap/stanag4607.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'wiretap/stanag4607.c') diff --git a/wiretap/stanag4607.c b/wiretap/stanag4607.c index 1c1bf792cd..8077efadc2 100644 --- a/wiretap/stanag4607.c +++ b/wiretap/stanag4607.c @@ -2,6 +2,8 @@ * * STANAG 4607 file reading * + * http://www.nato.int/structur/AC/224/standard/4607/4607e_JAS_ED3.pdf + * * $Id$ * * This program is free software; you can redistribute it and/or @@ -74,10 +76,10 @@ static gboolean stanag4607_read_file(wtap *wth, FILE_T fh, struct wtap_pkthdr *p phdr->len = packet_size; /* Sadly, the header doesn't contain times; but some segments do */ - /* So, get the segment header, which is just past tthe 32-byte header. */ + /* So, get the segment header, which is just past the 32-byte header. */ phdr->presence_flags = WTAP_HAS_TS; - /* If no time specified, its the last baseline time */ + /* If no time specified, it's the last baseline time */ phdr->ts.secs = (time_t)base_secs; phdr->ts.nsecs = 0; millisecs = 0; -- cgit v1.2.1