Log of /trunk
Directory Listing
Revision
15 -
Directory Listing
-
[select for diffs]
Modified
2014-03-21T18:57:27Z
(10 years, 8 months ago)
by
trond
Diff to
previous 14
Made use of the typedefs and macros found in stdint.h to make this program more portable.
Minor nits in the read functions.
Revision
14 -
Directory Listing
-
[selected]
Modified
2014-03-21T18:35:50Z
(10 years, 8 months ago)
by
trond
Diff to
previous 13
Made it possible to treat many files in a row.
Revision
9 -
Directory Listing
-
[select for diffs]
Modified
2014-03-20T09:49:12Z
(10 years, 8 months ago)
by
trond
Diff to
previous 8
,
to
selected 14
Added a command line option (-f) that toggles darkstattype to adhere to
the strict format specification. The default is set to off (false)
to go with darkstat's (f)actual format.
Revision
7 -
Directory Listing
-
[select for diffs]
Modified
2014-03-19T15:40:13Z
(10 years, 8 months ago)
by
trond
Diff to
previous 6
,
to
selected 14
darkstat 3.0.718 has deviated from the format specified in the export-format.txt file.
The lastseen timestamps comes ahead of the MAC address.
Added a macro to choose whether to follow the strict format or the latest format.
Interpretation of the latest format is the default. Perhaps this should be a command line option.
Corrected a serious mistake in my conversion of 64 bit quantities from network byte order (big endian) to little endian.
Why can't ntohl() and its friends have 64 bit counterparts?