/[darkstattype]/trunk
ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 21 - Directory Listing - [select for diffs]
Modified 2014-04-09T10:31:01Z (9 years, 11 months ago) by trond
Diff to previous 20 , to selected 17
stable/9 has switched to clang 3.4. Silly mistake.


Revision 20 - Directory Listing - [select for diffs]
Modified 2014-04-09T10:26:49Z (9 years, 11 months ago) by trond
Diff to previous 19 , to selected 17
64-bit quantities, i.e. int64_t, differ on i386 and amd64.

In the first case it's an alias for long long, but in the second
case it's an alias for long.

The solution seems to be twofold: (1) use printf length modifier for
(unsigned) long long, and (2) explicitly cast each 64-bit quantity
to (unsigned) long long.

Tested on FreeBSD/i386  stable/8 r255624 with gcc 4.2.1.
Tested on FreeBSD/amd64 stable/9 r263963 with clang 3.3.
Tested on FreeBSD/amd64 stable/9 r263963 with clang 3.3 using -m32.


Revision 19 - Directory Listing - [select for diffs]
Modified 2014-04-09T09:20:17Z (9 years, 11 months ago) by trond
Diff to previous 18 , to selected 17
Reformatted long lines.
Clarified the help message.
Added proper length modifiers to 8-bit and 16-bit quantities (hh and h).


Revision 18 - Directory Listing - [select for diffs]
Modified 2014-03-26T09:46:21Z (10 years ago) by trond
Diff to previous 17
Harmonized the *makefiles.


Revision 17 - Directory Listing - [selected]
Modified 2014-03-26T09:13:37Z (10 years ago) by trond
Diff to previous 16
Added GNUmakefile for systems with GNU make.


Revision 16 - Directory Listing - [select for diffs]
Modified 2014-03-21T19:15:01Z (10 years ago) by trond
Diff to previous 15 , to selected 17
Changed the encoding from ISO 8859-1 to UTF-8.


Revision 15 - Directory Listing - [select for diffs]
Modified 2014-03-21T18:57:27Z (10 years ago) by trond
Diff to previous 14 , to selected 17
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 - [select for diffs]
Modified 2014-03-21T18:35:50Z (10 years ago) by trond
Diff to previous 13 , to selected 17
Made it possible to treat many files in a row.


Revision 13 - Directory Listing - [select for diffs]
Modified 2014-03-21T16:59:56Z (10 years ago) by trond
Diff to previous 12 , to selected 17
I better format unsigned integers as such.


Revision 12 - Directory Listing - [select for diffs]
Modified 2014-03-21T16:04:33Z (10 years ago) by trond
Diff to previous 11 , to selected 17
Minor nits.


Revision 11 - Directory Listing - [select for diffs]
Modified 2014-03-21T16:03:12Z (10 years ago) by trond
Diff to previous 10 , to selected 17
I figured it's neater to read the IPv6 addresses at 16 bit at a time.


Revision 10 - Directory Listing - [select for diffs]
Modified 2014-03-21T15:40:57Z (10 years ago) by trond
Diff to previous 9 , to selected 17
Added file read offset to most of the error messages.


Revision 9 - Directory Listing - [select for diffs]
Modified 2014-03-20T09:49:12Z (10 years ago) by trond
Diff to previous 8 , to selected 17
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 8 - Directory Listing - [select for diffs]
Modified 2014-03-20T09:00:33Z (10 years ago) by trond
Diff to previous 7 , to selected 17
Added an explanation of the options to the description of usage.


Revision 7 - Directory Listing - [select for diffs]
Modified 2014-03-19T15:40:13Z (10 years ago) by trond
Diff to previous 6 , to selected 17
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?


Revision 6 - Directory Listing - [select for diffs]
Modified 2014-03-19T14:02:41Z (10 years ago) by trond
Diff to previous 5 , to selected 17
Changed literate constants into macros.
Added hexadecimal display of timestamps.
Minor nits.


Revision 5 - Directory Listing - [select for diffs]
Modified 2014-03-19T09:13:57Z (10 years ago) by trond
Diff to previous 4 , to selected 17
Display the protocol number with two hexadecimal digits.


Revision 4 - Directory Listing - [select for diffs]
Modified 2014-03-19T08:51:24Z (10 years ago) by trond
Diff to previous 3 , to selected 17
Might as well show the Subversion revision number when displaying the version information.


Revision 3 - Directory Listing - [select for diffs]
Modified 2014-03-19T08:49:18Z (10 years ago) by trond
Diff to previous 2 , to selected 17
Added BSDmakefile and darkstattype.c.


Revision 2 - Directory Listing - [select for diffs]
Added 2014-03-19T08:46:40Z (10 years ago) by trond
Diff to selected 17
Added the trunk directory.


svn@ximalas.info
ViewVC Help
Powered by ViewVC 1.3.0-dev