Snapshot releases are not official released. They can be released to
interested parties for development.
-Snapshots can be recognized from the date in the the tar file name.
+Snapshots can be recognized from the date in the tar file name.
They should not be used for packaging in distributions.
{
/* we do not do any check here - garbage in, garbage out */
- /* the the start and end names - get the type from the
+ /* the start and end names - get the type from the
* before rrlist */
/* inefficient, just give it a name, a next name, and a list of rrs */
* \param[in] k_del keyword delimiter
* \param[out] data the data found
* \param[in] d_del the data delimiter
- * \param[in] data_limit maximum size the the data buffer
+ * \param[in] data_limit maximum size the data buffer
* \return the number of character read
*/
ssize_t ldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit);
* \param[in] k_del keyword delimiter
* \param[out] data the data found
* \param[in] d_del the data delimiter
- * \param[in] data_limit maximum size the the data buffer
+ * \param[in] data_limit maximum size the data buffer
* \param[in] line_nr pointer to an integer containing the current line number (for
debugging purposes)
* \return the number of character read
* \param[in] k_del keyword delimiter
* \param[out] data the data found
* \param[in] d_del the data delimiter
- * \param[in] data_limit maximum size the the data buffer
+ * \param[in] data_limit maximum size the data buffer
* \return the number of character read
*/
ssize_t ldns_bget_keyword_data(ldns_buffer *b, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit);
void* data;
/** Parent node. */
ldns_radix_node_t* parent;
- /** Index in the the parent node select edge array. */
+ /** Index in the parent node select edge array. */
uint8_t parent_index;
/** Length of the array. */
uint16_t len;
/**
* returns the type of the rdf. We need to insert _get_
- * here to prevent conflict the the rdf_type TYPE.
+ * here to prevent conflict the rdf_type TYPE.
* \param[in] *rd the rdf to read from
* \return ldns_rdf_type with the type
*/
To keep matters interesting some sort of randomness is required in some
step, otherwise each packet is mangled in the same way. Also this
-randomness together with the Lua script needs to be logged so the the
+randomness together with the Lua script needs to be logged so the
actual mangling can be replayed.
:Packet Mangling: address the different elements:
.SH DESCRIPTION
\fBpcat-diff\fR reads in two pcat files and show the differences
-between the them.
+between them.
Its output is another pcat stream which can then be interpreted by
pcat-print.