| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
nmsg (0.10.0)
[ Henry Stern ]
* Add JSON input and output support, including new libnmsg functions
nmsg_input_open_json(), nmsg_output_open_json(), nmsg_message_from_json(),
and nmsg_message_to_json(); new -j and -J command line options for
nmsgtool; and new per-field 'format' and 'parse' methods in the msgmod
plugin API.
[ Chris Mikkelson ]
* nmsg_chalias_free(): Check for null aliases list.
Sponsored by: Farsight Security, Inc.
Notes:
svn path=/head/; revision=400369
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog:
nmsg (0.9.1)
* Fix a crash that was caused by incorrect initialization of
ProtobufCBufferSimple objects.
* Increase the required verbosity level for several noisy debugging log
messages in the seqsrc tracking code from 5 (nmsgtool -ddddd) to 6
(nmsgtool -dddddd).
PR: 195696
Submitted by: maintainer
Notes:
svn path=/head/; revision=374765
|
|
|
|
|
|
|
|
| |
PR: 192695
Submitted by: maintainer
Notes:
svn path=/head/; revision=365139
|
|
PR: 190601
Submitted by: Don Lewis (truckman@)
================================================================
The NMSG format is an efficient encoding of typed, structured data into
payloads which are packed into containers which can be transmitted over
the network or stored to disk. libnmsg is the reference implementation
of this format and provides an extensible interface for creating and
parsing messages in NMSG format. The NMSG format relies on Google
Protocol Buffers to encode the payload header. Individual NMSG payloads
are distinguished by assigned vendor ID and message type values and
libnmsg provides a modular interface for registering handlers for
specific message types. libnmsg makes it easy to build new message
types using the protobuf-c compiler.
Notes:
svn path=/head/; revision=364263
|