summaryrefslogtreecommitdiff
path: root/wiretap/stanag4607.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-07-29 00:34:23 +0000
committerGuy Harris <guy@alum.mit.edu>2013-07-29 00:34:23 +0000
commit47c81238db7c933903bdd6dc2156934f13318c23 (patch)
treeb63b125c40a7b76249e40413b3bb022c38a73d33 /wiretap/stanag4607.c
parentafe77c5a4e08bec5079b312c969a5e37d7228cf2 (diff)
downloadwireshark-47c81238db7c933903bdd6dc2156934f13318c23.tar.gz
Add a URL for a STANAG 4607 spec.
Fix some typoes in comments. svn path=/trunk/; revision=50999
Diffstat (limited to 'wiretap/stanag4607.c')
-rw-r--r--wiretap/stanag4607.c6
1 files changed, 4 insertions, 2 deletions
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;