summaryrefslogtreecommitdiffstats
path: root/plugins/omudpspoof
Commit message (Collapse)AuthorAgeFilesLines
* changed omudpspoof default spoof address to simplify typical use caseRainer Gerhards2010-08-051-5/+4
|
* bugfix: omudpspoof miscalculated source and destination portsRainer Gerhards2009-11-121-3/+5
| | | | | | | while this was probably not noticed for source ports, it resulted in almost all destination ports being wrong, except for the default port of 514, which by virtue of its binary representation was calculated correct (and probably thus the bug not earlier detected).
* more cleanup and working towards a parser module calling interfaceRainer Gerhards2009-11-031-1/+1
| | | | | | I cleaned up a lot of config variable access along the way. This version compiles and runs, but does not yet offer any enhanced functionality. pmrfc5424 is just a dummy that is not yet being used.
* enhanced test environment (including testbench)Rainer Gerhards2009-10-221-1/+2
| | | | | | | | support for enhancing probability of memory addressing failure by using non-NULL default value for malloced memory (optional, only if requested by configure option). This helps to track down some otherwise undetected issues within the testbench and is expected to be very useful in the future.
* done implementing omudpspoofRainer Gerhards2009-07-101-193/+98
| | | | | | This is now a "good" rsyslog output module, working as usual. I've also sorted out some reentrency issues. Code is clean and ready to be tested in practice ;)
* commiting interim version with ability to specify spoof sourceRainer Gerhards2009-07-091-14/+23
|
* first version supporting udp spoofing and non-spoofing at the same timeRainer Gerhards2009-07-091-396/+126
| | | | | | omudpspoof is now a dedicated output module. It's calling semantics so far are based on omfwd, plus the need for the template to have the IP address as a string in the starting position.
* moved udp spoofing code to its own output module (omudpspoof)Rainer Gerhards2009-07-092-0/+864